Attention is currently required from: Felix Singer, Subrata Banik, Tim Wawrzynczak, Angel Pons, Arthur Heymans, Nick Vaccaro, Andrey Petrov, Patrick Rudolph. Hello Felix Singer, build bot (Jenkins), Tim Wawrzynczak, Angel Pons, Arthur Heymans, Nick Vaccaro, Tim Wawrzynczak, Andrey Petrov, Patrick Rudolph, EricR Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60441
to look at the new patch set (#2).
Change subject: soc/intel/alderlake: Add option to make MRC log silent ......................................................................
soc/intel/alderlake: Add option to make MRC log silent
Typically, FSP-M aka MRC debug log level is default set to `3` meaning prints all `Load, Error, Warnings & Info` Messages.
Sometime it's too much information to parse even when users aren't required to have such detailed information hence, added option to make the MRC serial debug message silent when user selects `SILENT_FSP_M_DEBUG_MESSAGE` config.
TEST=FSP-M debug log suggested default `SerialDebugMrcLevel` UPD value is `3`. While user selects `SILENT_FSP_M_DEBUG_MESSAGE` config `SerialDebugMrcLevel` UPD value is overridden to '0' aka disable.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Iea3b32feca0893a83fdf700798b0883d26ccc718 --- M src/drivers/intel/fsp2_0/Kconfig.debug_blob M src/soc/intel/alderlake/Kconfig M src/soc/intel/alderlake/romstage/fsp_params.c 3 files changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/60441/2