[coreboot-gerrit] Change in coreboot[master]: GLK: Add PCI_DEVICE_ID_INTEL_GLK_IGD_EU12

Hannah Williams (Code Review) gerrit at coreboot.org
Wed Jul 19 23:25:35 CEST 2017


Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/20654


Change subject: GLK: Add PCI_DEVICE_ID_INTEL_GLK_IGD_EU12
......................................................................

GLK: Add PCI_DEVICE_ID_INTEL_GLK_IGD_EU12

Change-Id: Id2c94afed8976687524a0913ea1c13aeddd98333
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/apollolake/graphics.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/20654/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index b7c5668..f89a6aa 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2849,6 +2849,7 @@
 #define PCI_DEVICE_ID_INTEL_APL_IGD_HD_505		0x5a84
 #define PCI_DEVICE_ID_INTEL_APL_IGD_HD_500		0x5a85
 #define PCI_DEVICE_ID_INTEL_GLK_IGD			0x3184
+#define PCI_DEVICE_ID_INTEL_GLK_IGD_EU12		0x3185
 #define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_1		0x5A51
 #define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_2		0x5A59
 #define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_3		0x5A41
diff --git a/src/soc/intel/apollolake/graphics.c b/src/soc/intel/apollolake/graphics.c
index 0893d7d..c873825 100644
--- a/src/soc/intel/apollolake/graphics.c
+++ b/src/soc/intel/apollolake/graphics.c
@@ -93,6 +93,7 @@
 	PCI_DEVICE_ID_INTEL_APL_IGD_HD_505,
 	PCI_DEVICE_ID_INTEL_APL_IGD_HD_500,
 	PCI_DEVICE_ID_INTEL_GLK_IGD,
+	PCI_DEVICE_ID_INTEL_GLK_IGD_EU12,
 	0,
 };
 

-- 
To view, visit https://review.coreboot.org/20654
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id2c94afed8976687524a0913ea1c13aeddd98333
Gerrit-Change-Number: 20654
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170719/e60b11e2/attachment.html>


More information about the coreboot-gerrit mailing list