Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45134 )
Change subject: console: Override coreboot log level via VPD variable ......................................................................
Patch Set 4:
(4 comments)
https://review.coreboot.org/c/coreboot/+/45134/4/src/console/Kconfig File src/console/Kconfig:
https://review.coreboot.org/c/coreboot/+/45134/4/src/console/Kconfig@319 PS4, Line 319: loglevel log level (as in the choice prompt below – above it’s written incorrectly in the description)
https://review.coreboot.org/c/coreboot/+/45134/4/src/console/Kconfig@324 PS4, Line 324: loglevel log level
https://review.coreboot.org/c/coreboot/+/45134/4/src/console/Kconfig@324 PS4, Line 324: will : look for it in RW_VPD first then RO_VPD, if both places cannot find : it the loglevel will be set to CONFIG_DEFAULT_CONSOLE_LOGLEVEL. Maybe:
The RW_VPD is checked first, and then the RO_VPD. If no settings are found, CONFIG_DEFAULT_CONSOLE_LOGLEVEL will be used.
https://review.coreboot.org/c/coreboot/+/45134/4/src/console/Kconfig@326 PS4, Line 326: loglevel log level