V Sowmya has uploaded this change for review.

View Change

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

Change-Id: Ide008d5c5302bd589784bc917a2610c42a0fdee4
Signed-off-by: Sowmya V <v.sowmya@intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/alderlake/bootblock/report_platform.c
M src/soc/intel/common/block/graphics/graphics.c
3 files changed, 7 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/82038/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 7831d5b..d3ba149 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4147,6 +4147,8 @@
#define PCI_DID_INTEL_RPL_U_GT4 0xa7ac
#define PCI_DID_INTEL_RPL_U_GT5 0xa7ad
#define PCI_DID_INTEL_LNL_M_GT2 0x64a0
+#define PCI_DID_INTEL_TWL_GT1_1 0x46D3
+#define PCI_DID_INTEL_TWL_GT1_2 0x46D4

/* Intel Northbridge Ids */
#define PCI_DID_INTEL_APL_NB 0x5af0
diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c
index bd4960d..cd4ac00 100644
--- a/src/soc/intel/alderlake/bootblock/report_platform.c
+++ b/src/soc/intel/alderlake/bootblock/report_platform.c
@@ -236,7 +236,9 @@
{ 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)
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index ef4b269..eabcb9a 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -456,6 +456,8 @@
PCI_DID_INTEL_RPL_HX_GT2,
PCI_DID_INTEL_RPL_HX_GT3,
PCI_DID_INTEL_RPL_HX_GT4,
+ PCI_DID_INTEL_TWL_GT1_1,
+ PCI_DID_INTEL_TWL_GT1_2,
0,
};


To view, visit change 82038. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ide008d5c5302bd589784bc917a2610c42a0fdee4
Gerrit-Change-Number: 82038
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya@intel.com>
Gerrit-MessageType: newchange