aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMaxim Polyakov <max.senia.poliak@gmail.com>2019-09-20 22:06:57 +0300
committerPatrick Georgi <pgeorgi@google.com>2019-10-04 16:22:16 +0000
commit95636813a4d7466f12eab6e2f7a8c995edad6238 (patch)
tree6f1de6cab320151cb30ff2672d74364d22c92319 /src/include
parentb4383fc759a0f705d052efc696623bf3b9a917c8 (diff)
src/pci_ids: add missing Intel Skylake iGPU PCIIDs
Adds missing Intel HD/Iris iGPU PCI IDs for Skylake processors These changes are in accordance with the documentation: [*] page 11-12, Intel(R) Open Source HD Graphics, Intel Iris(TM) Graphics, and Intel Iris(TM) Pro Graphics, Programmer's Reference Manual. Volume 4: Configurations. May 2016, Revision 1.0 Doc Ref # IHD-OS-SKL-Vol 4-05.16 Change-Id: I0ba6e58ec3916dceea00519ac5a51503573e8935 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35493 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/pci_ids.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index e6b8b1879d..84896f6d6b 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3097,13 +3097,20 @@
#define PCI_DEVICE_ID_INTEL_CMP_HWSEQ_SPI 0x02a4
/* Intel IGD device Ids */
+#define PCI_DEVICE_ID_INTEL_SKL_GT1F_DT2 0x1902
#define PCI_DEVICE_ID_INTEL_SKL_GT1_SULTM 0x1906
+#define PCI_DEVICE_ID_INTEL_SKL_GT1F_SHALM 0x190B
#define PCI_DEVICE_ID_INTEL_SKL_GT2_DT2P1 0x1912
-#define PCI_DEVICE_ID_INTEL_SKL_GT2_SULXM 0x191E
#define PCI_DEVICE_ID_INTEL_SKL_GT2_SULTM 0x1916
#define PCI_DEVICE_ID_INTEL_SKL_GT2_SHALM 0x191B
#define PCI_DEVICE_ID_INTEL_SKL_GT2_SWKSM 0x191D
+#define PCI_DEVICE_ID_INTEL_SKL_GT2_SULXM 0x191E
+#define PCI_DEVICE_ID_INTEL_SKL_GT3_SULTM 0x1923
+#define PCI_DEVICE_ID_INTEL_SKL_GT3E_SULTM_1 0x1926
+#define PCI_DEVICE_ID_INTEL_SKL_GT3E_SULTM_2 0x1927
+#define PCI_DEVICE_ID_INTEL_SKL_GT3FE_SSRVM 0x192D
#define PCI_DEVICE_ID_INTEL_SKL_GT4_SHALM 0x193B
+#define PCI_DEVICE_ID_INTEL_SKL_GT4E_SWSTM 0x193D
#define PCI_DEVICE_ID_INTEL_KBL_GT1_SULTM 0x5906
#define PCI_DEVICE_ID_INTEL_KBL_GT2_DT2P2 0x5912
#define PCI_DEVICE_ID_INTEL_KBL_GT2_SULXM 0x591E