coreboot/src/console
Vadim Bendebury 0cc9e15513 Add stage information to coreboot banner
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>
2014-05-14 20:49:21 +00:00
..
cbmem_console.c CBMEM CONSOLE: Add CBMEM console driver implementation. 2012-03-29 20:14:25 +02:00
console.c Add stage information to coreboot banner 2014-05-14 20:49:21 +00:00
die.c remove trailing whitespace 2011-11-01 19:07:45 +01:00
Kconfig ipq8064: make UART driver work in bootblock 2014-04-25 01:51:13 +00:00
Makefile.inc ipq8064: make UART driver work in bootblock 2014-04-25 01:51:13 +00:00
ne2k_console.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
post.c Log device path into CMOS during probe stages 2013-06-10 18:08:24 -07:00
printk.c Add support for the tracing infastructure in coreboot. 2011-09-07 01:26:47 +02:00
uart8250_console.c Do full flush on uart8250 only at end of printk. 2011-07-12 11:36:20 +02:00
uart8250mem_console.c Add uartmem_init prototype. 2012-07-24 12:17:21 +02:00
uart_wrapper.c Add console wrapper for UART driver 2014-04-25 01:48:15 +00:00
usbdebug_console.c USBDEBUG: buffer up to 8 bytes 2012-07-26 15:52:00 +02:00
vsprintf.c Add support for the tracing infastructure in coreboot. 2011-09-07 01:26:47 +02:00
vtxprintf.c Eliminate do_div(). 2013-03-08 23:14:26 +01:00