Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31660
Change subject: inteltool: Skylake GPIOs #2 ......................................................................
inteltool: Skylake GPIOs #2
Used Intel documents: - 332995-001EN - 332996-002EN
Change-Id: Ic006d9c094f9fe1ad419cb0168ada45b7dd81732 Signed-off-by: Felix Singer migy@darmstadt.ccc.de --- M util/inteltool/gpio.c M util/inteltool/gpio_groups.c 2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/31660/1
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index a87ae35..52eae09 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1027,6 +1027,9 @@ case PCI_DEVICE_ID_INTEL_B150: case PCI_DEVICE_ID_INTEL_CM236: case PCI_DEVICE_ID_INTEL_DNV_LPC: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_1: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM_1: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_1: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_2: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM_2: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_2: diff --git a/util/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c index d61438b..5abb570 100644 --- a/util/inteltool/gpio_groups.c +++ b/util/inteltool/gpio_groups.c @@ -908,6 +908,9 @@ communities = sunrise_communities; pcr_init(sb); break; + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_1: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM_1: + case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_1: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_2: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM_2: case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_2:
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31660 )
Change subject: inteltool: Add support for dumping Skylake U GPIOs ......................................................................
Patch Set 6:
This change is ready for review.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31660 )
Change subject: inteltool: Add support for dumping Skylake U GPIOs ......................................................................
Patch Set 6:
Missing _SUNRISEPOINT_LP_PRE? Looks good otherwise.
Felix Singer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31660 )
Change subject: inteltool: Add support for dumping Skylake U GPIOs ......................................................................
Abandoned