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 <subratabanik@google.com> Change-Id: I051a40136ed89e837945bf4569c77d2a80375ed6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65111 Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f00c0a8f4a
commit
88f863cfbb
3 changed files with 3 additions and 0 deletions
|
@ -4133,6 +4133,7 @@
|
|||
#define PCI_DID_INTEL_MTL_M_ID 0x7D00
|
||||
#define PCI_DID_INTEL_MTL_P_ID_1 0x7D01
|
||||
#define PCI_DID_INTEL_MTL_P_ID_2 0x7D02
|
||||
#define PCI_DID_INTEL_MTL_P_ID_3 0x7d14
|
||||
#define PCI_DID_INTEL_RPL_P_ID_1 0xa706
|
||||
#define PCI_DID_INTEL_RPL_P_ID_2 0xa707
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue