aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcie
diff options
context:
space:
mode:
authorVarshit Pandya <varshit.b.pandya@intel.com>2021-01-17 18:39:29 +0530
committerPatrick Georgi <pgeorgi@google.com>2021-01-22 14:26:38 +0000
commitf4d98fdd20bbe3981684d32d3d3b257ab81163bb (patch)
tree6d055b3f1cc54ab467e3deff6a1c43527fffdbc7 /src/soc/intel/common/block/pcie
parentf2d38baa983ad168466c5a5ac960da48ebaf34e2 (diff)
soc/intel/commmon: Include Alder Lake device IDs
Add Alder Lake M specific CPU, System AGent, PCH (Alder Point aka ADP), IGD device IDs. Document Number: 619501, 626817 Signed-off-by: Varshit Pandya <varshit.b.pandya@intel.com> Change-Id: Ib13fe229f9e65eae8967aa20e28e29ac5c319265 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49629 Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/pcie')
-rw-r--r--src/soc/intel/common/block/pcie/pcie.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcie/pcie.c b/src/soc/intel/common/block/pcie/pcie.c
index e506905283..4f5687fd5f 100644
--- a/src/soc/intel/common/block/pcie/pcie.c
+++ b/src/soc/intel/common/block/pcie/pcie.c
@@ -331,6 +331,16 @@ static const unsigned short pcie_device_ids[] = {
PCI_DEVICE_ID_INTEL_ADP_S_PCIE_RP26,
PCI_DEVICE_ID_INTEL_ADP_S_PCIE_RP27,
PCI_DEVICE_ID_INTEL_ADP_S_PCIE_RP28,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP1,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP2,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP3,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP4,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP5,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP6,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP7,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP8,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP9,
+ PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP10,
0
};