coreboot-kgpe-d16/src/console
Kyösti Mälkki c8bc983673 console: Ignore loglevel in nvram until ramstage
Calling get_option() triggers printk's before consoles
are ready. Skip the call since console_loglevel is const
anyways for __PRE_RAM__.

Change-Id: I4d444bee1394449ce096c0aa30dca56365290e31
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2017-09-25 13:35:29 +00:00
..
Kconfig console/flashsconsole: Add spi flash console for debugging 2017-06-04 18:44:56 +02:00
Makefile.inc console: Make snprintf available in all stages 2017-04-24 19:25:21 +02:00
console.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
die.c console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
early_print.c
hw-debug_sink.adb
hw-debug_sink.ads
init.c console: Ignore loglevel in nvram until ramstage 2017-09-25 13:35:29 +00:00
post.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
printk.c console: Enable do_printk_va_list for VBOOT 2016-12-27 18:07:39 +01:00
vsprintf.c
vtxprintf.c src: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:57:07 +00:00