From 5e901d4d769e5a60d039061c195d30fbef51c31a Mon Sep 17 00:00:00 2001 From: Yuchi Chen Date: Wed, 16 Oct 2024 18:28:47 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84782 Reviewed-by: Lean Sheng Tan Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/fast_spi/fast_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/fast_spi') 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 }; -- cgit v1.2.3