Hello Marc Jones, build bot (Jenkins), Patrick Georgi, Martin Roth, Jonathan Zhang, Julien Viard de Galbert, 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 (#12).
Change subject: lib: Add config MAINBOARD_OPTIONS for getting options from mainboard ......................................................................
lib: Add config MAINBOARD_OPTIONS for getting options from mainboard
It's added into get_option() and when MAINBOARD_OPTIONS is selected, it takes precedence and gets the config values from mainboard provided overridden functions. Currently it's only used for overriding console log level, so remove and replace config CONSOLE_OVERRIDE_LOGLEVEL with it.
Change-Id: I278e392bed178df7a8cdb90685963c1fedf0bcc4 Signed-off-by: Johnny Lin johnny_lin@wiwynn.com --- M src/Kconfig M src/console/Kconfig M src/include/console/console.h M src/include/option.h M src/lib/Makefile.inc A src/lib/option.c M src/mainboard/scaleway/tagada/Kconfig 7 files changed, 28 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/45134/12