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:
parent
e6111a9e01
commit
b52354b6be
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue