aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorSridhar Siricilla <sridhar.siricilla@intel.com>2023-02-06 12:39:01 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-02-10 15:53:43 +0000
commitebe7f7cee041ebc4e40de095c4d4f61472213b92 (patch)
tree05cd66c04215abe132b48adc43ee922a6a83797f /src/soc/intel
parente00705e0a01fcf183ef3005bec1a97401d6b56e1 (diff)
soc/intel/{common, meteorlake}: Add support for new MCH
The patch adds support for new Meteor Lake MCH (ID:0x7d16). TEST=Build and boot the system having MCH ID:0x7d16. Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Change-Id: Ib0c9ce5c58e4bdec5e7245840f0892d651922cd9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72835 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Usha P <usha.p@intel.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c1
-rw-r--r--src/soc/intel/meteorlake/bootblock/report_platform.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index aeeff123c9..174d511aa1 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -341,6 +341,7 @@ static const unsigned short systemagent_ids[] = {
PCI_DID_INTEL_MTL_P_ID_2,
PCI_DID_INTEL_MTL_P_ID_3,
PCI_DID_INTEL_MTL_P_ID_4,
+ PCI_DID_INTEL_MTL_P_ID_5,
PCI_DID_INTEL_GLK_NB,
PCI_DID_INTEL_APL_NB,
PCI_DID_INTEL_CNL_ID_U,
diff --git a/src/soc/intel/meteorlake/bootblock/report_platform.c b/src/soc/intel/meteorlake/bootblock/report_platform.c
index 982a0c5c8f..a5d32f356e 100644
--- a/src/soc/intel/meteorlake/bootblock/report_platform.c
+++ b/src/soc/intel/meteorlake/bootblock/report_platform.c
@@ -30,6 +30,7 @@ static struct {
{ PCI_DID_INTEL_MTL_P_ID_2, "MeteorLake P" },
{ PCI_DID_INTEL_MTL_P_ID_3, "MeteorLake P" },
{ PCI_DID_INTEL_MTL_P_ID_4, "MeteorLake P" },
+ { PCI_DID_INTEL_MTL_P_ID_5, "MeteorLake P" },
};
static struct {