Sugnan Prabhu S has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59265 )
Change subject: [DO-NOT-MERGE] Enable crashlog UPDs always for socwatch ......................................................................
[DO-NOT-MERGE] Enable crashlog UPDs always for socwatch
Change-Id: Ia9cef8d03b73694764c6a4a18706f4a44555838a --- M src/soc/intel/alderlake/romstage/fsp_params.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/59265/1
diff --git a/src/soc/intel/alderlake/romstage/fsp_params.c b/src/soc/intel/alderlake/romstage/fsp_params.c index be71a02..13a0957 100644 --- a/src/soc/intel/alderlake/romstage/fsp_params.c +++ b/src/soc/intel/alderlake/romstage/fsp_params.c @@ -309,7 +309,7 @@ m_cfg->PlatformDebugConsent = CONFIG_SOC_INTEL_ALDERLAKE_DEBUG_CONSENT;
/* CrashLog config */ - m_cfg->CpuCrashLogDevice = CONFIG(SOC_INTEL_CRASHLOG) && is_devfn_enabled(SA_DEVFN_TMT); + m_cfg->CpuCrashLogDevice = 1; m_cfg->CpuCrashLogEnable = m_cfg->CpuCrashLogDevice; }