coreboot-kgpe-d16/src/console
Vadim Bendebury 6e20e2f168 cbmem: add and use a function to dump console buffer
The new function can be compiled in only when serial console is
disabled.

When invoked, this function initializes the serial interface and dumps
the contents of the CBMEM console buffer to serial output.

BRANCH=none
BUG=chromium:475347
TEST=compiled for different platforms with and without serial console
     enabled. No actual test of this function yet.

Change-Id: Ia8d16649dc9d09798fa6970f2cfd893438e00dc5
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: a38a8254dd788ad188ba2509b9ae117d6f699579
Original-Change-Id: Ib85759a2727e31ba1ca21da7e6c346e434f83b52
Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/265293
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9984
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-04-27 20:49:09 +02:00
..
Kconfig cbmem: add and use a function to dump console buffer 2015-04-27 20:49:09 +02:00
Makefile.inc arm64: Add support for secure monitor 2015-03-28 07:05:09 +01:00
console.c
die.c misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
early_print.c
init.c global: Refactor get_option usage 2015-04-06 19:40:00 +02:00
post.c misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
printk.c console: Convert cbmem log line endings to UNIX standard 2015-03-25 17:25:14 +01:00
uart_wrapper.c Add console wrapper for UART driver 2015-04-14 21:25:34 +02:00
vsprintf.c
vtxprintf.c Avoid 64bit math on MIPS platforms 2015-03-30 21:42:38 +02:00