summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorYuchi Chen <yuchi.chen@intel.com>2024-10-16 18:28:47 +0800
committerLean Sheng Tan <sheng.tan@9elements.com>2024-10-24 09:18:50 +0000
commit5e901d4d769e5a60d039061c195d30fbef51c31a (patch)
tree1f1697d0b400173c7cf7a6d4b9e10cae6617e6e2 /src/soc
parente81fdd74a930b0bf8105816ea115ceaeb99bae1d (diff)
soc/intel/common: Add PCIe device IDs for Snow Ridge
This patch adds SPI and some accelerator device IDs for SNR platform. IDs are from Intel Atom Processor C5100, C5300, P5300 and P5700 Product Families EDS, doc No. 575160 rev 2.0. Change-Id: I7bd135d788816e4c3c42ac937450cf8cdcea00bc Signed-off-by: Yuchi Chen <yuchi.chen@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84782 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/fast_spi/fast_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/fast_spi/fast_spi.c b/src/soc/intel/common/block/fast_spi/fast_spi.c
index 53826447c6..0a23e08c10 100644
--- a/src/soc/intel/common/block/fast_spi/fast_spi.c
+++ b/src/soc/intel/common/block/fast_spi/fast_spi.c
@@ -582,6 +582,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_RPP_S_HWSEQ_SPI,
PCI_DID_INTEL_SPR_HWSEQ_SPI,
PCI_DID_INTEL_TGP_SPI0,
+ PCI_DID_INTEL_SNR_SPI,
0
};