[coreboot-gerrit] Change in coreboot[master]: soc/intel: Add KBL-R pci id support

Lijian Zhao (Code Review) gerrit at coreboot.org
Thu May 3 02:15:19 CEST 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/26018


Change subject: soc/intel: Add KBL-R pci id support
......................................................................

soc/intel: Add KBL-R pci id support

Add KBL-R internal graphics device pci ids into coreboot.

BUG=N/A
TEST=Boot up fine on kabylake-r platform with display on.

Change-Id: I0813247624770b70fe8b3ec3825fd17a9878cd0e
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/graphics/graphics.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/26018/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 7dc3e00..f8020ec 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2867,6 +2867,7 @@
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SULTM		0x5916
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SULTMR		0x5917
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SHALM		0x591B
+#define PCI_DEVICE_ID_INTEL_KBL_GT2_ULX_R		0x591C
 #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
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index ddea99f..c754509 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -123,6 +123,7 @@
 	PCI_DEVICE_ID_INTEL_KBL_GT2_SULTMR,
 	PCI_DEVICE_ID_INTEL_KBL_GT2_SHALM,
 	PCI_DEVICE_ID_INTEL_KBL_GT2_DT2P2,
+	PCI_DEVICE_ID_INTEL_KBL_GT2_ULX_R,
 	PCI_DEVICE_ID_INTEL_SKL_GT1_SULTM,
 	PCI_DEVICE_ID_INTEL_SKL_GT2_SULXM,
 	PCI_DEVICE_ID_INTEL_SKL_GT2_SULTM,

-- 
To view, visit https://review.coreboot.org/26018
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0813247624770b70fe8b3ec3825fd17a9878cd0e
Gerrit-Change-Number: 26018
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180503/54ecb9ee/attachment-0001.html>


More information about the coreboot-gerrit mailing list