aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/gpio.c
diff options
context:
space:
mode:
authorMaxim Polyakov <max.senia.poliak@gmail.com>2019-08-17 14:54:02 +0300
committerPatrick Georgi <pgeorgi@google.com>2019-09-05 14:59:09 +0000
commitb89ce2e1b4989557ba70780ceae165734fb17622 (patch)
tree10c22a4bf9925b6a163a7ba4dc0ac1698ab03199 /util/inteltool/gpio.c
parentd059bae29dc6701449badcb90efdffe632d40a0d (diff)
inteltool: add Lewisburg C62x GPIOs support
These changes are in accordance with the documentation: [*] page 361, Intel(R) C620 Series Chipset Platform Controller Hub (PCH) Datasheet, May 2019. Document Number: 336067-007US Tested on SUPERMICRO MBD-X11DPL-I-O and Intel S2600WF Wolf Pass Change-Id: I43f8f3701de6ab7f89a78c2f5b939b5edd6d5b9d Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34942 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lance Zhao <lance.zhao@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r--util/inteltool/gpio.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c
index 741aed4cca..efeab5665f 100644
--- a/util/inteltool/gpio.c
+++ b/util/inteltool/gpio.c
@@ -1047,6 +1047,19 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_IHDCP_BASE:
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_IHDCP_PREM:
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_IHDCP_PREM:
+ case PCI_DEVICE_ID_INTEL_C621:
+ case PCI_DEVICE_ID_INTEL_C622:
+ case PCI_DEVICE_ID_INTEL_C624:
+ case PCI_DEVICE_ID_INTEL_C625:
+ case PCI_DEVICE_ID_INTEL_C626:
+ case PCI_DEVICE_ID_INTEL_C627:
+ case PCI_DEVICE_ID_INTEL_C628:
+ case PCI_DEVICE_ID_INTEL_C629:
+ case PCI_DEVICE_ID_INTEL_C624_SUPER:
+ case PCI_DEVICE_ID_INTEL_C627_SUPER_1:
+ case PCI_DEVICE_ID_INTEL_C621_SUPER:
+ case PCI_DEVICE_ID_INTEL_C627_SUPER_2:
+ case PCI_DEVICE_ID_INTEL_C628_SUPER:
case PCI_DEVICE_ID_INTEL_H310:
case PCI_DEVICE_ID_INTEL_H370:
case PCI_DEVICE_ID_INTEL_Z390: