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@intel.com> Reviewed-on: https://review.coreboot.org/26018 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Nick Vaccaro <nvaccaro@chromium.org>
This commit is contained in:
parent
f3e2205dfc
commit
99bacb7285
|
@ -2868,6 +2868,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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue