soc/intel/skylake: Add IGD id for mobile Xeon with GT2
Change-Id: I2cd210dd0443b854294ce7ee8e267594e3ea1780 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20651 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
097bd95837
commit
3cbd3b0367
|
@ -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
|
||||
|
|
|
@ -167,6 +167,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
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,
|
||||
|
|
Loading…
Reference in New Issue