Curtis Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59951 )
Change subject: soc/intel/alderlake: Add crashlog trigger on all reset toggle ......................................................................
soc/intel/alderlake: Add crashlog trigger on all reset toggle
Trigger on all reset is a feature of the crashlog. This feature should not be enabled by default. Now we add a CONFIG to control it.
BUG=b:202737385 TEST='ls /var/spool/crash/*.bertdump' should be empty after ec apreset.
Signed-off-by: Curtis Chen curtis.chen@intel.com Change-Id: I3ec4ff3c8a3799156de030f4556fe6ce61305139 --- M src/soc/intel/alderlake/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/59951/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 89570b1..92281b2 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -339,6 +339,11 @@ help Enables CrashLog.
+config SOC_INTEL_CRASHLOG_ON_RESET + def_bool n + help + Enable PMC reset crashlog record. + if STITCH_ME_BIN
config CSE_BPDT_VERSION