aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/spi.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-10-07 00:18:04 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-08 21:03:58 +0000
commitaa4cd73409db2564a8d50ce952b083a8148e88f0 (patch)
treef812410698177108560c4360bcd2693becd810eb /util/inteltool/spi.c
parentd750875cde699ffdf78542f281600f443cb52c00 (diff)
util/inteltool: Add 9 series PCH support
Add the PCI device IDs for 9 series PCHs. Change-Id: Id216cd071b09c93ee6a4792944c6fad39254aa3b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68185 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util/inteltool/spi.c')
-rw-r--r--util/inteltool/spi.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/inteltool/spi.c b/util/inteltool/spi.c
index 1bb5ba2727..3cf60515d8 100644
--- a/util/inteltool/spi.c
+++ b/util/inteltool/spi.c
@@ -177,6 +177,11 @@ static int print_bioscntl(struct pci_dev *sb)
case PCI_DEVICE_ID_INTEL_C224:
case PCI_DEVICE_ID_INTEL_C226:
case PCI_DEVICE_ID_INTEL_H81:
+ case PCI_DEVICE_ID_INTEL_C9_MOBILE:
+ case PCI_DEVICE_ID_INTEL_C9_DESKTOP:
+ case PCI_DEVICE_ID_INTEL_HM97:
+ case PCI_DEVICE_ID_INTEL_Z97:
+ case PCI_DEVICE_ID_INTEL_H97:
case PCI_DEVICE_ID_INTEL_H110:
case PCI_DEVICE_ID_INTEL_H170:
case PCI_DEVICE_ID_INTEL_Z170:
@@ -331,6 +336,11 @@ static int print_spibar(struct pci_dev *sb) {
case PCI_DEVICE_ID_INTEL_C224:
case PCI_DEVICE_ID_INTEL_C226:
case PCI_DEVICE_ID_INTEL_H81:
+ case PCI_DEVICE_ID_INTEL_C9_MOBILE:
+ case PCI_DEVICE_ID_INTEL_C9_DESKTOP:
+ case PCI_DEVICE_ID_INTEL_HM97:
+ case PCI_DEVICE_ID_INTEL_Z97:
+ case PCI_DEVICE_ID_INTEL_H97:
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_PRE:
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_SKL:
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_SKL: