summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-11-12 12:47:43 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-11-14 11:29:03 +0000
commitae695757f43a5a730e16132ab830d76c10ba8daf (patch)
tree0e4e2b9062fc454699f9f8c4b398bd9877c9a8d6 /src/soc/intel/common/block/graphics
parent10c8ad8d78e6d0117d34668015620a1d94ca4021 (diff)
downloadcoreboot-ae695757f43a5a730e16132ab830d76c10ba8daf.tar.xz
soc/intel/tigerlake: Include few more Tigerlake device IDs
This patch performs below operations 1. Add few more MCH, ESPI and IGD IDs 2. Remove TGL-H IDs 3. Rename existing as per applicable names 4. Remove TODO from report_platform.c file 5. Include TGL IDs into report_platform.c file Change-Id: I7bb3334d0fe8ba72e394d1a63b3a73840b4eaf2f Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36768 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Diffstat (limited to 'src/soc/intel/common/block/graphics')
-rw-r--r--src/soc/intel/common/block/graphics/graphics.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index 4efa60f5d2..df838c0c88 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -207,10 +207,10 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CML_GT1_H_2,
PCI_DEVICE_ID_INTEL_CML_GT2_H_1,
PCI_DEVICE_ID_INTEL_CML_GT2_H_2,
- PCI_DEVICE_ID_INTEL_TGL_GT1,
- PCI_DEVICE_ID_INTEL_TGL_GT2_UY,
- PCI_DEVICE_ID_INTEL_TGL_GT2,
- PCI_DEVICE_ID_INTEL_TGL_GT2_Y,
+ PCI_DEVICE_ID_INTEL_TGL_GT0,
+ PCI_DEVICE_ID_INTEL_TGL_GT2_ULT,
+ PCI_DEVICE_ID_INTEL_TGL_GT2_ULX,
+ PCI_DEVICE_ID_INTEL_TGL_GT3_ULT,
0,
};