[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Add IGD id for mobile Xeon with GT2

Nico Huber (Code Review) gerrit at coreboot.org
Wed Jul 19 16:26:30 CEST 2017


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/20651


Change subject: soc/intel/skylake: Add IGD id for mobile Xeon with GT2
......................................................................

soc/intel/skylake: Add IGD id for mobile Xeon with GT2

Change-Id: I2cd210dd0443b854294ce7ee8e267594e3ea1780
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/skylake/igd.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/20651/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index b7c5668..b3dfabc 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2840,6 +2840,7 @@
 #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_GT4_SHALM		0x193D
 #define PCI_DEVICE_ID_INTEL_KBL_GT1_SULTM		0x5906
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SULXM		0x591E
diff --git a/src/soc/intel/skylake/igd.c b/src/soc/intel/skylake/igd.c
index 3f35489..83df4b6 100644
--- a/src/soc/intel/skylake/igd.c
+++ b/src/soc/intel/skylake/igd.c
@@ -167,6 +167,7 @@
 	PCI_DEVICE_ID_INTEL_SKL_GT2_SULXM,
 	PCI_DEVICE_ID_INTEL_SKL_GT2_SULTM,
 	PCI_DEVICE_ID_INTEL_SKL_GT2_SHALM,
+	PCI_DEVICE_ID_INTEL_SKL_GT2_SWKSM,
 	PCI_DEVICE_ID_INTEL_SKL_GT4_SHALM,
 	PCI_DEVICE_ID_INTEL_KBL_GT1_SULTM,
 	PCI_DEVICE_ID_INTEL_KBL_GT2_SULXM,

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cd210dd0443b854294ce7ee8e267594e3ea1780
Gerrit-Change-Number: 20651
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170719/ef5b00b3/attachment-0001.html>


More information about the coreboot-gerrit mailing list