From da7ffb48b2c84191b29dca41e6cdce5eb05524a1 Mon Sep 17 00:00:00 2001 From: Ronak Kanabar Date: Tue, 5 Feb 2019 01:51:13 +0530 Subject: soc/intel/common: Include cometlake PCH IDs Add cometlake specific PCH IDs Change-Id: I18dda48cee29213aa66c0ccddf3da31f0f489d2f Signed-off-by: Ronak Kanabar Reviewed-on: https://review.coreboot.org/c/31234 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Furquan Shaikh --- src/soc/intel/common/block/pcie/pcie.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/soc/intel/common/block/pcie') diff --git a/src/soc/intel/common/block/pcie/pcie.c b/src/soc/intel/common/block/pcie/pcie.c index 3ebb4f6447..c191ad06cd 100644 --- a/src/soc/intel/common/block/pcie/pcie.c +++ b/src/soc/intel/common/block/pcie/pcie.c @@ -206,6 +206,22 @@ static const unsigned short pcie_device_ids[] = { PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP14, PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP15, PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP16, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP1, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP2, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP3, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP4, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP5, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP6, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP7, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP8, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP9, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP10, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP11, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP12, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP13, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP14, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP15, + PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP16, 0 }; -- cgit v1.2.3