summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common
diff options
context:
space:
mode:
authorRavi Sarawadi <ravishankar.sarawadi@intel.corp-partner.google.com>2022-10-11 23:54:55 -0700
committerSubrata Banik <subratabanik@google.com>2022-11-15 10:46:21 +0000
commit33005df7bcc63550955986f8f6714c595b3b8d70 (patch)
treec25cce3656d1179230f24a7cc2e100f1ac76fa77 /src/soc/intel/common
parentf2e2dc80fa68facbce14d06aa111ca8ab4529bbe (diff)
downloadcoreboot-33005df7bcc63550955986f8f6714c595b3b8d70.tar.gz
coreboot-33005df7bcc63550955986f8f6714c595b3b8d70.tar.bz2
coreboot-33005df7bcc63550955986f8f6714c595b3b8d70.zip
soc/intel: Add Meteor Lake IGD device id 0x7d45
Add new IGD device. Reference: EDS Vol 1 (640228) Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi@intel.corp-partner.google.com> Change-Id: Iad69f547a981390ef3749256e9fd9bcfc106fe3c Reviewed-on: https://review.coreboot.org/c/coreboot/+/68305 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/graphics/graphics.c1
1 files changed, 1 insertions, 0 deletions
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,