soc/intel/apollolake: Remove soc/pci_ids dependency
and add pci ids for GLK and APL from device/pci_ids.h Change-Id: If8101fe52591b09caadfe104ca8daab4258837c7 Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/19999 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
committed by
Aaron Durbin
parent
9deb23a4ad
commit
f5f7c84a58
@@ -23,7 +23,6 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pci_ids.h>
|
||||
#include <soc/intel/common/opregion.h>
|
||||
|
||||
uintptr_t fsp_soc_get_igd_bar(void)
|
||||
@@ -91,8 +90,9 @@ static const struct device_operations igd_ops = {
|
||||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_APOLLOLAKE_IGD_HD_505,
|
||||
PCI_DEVICE_ID_APOLLOLAKE_IGD_HD_500,
|
||||
PCI_DEVICE_ID_INTEL_APL_IGD_HD_505,
|
||||
PCI_DEVICE_ID_INTEL_APL_IGD_HD_500,
|
||||
PCI_DEVICE_ID_INTEL_GLK_IGD,
|
||||
0,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user