util/inteltool: add support for EBG (Emmitsburg) PCH
EBG (Emmitsburg) PCH is used in Intel SPR-SP chipset. Its datasheet is Intel doc# 606161. Add Intel Emmitsburg PCH GPIO pin definitions. Also common code change is made to support Intel Emmitsburg PCH: a. Instead of 2 PAD registers per GPIO, it has 4 PAD registers. b. The register address space may not be contiguous from one GPIO group to the next GPIO group. Change-Id: Ia0d9179544020b6abb0be1ecd275a9a46356db8a Signed-off-by: Jonathan Zhang <jonzhang@meta.com> Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71943 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
committed by
Felix Held
parent
b53e27bc24
commit
1364ac3478
@ -1115,6 +1115,7 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
|
||||
case PCI_DEVICE_ID_INTEL_ADL_M:
|
||||
case PCI_DEVICE_ID_INTEL_RPL_P:
|
||||
case PCI_DEVICE_ID_INTEL_EHL:
|
||||
case PCI_DEVICE_ID_INTEL_EBG:
|
||||
print_gpio_groups(sb);
|
||||
return 0;
|
||||
case PCI_DEVICE_ID_INTEL_82371XX:
|
||||
|
Reference in New Issue
Block a user