Hello build bot (Jenkins), Marc Jones, Patrick Georgi, Martin Roth, Jonathan Zhang, insomniac, Jingle Hsu, Angel Pons, Rocky Phagura, Morgan Jang,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45134
to look at the new patch set (#10).
Change subject: console: Unify overriding console log level with get_option() ......................................................................
console: Unify overriding console log level with get_option()
1. Integrate get_console_loglevel() into get_option(), if both USE_OPTION_TABLE and CONSOLE_OVERRIDE_LOGLEVEL are selected, log level will be set by USE_OPTION_TABLE.
2. Remove CONSOLE_LEVEL_CONST and let init_log_level() set log level for all stages. get_log_level() is called by printk so avoid calling an overridden function in case it impacts performance.
3.CONFIG_DEFAULT_CONSOLE_LOGLEVEL can still be used when CONSOLE_OVERRIDE_LOGLEVEL is selected.
Tested=On OCP Delta Lake, coreboot log level can be overridden.
Change-Id: I278e392bed178df7a8cdb90685963c1fedf0bcc4 Signed-off-by: Johnny Lin johnny_lin@wiwynn.com --- M src/console/Kconfig M src/console/Makefile.inc M src/console/init.c A src/console/option.c M src/include/console/console.h M src/include/option.h 6 files changed, 24 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/45134/10