This is just a convenience - when printing a pre-ram coreboot banner,
add the actual stage name to it.
BUG=none
TEST=manual
. with CONFIG_EARLY_CONSOLE enabled the banners look as follows (the
last one is for ramstage reads 'booting' instead of 'starting'):
coreboot-4.0 bootblock Tue May 13 14:13:37 PDT 2014 starting...
coreboot-4.0 romstage Tue May 13 14:13:37 PDT 2014 starting...
coreboot-4.0 Tue May 13 14:13:37 PDT 2014 booting...
Change-Id: I218c0d3bbfa4a9bdff5632855c520af8626d6495
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/199671
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
|
||
|---|---|---|
| .. | ||
| cbmem_console.c | ||
| console.c | ||
| die.c | ||
| Kconfig | ||
| Makefile.inc | ||
| ne2k_console.c | ||
| post.c | ||
| printk.c | ||
| uart8250_console.c | ||
| uart8250mem_console.c | ||
| uart_wrapper.c | ||
| usbdebug_console.c | ||
| vsprintf.c | ||
| vtxprintf.c | ||