coreboot-kgpe-d16/src/console
Kyösti Mälkki 6627795289 console: Add Kconfig debug option DEBUG_CONSOLE_INIT
Under normal circumstances no printk() goes through until
console_hw_init() has completed. This is wanted behaviour,
except when you need to debug the setup of one of consoles.

Change-Id: Ifc2bb22bf930009ee229d4461f512ada3018307b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30558
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-01-13 13:01:42 +00:00
..
Kconfig console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLE 2019-01-11 14:04:38 +00:00
Makefile.inc Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
console.c
die.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
hw-debug_sink.adb console/hw-debug_sink: Do not cache state of log level 2018-06-07 16:35:20 +00:00
hw-debug_sink.ads
init.c console: Add Kconfig debug option DEBUG_CONSOLE_INIT 2019-01-13 13:01:42 +00:00
post.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
printk.c src/console: Fix coding style 2018-06-04 08:48:33 +00:00
vsprintf.c src/console: Fix coding style 2018-06-04 08:48:33 +00:00
vtxprintf.c src/console: Fix coding style 2018-06-04 08:48:33 +00:00