From 62e883d73b5241fe262415ce52806617a2da614c Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 8 Aug 2020 11:17:31 -0500 Subject: util/inteltool: Add support for Comet Lake-U MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support for 10th-gen/Comet Lake-U based boards: - add PCI IDs for host bridge, IGD, LPC devices - add support for dumping GPIOs, PCRs, etc Tested on an unbranded CML-U board running AMI firmware Change-Id: I44871917565fc628fd1073a6e5c36b6a3246a61c Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/44301 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- util/inteltool/pcr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/inteltool/pcr.c') diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c index c520518705..bc78c336a5 100644 --- a/util/inteltool/pcr.c +++ b/util/inteltool/pcr.c @@ -121,6 +121,8 @@ void pcr_init(struct pci_dev *const sb) case PCI_DEVICE_ID_INTEL_HM370: case PCI_DEVICE_ID_INTEL_CM246: case PCI_DEVICE_ID_INTEL_CANNONPOINT_LP_U_PREM: + case PCI_DEVICE_ID_INTEL_COMETPOINT_LP_U_PREM: + case PCI_DEVICE_ID_INTEL_COMETPOINT_LP_U_BASE: case PCI_DEVICE_ID_INTEL_ICELAKE_LP_U: sbbar_phys = 0xfd000000; use_p2sb = false; -- cgit v1.2.3