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>
This commit is contained in:
Gaggery Tsai 2020-01-07 07:03:56 -08:00 committed by Patrick Georgi
parent e6111a9e01
commit b52354b6be
1 changed files with 7 additions and 0 deletions

View File

@ -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,