From 8d1051f4aa0ab2d20df4924a7a13a82922153663 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Mon, 8 Aug 2022 12:55:57 +0200 Subject: util/inteltool: Add ADL-S device identifications R680E, Q670E, H610E are the ADL-S IoT variants see also: commit a0bc90e4abfe ("Add missing ADL-S device identification") Signed-off-by: Maximilian Brune Change-Id: I1dbfa0464bc22f9bcf91d9e9fa9eb79132600175 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74360 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- util/inteltool/gpio.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/inteltool/gpio.c') diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index 0a9fe1844a..fe5287aecb 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1100,6 +1100,9 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) case PCI_DEVICE_ID_INTEL_C256: case PCI_DEVICE_ID_INTEL_W580: case PCI_DEVICE_ID_INTEL_ICELAKE_LP_U: + case PCI_DEVICE_ID_INTEL_H610E: + case PCI_DEVICE_ID_INTEL_Q670E: + case PCI_DEVICE_ID_INTEL_R680E: case PCI_DEVICE_ID_INTEL_H610: case PCI_DEVICE_ID_INTEL_B660: case PCI_DEVICE_ID_INTEL_H670: -- cgit v1.2.3