From 859df7160a5982eeaff1aa18ce40fbd2ae6ee107 Mon Sep 17 00:00:00 2001 From: Sowmya V Date: Mon, 22 Apr 2024 19:20:03 +0530 Subject: soc/intel/alderlake: Add Twinlake graphics device IDs Add the graphics device IDs for Twinlake platform based on Platform External Design Specification. Document ID: 645548 BUG=b:326901448 TEST=Build tivviks and verify the IGD IDs. Change-Id: Ide008d5c5302bd589784bc917a2610c42a0fdee4 Signed-off-by: Sowmya V Reviewed-on: https://review.coreboot.org/c/coreboot/+/82038 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/soc/intel/alderlake/bootblock/report_platform.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/alderlake/bootblock') diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c index bd4960d0fe..cd4ac00c14 100644 --- a/src/soc/intel/alderlake/bootblock/report_platform.c +++ b/src/soc/intel/alderlake/bootblock/report_platform.c @@ -236,7 +236,9 @@ static struct { { PCI_DID_INTEL_RPL_S_GT0, "Raptorlake S GT0" }, { PCI_DID_INTEL_RPL_S_GT1_1, "Raptorlake S GT1" }, { PCI_DID_INTEL_RPL_S_GT1_2, "Raptorlake S GT1" }, - { PCI_DID_INTEL_RPL_S_GT1_3, "Raptorlake S GT1" } + { PCI_DID_INTEL_RPL_S_GT1_3, "Raptorlake S GT1" }, + { PCI_DID_INTEL_TWL_GT1_1, "Twinlake GT1" }, + { PCI_DID_INTEL_TWL_GT1_2, "Twinlake GT1" }, }; static inline uint8_t get_dev_revision(pci_devfn_t dev) -- cgit v1.2.3