From 4d368e67249097ff88ad877472edb68e8b1e1d29 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 27 Feb 2023 13:43:30 -0700 Subject: [PATCH] Add RPP-S crashlog IDs Change-Id: I6837dd95b89e59a90ac8d75433da1fc1195b9ed6 --- src/include/device/pci_ids.h | 1 + src/soc/intel/common/block/sram/sram.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index bef8609239..2f061a1ecb 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4548,6 +4548,7 @@ #define PCI_DID_INTEL_TGP_PMC_CRASHLOG_SRAM 0xa0ef #define PCI_DID_INTEL_MTL_CRASHLOG_SRAM 0x7d0d #define PCI_DID_INTEL_RPL_CPU_CRASHLOG_SRAM 0xa77d +#define PCI_DID_INTEL_RPP_S_PMC_CRASHLOG_SRAM 0x7a27 /* Intel Ethernet Controller device Ids */ #define PCI_DID_INTEL_EHL_GBE_HOST 0x4B32 diff --git a/src/soc/intel/common/block/sram/sram.c b/src/soc/intel/common/block/sram/sram.c index 52f012000c..a6f95e2bc7 100644 --- a/src/soc/intel/common/block/sram/sram.c +++ b/src/soc/intel/common/block/sram/sram.c @@ -48,6 +48,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_ADP_S_PMC_CRASHLOG_SRAM, PCI_DID_INTEL_ADP_P_PMC_CRASHLOG_SRAM, PCI_DID_INTEL_ADP_N_PMC_CRASHLOG_SRAM, + PCI_DID_INTEL_RPP_S_PMC_CRASHLOG_SRAM, 0, };