From 88f863cfbb1f3f547cf503b462e29c285e8f1c94 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 13 Jun 2022 20:42:44 +0530 Subject: soc/intel: Add Meteor Lake SA device ID Add Meteor Lake SA device ID 0x7d14 (4+8, 15W). BUG=b:224325352 TEST=Able to build MTL SoC and verified SA DID is now shown proper. Signed-off-by: Subrata Banik Change-Id: I051a40136ed89e837945bf4569c77d2a80375ed6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65111 Reviewed-by: Tarun Tuli Reviewed-by: Wonkyu Kim Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/systemagent/systemagent.c | 1 + src/soc/intel/meteorlake/bootblock/report_platform.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 1d88d6a4b2..8fb2287fd9 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -353,6 +353,7 @@ static const unsigned short systemagent_ids[] = { PCI_DID_INTEL_MTL_M_ID, PCI_DID_INTEL_MTL_P_ID_1, PCI_DID_INTEL_MTL_P_ID_2, + PCI_DID_INTEL_MTL_P_ID_3, 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 564d186c6a..97e680ca4f 100644 --- a/src/soc/intel/meteorlake/bootblock/report_platform.c +++ b/src/soc/intel/meteorlake/bootblock/report_platform.c @@ -27,6 +27,7 @@ static struct { { PCI_DID_INTEL_MTL_M_ID, "MeteorLake M" }, { PCI_DID_INTEL_MTL_P_ID_1, "MeteorLake P" }, { PCI_DID_INTEL_MTL_P_ID_2, "MeteorLake P" }, + { PCI_DID_INTEL_MTL_P_ID_3, "MeteorLake P" }, }; static struct { -- cgit v1.2.3