From a52e8e7b86e7d324bc4a5995f17f4d5dc4768a75 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 16 Jul 2024 14:07:45 +0000 Subject: device/pci_ids: Add new Intel PTL device IDs for DID2 This patch adds new DID2 PCI device IDs for Intel PTL-U and PTL-H. Additionally, updates the graphics driver's `pci_device_ids` list to include these new IDs. Source: Intel PTL-EDS vol 1. Document Number 815002, Rev 0.51 Chapter 2 BUG=b:347669091 TEST=Able to build google/fatcat. Change-Id: Iab499070c87e020e36901b4ea453a1893bd16ea0 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83491 Reviewed-by: Eric Lai Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/device/pci_ids.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2875dff791..3dd3ec9b59 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4192,7 +4192,9 @@ #define PCI_DID_INTEL_LNL_M_GT2 0x64a0 #define PCI_DID_INTEL_TWL_GT1_1 0x46d3 #define PCI_DID_INTEL_TWL_GT1_2 0x46d4 -#define PCI_DID_INTEL_PTL_GT2 0x64a0 +#define PCI_DID_INTEL_PTL_U_GT2_1 0xb090 +#define PCI_DID_INTEL_PTL_H_GT2_1 0xb080 +#define PCI_DID_INTEL_PTL_H_GT2_2 0xb0a0 /* Intel Northbridge Ids */ #define PCI_DID_INTEL_APL_NB 0x5af0 -- cgit v1.2.3