From 99bacb7285228ed317c8abe190e9b5e0f2613bd7 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Wed, 2 May 2018 17:07:34 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/26018 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Subrata Banik Reviewed-by: Nick Vaccaro --- src/soc/intel/common/block/graphics/graphics.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/graphics') diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index ddea99fedb..c754509f7b 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -123,6 +123,7 @@ static const unsigned short pci_device_ids[] = { 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, -- cgit v1.2.3