From 7ee7b137a7638f5e9d85bd88e52e6391da0ebcbb Mon Sep 17 00:00:00 2001 From: Brandon Weeks Date: Tue, 26 Dec 2023 15:55:03 -0800 Subject: util/inteltool: Add support for Alder Lake-N Reference: Intel Processor and Intel Core i3 N-Series Datasheet, Volume 1 of 2 (#759603) Change-Id: Ib3225088fa08fb7e5a60c87d0f1f6b3001f5b562 Signed-off-by: Brandon Weeks Reviewed-on: https://review.coreboot.org/c/coreboot/+/79732 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- util/inteltool/gpio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/inteltool/gpio.c') diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index e7c91d8ad4..ba3439a507 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1121,6 +1121,7 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) 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_ADL_N: case PCI_DEVICE_ID_INTEL_RPL_P: case PCI_DEVICE_ID_INTEL_JSL: case PCI_DEVICE_ID_INTEL_EHL: -- cgit v1.2.3