aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/gpio.c
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2023-06-16 12:49:12 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-08-09 22:00:00 +0000
commit472d83bb0af27875f41232ec75e04b082108b0e1 (patch)
treeb110297fb7f05adcdf77a6bd09abd2920adc9cff /util/inteltool/gpio.c
parent8c1154dc6168e8df62c2d5da054508e3e7b28dbe (diff)
intetool: Add support for 700 series PCH
The change does the following: - adds PCH IDs for 700 series chipsets per the DOC# 619362 rev 2.2 - updates GPIO table for PCH-S per the DOC# 618659 rev 2.1 - enables dumping GPIOs for 700 series PCH Change-Id: I4509ad714772ce90cdee5135227c02640acb6085 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75873 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r--util/inteltool/gpio.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c
index fe5287aecb..e7c91d8ad4 100644
--- a/util/inteltool/gpio.c
+++ b/util/inteltool/gpio.c
@@ -1109,11 +1109,16 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
case PCI_DEVICE_ID_INTEL_Q670:
case PCI_DEVICE_ID_INTEL_Z690:
case PCI_DEVICE_ID_INTEL_W680:
- case PCI_DEVICE_ID_INTEL_W685:
case PCI_DEVICE_ID_INTEL_WM690:
case PCI_DEVICE_ID_INTEL_HM670:
- case PCI_DEVICE_ID_INTEL_WM790:
+ case PCI_DEVICE_ID_INTEL_W790:
+ case PCI_DEVICE_ID_INTEL_Z790:
+ case PCI_DEVICE_ID_INTEL_H770:
+ case PCI_DEVICE_ID_INTEL_B760:
case PCI_DEVICE_ID_INTEL_HM770:
+ case PCI_DEVICE_ID_INTEL_WM790:
+ case PCI_DEVICE_ID_INTEL_C262:
+ case PCI_DEVICE_ID_INTEL_C266:
case PCI_DEVICE_ID_INTEL_ADL_P:
case PCI_DEVICE_ID_INTEL_ADL_M:
case PCI_DEVICE_ID_INTEL_RPL_P: