diff options
author | Hannah Williams <hannah.williams@intel.com> | 2017-06-28 10:33:59 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-21 15:56:48 +0000 |
commit | 837afb0938cfa951290d252e1e37adff8fff9f5a (patch) | |
tree | b43ee318917e66f63ab9c5dcd80da1e76894644c /src/soc/intel | |
parent | dbe7f893c0e3fffc4e9862d872d65df752feaf9d (diff) | |
download | coreboot-837afb0938cfa951290d252e1e37adff8fff9f5a.tar.xz |
soc/intel/apollolake: Add pci device id for GLK IGD
Change-Id: Id2c94afed8976687524a0913ea1c13aeddd98333
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
Reviewed-on: https://review.coreboot.org/20654
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/graphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |