Attention is currently required from: Anjaneya "Reddy" Chagam, Angel Pons, Kyösti Mälkki. Hello build bot (Jenkins), Anjaneya "Reddy" Chagam, Patrick Georgi, Martin Roth, Jonathan Zhang, Jingle Hsu, Rocky Phagura, Angel Pons, Arthur Heymans, Morgan Jang,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47006
to look at the new patch set (#16).
Change subject: mb/ocp/deltalake: Override console log level and UART IO port for SMM ......................................................................
mb/ocp/deltalake: Override console log level and UART IO port for SMM
Add VPD variable 'smm_log_level' that can be read and passed to SMM. By default it's 0 therefore it disables most of the SMM log.
Override mainboard_set_smm_info() that reads VPD variables for SMM log level and UART IO port, and it's set to smm_board_info with bit encoding: bits[5:4]: uart io select, bits[3:0]: console log level.
Tested=On OCP Delta Lake, SMM log level can be changed via VPD variable.
Change-Id: I73afc944fbd6c21e884397f3049bd363e2c1ce2c Signed-off-by: Johnny Lin johnny_lin@wiwynn.com --- M src/mainboard/ocp/deltalake/Kconfig M src/mainboard/ocp/deltalake/Makefile.inc M src/mainboard/ocp/deltalake/loglevel_vpd.c M src/mainboard/ocp/deltalake/ramstage.c M src/mainboard/ocp/deltalake/uartio_vpd.c M src/mainboard/ocp/deltalake/vpd.h 6 files changed, 43 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/47006/16