Shaleen Jain has uploaded this change for review.

View Change

util/inteltool: fix PCR init of Sunrise Point-LP devices

Fixes getting a dump of GPIO registers for these devices.

Change-Id: I80f05a170152969ba45d6aee33ab7ed5296ee496
Signed-off-by: Shaleen Jain <shaleen@jain.sh>
---
M util/inteltool/pcr.c
1 file changed, 7 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/30604/1
diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c
index 4e75905..555411a 100644
--- a/util/inteltool/pcr.c
+++ b/util/inteltool/pcr.c
@@ -77,6 +77,13 @@

switch (sb->device_id) {
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_PRE:
+ case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_SATA:
+ 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:
case PCI_DEVICE_ID_INTEL_H110:
case PCI_DEVICE_ID_INTEL_H170:
case PCI_DEVICE_ID_INTEL_Z170:

To view, visit change 30604. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I80f05a170152969ba45d6aee33ab7ed5296ee496
Gerrit-Change-Number: 30604
Gerrit-PatchSet: 1
Gerrit-Owner: Shaleen Jain <shaleen.jain95@gmail.com>
Gerrit-MessageType: newchange