From f61c136f8ab66e550bef0f6dda66fd2656608adb Mon Sep 17 00:00:00 2001 From: Yuchi Chen Date: Tue, 25 Jun 2024 10:50:18 +0800 Subject: soc/intel/common: Add CPU and PCIe IDs for Snow Ridge platform CPU and PCIe IDs are from Intel Atom Processor C5100, C5300, P5300 and P5700 Product Families EDS, doc No. 575160 rev 2.0. Change-Id: I3f5d612765bbe9adffe0b6c7a4151f32b33e88b4 Signed-off-by: Yuchi Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/83314 Reviewed-by: Shuo Liu Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/lpc/lpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/lpc') diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c index 147c4f1621..ef14914968 100644 --- a/src/soc/intel/common/block/lpc/lpc.c +++ b/src/soc/intel/common/block/lpc/lpc.c @@ -447,6 +447,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_ADP_M_N_ESPI_30, PCI_DID_INTEL_ADP_M_N_ESPI_31, PCI_DID_INTEL_SPR_ESPI_1, + PCI_DID_INTEL_SNR_LPC, 0 }; -- cgit v1.2.3