aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sram
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2021-09-20 13:41:49 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-02-10 12:52:41 +0000
commitc585d8c96cf8cecec2239087c803323616242163 (patch)
tree37301bde34e42fcca09d641421539597cd0e37d3 /src/soc/intel/common/block/sram
parent9048043302e7c694240806792fa929f6e0820419 (diff)
soc/intel/common: Add Crash Log and PMC SRAM PCI device IDs
Add Alder Lake and Tiger Lake specific Crash Log and PMC SRAM device IDs. Document Number: 619501, 645548 Change-Id: I64b58b8c345bd54774c4dab7b65258714cd8dc9e Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57787 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/common/block/sram')
-rw-r--r--src/soc/intel/common/block/sram/sram.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/intel/common/block/sram/sram.c b/src/soc/intel/common/block/sram/sram.c
index 2166eb455c..1badb83daf 100644
--- a/src/soc/intel/common/block/sram/sram.c
+++ b/src/soc/intel/common/block/sram/sram.c
@@ -38,13 +38,13 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_ICL_SRAM,
PCI_DEVICE_ID_INTEL_CMP_SRAM,
PCI_DEVICE_ID_INTEL_CMP_H_SRAM,
- PCI_DEVICE_ID_INTEL_TGL_SRAM,
+ PCI_DEVICE_ID_INTEL_TGP_PMC_CRASHLOG_SRAM,
PCI_DEVICE_ID_INTEL_TGL_H_SRAM,
PCI_DEVICE_ID_INTEL_MCC_SRAM,
PCI_DEVICE_ID_INTEL_JSP_SRAM,
- PCI_DEVICE_ID_INTEL_ADP_P_SRAM,
- PCI_DEVICE_ID_INTEL_ADP_S_SRAM,
- PCI_DEVICE_ID_INTEL_ADP_M_SRAM,
+ PCI_DEVICE_ID_INTEL_ADP_S_PMC_CRASHLOG_SRAM,
+ PCI_DEVICE_ID_INTEL_ADP_P_PMC_CRASHLOG_SRAM,
+ PCI_DEVICE_ID_INTEL_ADP_N_PMC_CRASHLOG_SRAM,
0,
};