From 25c20753885fb183424b5d74445a3a8643fe2d28 Mon Sep 17 00:00:00 2001 From: Wonkyu Kim Date: Mon, 4 Jul 2022 20:43:47 -0700 Subject: soc/intel/common/graphics: Add another Meteor Lake device ID Add 0x7d55 as another ID for Meteor Lake graphics controllers. TEST=Boot with MTL silicon to check coreboot log for DID2 Signed-off-by: Wonkyu Kim Change-Id: Iea01f6d4f2469fc0eeac73a3f1c4b9af1f39463c Reviewed-on: https://review.coreboot.org/c/coreboot/+/65647 Tested-by: build bot (Jenkins) Reviewed-by: Srinidhi N Kaushik Reviewed-by: Subrata Banik Reviewed-by: Jamie Ryu --- src/soc/intel/common/block/graphics/graphics.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/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index 3c277775ef..d13b322e90 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -186,6 +186,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_MTL_M_GT2, PCI_DID_INTEL_MTL_P_GT2_1, PCI_DID_INTEL_MTL_P_GT2_2, + PCI_DID_INTEL_MTL_P_GT2_3, PCI_DID_INTEL_APL_IGD_HD_505, PCI_DID_INTEL_APL_IGD_HD_500, PCI_DID_INTEL_CNL_GT2_ULX_1, diff --git a/src/soc/intel/meteorlake/bootblock/report_platform.c b/src/soc/intel/meteorlake/bootblock/report_platform.c index 97e680ca4f..72d0d83db4 100644 --- a/src/soc/intel/meteorlake/bootblock/report_platform.c +++ b/src/soc/intel/meteorlake/bootblock/report_platform.c @@ -51,6 +51,7 @@ static struct { { PCI_DID_INTEL_MTL_M_GT2, "MeteorLake-M GT2" }, { PCI_DID_INTEL_MTL_P_GT2_1, "MeteorLake-P GT2" }, { PCI_DID_INTEL_MTL_P_GT2_2, "MeteorLake-P GT2" }, + { PCI_DID_INTEL_MTL_P_GT2_3, "MeteorLake-P GT2" }, }; static inline uint8_t get_dev_revision(pci_devfn_t dev) -- cgit v1.2.3