From 9f4010753d54447574d7a4e01a11f8b4f810830f Mon Sep 17 00:00:00 2001 From: Wonkyu Kim Date: Fri, 13 Nov 2020 15:16:32 -0800 Subject: soc/intel/common: Include Meteor Lake device IDs Reference: chapter2 in Meteor Lake EDS vol1 (640228) Signed-off-by: Wonkyu Kim Change-Id: Ie71abb70b88db0acec8a320c3e2c20c54bbb4a8a Reviewed-on: https://review.coreboot.org/c/coreboot/+/62581 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/sram/sram.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/common/block/sram/sram.c') diff --git a/src/soc/intel/common/block/sram/sram.c b/src/soc/intel/common/block/sram/sram.c index 60e06dc368..bde0f4fb6f 100644 --- a/src/soc/intel/common/block/sram/sram.c +++ b/src/soc/intel/common/block/sram/sram.c @@ -33,6 +33,10 @@ static const struct device_operations device_ops = { }; static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_MTL_SOC_SRAM, + PCI_DID_INTEL_MTL_IOE_M_SRAM, + PCI_DID_INTEL_MTL_IOE_P_SRAM, + PCI_DID_INTEL_MTL_CRASHLOG_SRAM, PCI_DID_INTEL_APL_SRAM, PCI_DID_INTEL_GLK_SRAM, PCI_DID_INTEL_ICL_SRAM, -- cgit v1.2.3