summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/pcie
diff options
context:
space:
mode:
authorUsha P <usha.p@intel.com>2022-01-17 20:06:38 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-01-25 16:10:46 +0000
commit8f2df280e19f34a1c97adc29acee21a783e1e388 (patch)
tree7fad3108749dbe6881a9f098b508cada02c144c9 /src/soc/intel/common/block/pcie
parent7760fe4645c55c2025a4fc9de0b205b8fd7031d3 (diff)
downloadcoreboot-8f2df280e19f34a1c97adc29acee21a783e1e388.tar.gz
coreboot-8f2df280e19f34a1c97adc29acee21a783e1e388.tar.bz2
coreboot-8f2df280e19f34a1c97adc29acee21a783e1e388.zip
soc/intel/common: Include Alder Lake-N device IDs
Add Alder Lake-N System Agent, PCIE, UFS, IPU and CNVI device IDs. Document: Alder Lake N Platform EDS Volume 1 (Doc# 645548) Signed-off-by: Usha P <usha.p@intel.com> Change-Id: I0a383816f818b794cf1211766c27937b3b8daa31 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/pcie')
-rw-r--r--src/soc/intel/common/block/pcie/pcie.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcie/pcie.c b/src/soc/intel/common/block/pcie/pcie.c
index 0c3e2250c785..18f1bc555746 100644
--- a/src/soc/intel/common/block/pcie/pcie.c
+++ b/src/soc/intel/common/block/pcie/pcie.c
@@ -366,6 +366,8 @@ static const unsigned short pcie_device_ids[] = {
PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP8,
PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP9,
PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP10,
+ PCI_DEVICE_ID_INTEL_ADP_N_PCIE_RP11,
+ PCI_DEVICE_ID_INTEL_ADP_N_PCIE_RP12,
0
};