Johnny Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45134 )
Change subject: mb/ocp/deltalake: Set coreboot log level via VPD variable ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45134/1/src/mainboard/ocp/deltalake... File src/mainboard/ocp/deltalake/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/45134/1/src/mainboard/ocp/deltalake... PS1, Line 4: bootblock-$(CONFIG_CONSOLE_OVERRIDE_LOGLEVEL) += loglevel.c
Instead of adding four lines, use `all`: […]
Done
https://review.coreboot.org/c/coreboot/+/45134/1/src/mainboard/ocp/deltalake... File src/mainboard/ocp/deltalake/loglevel.c:
https://review.coreboot.org/c/coreboot/+/45134/1/src/mainboard/ocp/deltalake... PS1, Line 16: val > 8
val >= BIOS_NEVER
Done