summaryrefslogtreecommitdiffstats
path: root/util/inteltool/pcr.c
diff options
context:
space:
mode:
authorShaleen Jain <shaleen@jain.sh>2019-01-02 11:15:16 +0530
committerFelix Held <felix-coreboot@felixheld.de>2019-01-05 11:15:04 +0000
commit2822d66238d9d616863f977b15022cf8c7f50658 (patch)
tree230ee4a4bcf221d87456ae5f0fb2149453d696f3 /util/inteltool/pcr.c
parent71a743e9616766bf93dc72dd84fbcc1be131e62d (diff)
downloadcoreboot-2822d66238d9d616863f977b15022cf8c7f50658.tar.gz
coreboot-2822d66238d9d616863f977b15022cf8c7f50658.tar.bz2
coreboot-2822d66238d9d616863f977b15022cf8c7f50658.zip
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> Reviewed-on: https://review.coreboot.org/c/30604 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool/pcr.c')
-rw-r--r--util/inteltool/pcr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c
index 4e759057a3fd..5d519afae38d 100644
--- a/util/inteltool/pcr.c
+++ b/util/inteltool/pcr.c
@@ -77,6 +77,12 @@ void pcr_init(struct pci_dev *const sb)
switch (sb->device_id) {
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_PRE:
+ 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: