summaryrefslogtreecommitdiffstats
path: root/util/inteltool/pcr.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/pcr.c
parentd059bae29dc6701449badcb90efdffe632d40a0d (diff)
downloadcoreboot-b89ce2e1b4989557ba70780ceae165734fb17622.tar.gz
coreboot-b89ce2e1b4989557ba70780ceae165734fb17622.tar.bz2
coreboot-b89ce2e1b4989557ba70780ceae165734fb17622.zip
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/pcr.c')
-rw-r--r--util/inteltool/pcr.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c
index c969620fa036..ef6bb39d1637 100644
--- a/util/inteltool/pcr.c
+++ b/util/inteltool/pcr.c
@@ -103,6 +103,19 @@ void pcr_init(struct pci_dev *const sb)
case PCI_DEVICE_ID_INTEL_HM175:
case PCI_DEVICE_ID_INTEL_QM175:
case PCI_DEVICE_ID_INTEL_CM238:
+ 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_DNV_LPC:
p2sb = pci_get_dev(sb->access, 0, 0, 0x1f, 1);
break;