Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30935 )
Change subject: console/init: Print log level in coreboot banner ......................................................................
Patch Set 1:
(1 comment)
I guess the log level number should be enough, right? Or print the name on a separate line?
https://review.coreboot.org/#/c/30935/1/src/console/init.c File src/console/init.c:
https://review.coreboot.org/#/c/30935/1/src/console/init.c@87 PS1, Line 87: BIOS_NOTICE
Do we want to print the loglevel only if set to BIOS_NOTICE or higher? (real question, not saying th […]
According to the definitions of the log level, that is what should be done right now.
There was a discussion in the past, if an exception should be made for the banner, and to always print the banner. But, I forgot the outcome.