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, };