Gaggery Tsai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38251 )
Change subject: soc/intel/common/block/lpc: Add CMP-H LPC IDs ......................................................................
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 --- M src/soc/intel/common/block/lpc/lpc.c 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/38251/1
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c index 258975c..7fe99fb 100644 --- a/src/soc/intel/common/block/lpc/lpc.c +++ b/src/soc/intel/common/block/lpc/lpc.c @@ -190,6 +190,13 @@ 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,
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38251 )
Change subject: soc/intel/common/block/lpc: Add CMP-H LPC IDs ......................................................................
Patch Set 2: Code-Review+1
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38251 )
Change subject: soc/intel/common/block/lpc: Add CMP-H LPC IDs ......................................................................
Patch Set 2: -Code-Review
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38251 )
Change subject: soc/intel/common/block/lpc: Add CMP-H LPC IDs ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38251 )
Change subject: soc/intel/common/block/lpc: Add CMP-H LPC IDs ......................................................................
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 --- M src/soc/intel/common/block/lpc/lpc.c 1 file changed, 7 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c index 8493d93..af90df6 100644 --- a/src/soc/intel/common/block/lpc/lpc.c +++ b/src/soc/intel/common/block/lpc/lpc.c @@ -192,6 +192,13 @@ 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,