summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaggery Tsai <gaggery.tsai@intel.com>2020-01-07 07:03:56 -0800
committerPatrick Georgi <pgeorgi@google.com>2020-01-30 11:36:05 +0000
commitb52354b6be065e1ec57e6333dfa757c57ba04605 (patch)
treea31b9384e91ca2176991b166bc501a71ba2d40b8
parente6111a9e014b973e9282a225fd6089314a690398 (diff)
downloadcoreboot-b52354b6be065e1ec57e6333dfa757c57ba04605.tar.xz
soc/intel/common/block/lpc: Add CMP-H LPC IDs
This patch adds CMP-H LPC IDs. TEST=Build an image and boot with discrete TPM chip. Enable measured boot and kernel could get the measured data from TPM chip. Change-Id: I7eac8b0514f79b47a05973210e2472dd1dc3d0ed Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38251 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/common/block/lpc/lpc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index 8493d93786..af90df6e6c 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -192,6 +192,13 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC,
PCI_DEVICE_ID_INTEL_CMP_BASE_U_LPC,
PCI_DEVICE_ID_INTEL_CMP_SUPER_Y_LPC,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_HM470,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_WM490,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_QM480,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_W480,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_H470,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_Z490,
+ PCI_DEVICE_ID_INTEL_CMP_H_LPC_Q470,
PCI_DEVICE_ID_INTEL_TGP_ESPI_0,
PCI_DEVICE_ID_INTEL_TGP_SUPER_U_ESPI,
PCI_DEVICE_ID_INTEL_TGP_PREMIUM_U_ESPI,