summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common
diff options
context:
space:
mode:
authorSridhar Siricilla <sridhar.siricilla@intel.com>2022-11-14 08:47:34 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-11-18 15:45:56 +0000
commitce4dc66319809fb9002ceb8df9c96894df26709f (patch)
tree7d5e4138f9ed787d1e94439d06657ee9a9c3ee70 /src/soc/intel/common
parent1c6b02a8b60470a94301e3034707af88b9980c96 (diff)
downloadcoreboot-ce4dc66319809fb9002ceb8df9c96894df26709f.tar.gz
coreboot-ce4dc66319809fb9002ceb8df9c96894df26709f.tar.bz2
coreboot-ce4dc66319809fb9002ceb8df9c96894df26709f.zip
soc/intel/meteorlake: Add Meteor Lake MCH device ID
Add Meteor Lake MCH device ID 0x7d15. TEST=Build and verify boot on MTL RVP With patch, coreboot log: `[DEBUG] MCH: device id 7d15 (rev 00) is Meteorlake P` Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Change-Id: If46b01910239173cd74bf6eebc69a81291b6e15a Reviewed-on: https://review.coreboot.org/c/coreboot/+/69560 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index e74c11856b47..90b33358f097 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -340,6 +340,7 @@ static const unsigned short systemagent_ids[] = {
PCI_DID_INTEL_MTL_P_ID_1,
PCI_DID_INTEL_MTL_P_ID_2,
PCI_DID_INTEL_MTL_P_ID_3,
+ PCI_DID_INTEL_MTL_P_ID_4,
PCI_DID_INTEL_GLK_NB,
PCI_DID_INTEL_APL_NB,
PCI_DID_INTEL_CNL_ID_U,