summaryrefslogtreecommitdiffstats
path: root/util/inteltool/pcr.c
diff options
context:
space:
mode:
authorThomas Heijligen <src@posteo.de>2019-01-12 19:20:50 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-21 13:27:24 +0000
commitda02719462bc1b89405d7aeb799d5d6487aca71a (patch)
tree2694cae27a21d3138ddfaed5e4a494fc41cb03c1 /util/inteltool/pcr.c
parent6d4c1f5f43cd1ca0324b9199af9e4a65966dc301 (diff)
downloadcoreboot-da02719462bc1b89405d7aeb799d5d6487aca71a.tar.gz
coreboot-da02719462bc1b89405d7aeb799d5d6487aca71a.tar.bz2
coreboot-da02719462bc1b89405d7aeb799d5d6487aca71a.zip
util/inteltool: Add support for Denverton
Used documents: - C3000 Product Family Datasheet Change-Id: I54d09c78e1cce84b63300dfc0aa1bb374bb7faae Co-authored-by: Felix Singer <migy@darmstadt.ccc.de> Signed-off-by: Felix Singer <migy@darmstadt.ccc.de> Reviewed-on: https://review.coreboot.org/c/30887 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/inteltool/pcr.c')
-rw-r--r--util/inteltool/pcr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c
index 5d519afae38d..5c97a6c536f8 100644
--- a/util/inteltool/pcr.c
+++ b/util/inteltool/pcr.c
@@ -97,6 +97,7 @@ void pcr_init(struct pci_dev *const sb)
case PCI_DEVICE_ID_INTEL_HM175:
case PCI_DEVICE_ID_INTEL_QM175:
case PCI_DEVICE_ID_INTEL_CM238:
+ case PCI_DEVICE_ID_INTEL_DNV_LPC:
p2sb = pci_get_dev(sb->access, 0, 0, 0x1f, 1);
break;
case PCI_DEVICE_ID_INTEL_APL_LPC: