From 2bf28e52eef2d63aac166906d7bcb72c59586177 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 23 Jul 2018 21:09:47 -0700 Subject: util/inteltool: Add support for Sunrise Point LP Used documents: 334658 (Sunrise Point-LP I/O datasheet vol. 1) 334659 (Sunrise Point-LP I/O datasheet vol. 2) 332690 (Sunrise Point I/O datasheet vol. 1) Change-Id: I16237ffc9a225b46271f2a51d77a7f28dfc36138 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/28623 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- util/inteltool/gpio.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/inteltool/gpio.c') diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index b4225a7e0e..9dc64dfa96 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1026,6 +1026,12 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) break; case PCI_DEVICE_ID_INTEL_B150: case PCI_DEVICE_ID_INTEL_CM236: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_IHDCP_BASE: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_IHDCP_PREM: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_IHDCP_PREM: print_gpio_groups(sb); return 0; case PCI_DEVICE_ID_INTEL_82371XX: -- cgit v1.2.3