From d3d4571411b7a9bace4e0a80ec84b73089abac28 Mon Sep 17 00:00:00 2001 From: Erik van den Bogaert Date: Thu, 27 Nov 2025 11:44:53 +0100 Subject: [PATCH] soc/intel/common/block/graphics: Use Xeon W-11865MRE IGD PCI ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add IGD PCI ID of Xeon W-11865MRE to graphics driver so coreboot can use GOP-provided framebuffer. TEST=Debug log shows framebuffer info at PCI: 00:00:02.0 init Change-Id: Ifd76707d2ad61e11028cd0e19cf06857c597d514 Signed-off-by: Erik van den Bogaert Reviewed-on: https://review.coreboot.org/c/coreboot/+/90248 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Jérémy Compostella --- src/soc/intel/common/block/graphics/graphics.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index 251483d18d..12f29b567b 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -435,6 +435,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_CML_GT2_H_R1, PCI_DID_INTEL_TGL_GT0, PCI_DID_INTEL_TGL_GT1_H_32, + PCI_DID_INTEL_TGL_GT1_H_32_1, PCI_DID_INTEL_TGL_GT1_H_16, PCI_DID_INTEL_TGL_GT2_ULT, PCI_DID_INTEL_TGL_GT2_ULX,