summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/pcie
diff options
context:
space:
mode:
authorrkanabar <ronak.kanabar@intel.com>2019-11-28 10:41:45 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-12-10 11:18:48 +0000
commit263f129a8e1d012c53733170acaf9d0a01886b10 (patch)
tree7ab47619106e38f29a88bffeceded5860cf09424 /src/soc/intel/common/block/pcie
parent200d213d1bae614fcd35913c1d46fec7e495717f (diff)
downloadcoreboot-263f129a8e1d012c53733170acaf9d0a01886b10.tar.gz
coreboot-263f129a8e1d012c53733170acaf9d0a01886b10.tar.bz2
coreboot-263f129a8e1d012c53733170acaf9d0a01886b10.zip
soc/intel/common: Add Jasperlake Device IDs
Add Jasperlake SA and PCH IDs Change-Id: I2c9ec1ee4236184b986d99250f263172c80f7117 Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37434 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-by: V Sowmya <v.sowmya@intel.com>
Diffstat (limited to 'src/soc/intel/common/block/pcie')
-rw-r--r--src/soc/intel/common/block/pcie/pcie.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcie/pcie.c b/src/soc/intel/common/block/pcie/pcie.c
index 406a227387af..ecc1fcbc71f3 100644
--- a/src/soc/intel/common/block/pcie/pcie.c
+++ b/src/soc/intel/common/block/pcie/pcie.c
@@ -266,6 +266,14 @@ static const unsigned short pcie_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP14,
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP15,
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP16,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP1,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP2,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP3,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP4,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP5,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP6,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP7,
+ PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_PCIE_RP8,
0
};