From 837afb0938cfa951290d252e1e37adff8fff9f5a Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Wed, 28 Jun 2017 10:33:59 -0700 Subject: soc/intel/apollolake: Add pci device id for GLK IGD Change-Id: Id2c94afed8976687524a0913ea1c13aeddd98333 Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/20654 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/include/device/pci_ids.h | 1 + src/soc/intel/apollolake/graphics.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index b7c5668ae2..f89a6aa44a 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2849,6 +2849,7 @@ #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 +#define PCI_DEVICE_ID_INTEL_GLK_IGD_EU12 0x3185 #define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_1 0x5A51 #define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_2 0x5A59 #define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_3 0x5A41 diff --git a/src/soc/intel/apollolake/graphics.c b/src/soc/intel/apollolake/graphics.c index 0893d7dab2..c873825f01 100644 --- a/src/soc/intel/apollolake/graphics.c +++ b/src/soc/intel/apollolake/graphics.c @@ -93,6 +93,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_APL_IGD_HD_505, PCI_DEVICE_ID_INTEL_APL_IGD_HD_500, PCI_DEVICE_ID_INTEL_GLK_IGD, + PCI_DEVICE_ID_INTEL_GLK_IGD_EU12, 0, }; -- cgit v1.2.3