From 33005df7bcc63550955986f8f6714c595b3b8d70 Mon Sep 17 00:00:00 2001 From: Ravi Sarawadi Date: Tue, 11 Oct 2022 23:54:55 -0700 Subject: soc/intel: Add Meteor Lake IGD device id 0x7d45 Add new IGD device. Reference: EDS Vol 1 (640228) Signed-off-by: Ravi Sarawadi Change-Id: Iad69f547a981390ef3749256e9fd9bcfc106fe3c Reviewed-on: https://review.coreboot.org/c/coreboot/+/68305 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal Reviewed-by: Angel Pons --- 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 98d19813a9d4..dae181adf4b8 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -199,6 +199,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_MTL_P_GT2_1, PCI_DID_INTEL_MTL_P_GT2_2, PCI_DID_INTEL_MTL_P_GT2_3, + PCI_DID_INTEL_MTL_P_GT2_4, 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 63f1771933dc..6acf9227c842 100644 --- a/src/soc/intel/meteorlake/bootblock/report_platform.c +++ b/src/soc/intel/meteorlake/bootblock/report_platform.c @@ -52,6 +52,7 @@ static struct { { 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" }, + { PCI_DID_INTEL_MTL_P_GT2_4, "Meteorlake-P GT2" }, }; static inline uint8_t get_dev_revision(pci_devfn_t dev) -- cgit v1.2.3