summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/p2sb/p2sb.c
diff options
context:
space:
mode:
authorAamir Bohra <aamir.bohra@intel.com>2018-06-30 12:07:04 +0530
committerPatrick Georgi <pgeorgi@google.com>2018-11-07 20:57:45 +0000
commit9eac039f592f44dc3580682597b794c27684d70f (patch)
tree92663e2ba8fe4a5884f8723b94ab5340cbce47a5 /src/soc/intel/common/block/p2sb/p2sb.c
parente510f21319d41df319263758d4ab12740b1d300f (diff)
downloadcoreboot-9eac039f592f44dc3580682597b794c27684d70f.tar.gz
coreboot-9eac039f592f44dc3580682597b794c27684d70f.tar.bz2
coreboot-9eac039f592f44dc3580682597b794c27684d70f.zip
soc/intel/common: Include Icelake device IDs
Add Icelake specific CPU, System Agent, PCH, IGD device IDs. Change-Id: I2c398957ffbc9bb0e5b363740d99433075ca66a3 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/29435 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/common/block/p2sb/p2sb.c')
-rw-r--r--src/soc/intel/common/block/p2sb/p2sb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/p2sb/p2sb.c b/src/soc/intel/common/block/p2sb/p2sb.c
index 69e1f9780bb8..e93223f7089b 100644
--- a/src/soc/intel/common/block/p2sb/p2sb.c
+++ b/src/soc/intel/common/block/p2sb/p2sb.c
@@ -167,6 +167,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_GLK_P2SB,
PCI_DEVICE_ID_INTEL_CNL_P2SB,
PCI_DEVICE_ID_INTEL_CNP_H_P2SB,
+ PCI_DEVICE_ID_INTEL_ICL_P2SB,
0,
};