coreboot-kgpe-d16/src/include/console
Kyösti Mälkki 8659e4072e CBMEM console: Fix and enhance pre-RAM support
Use the value of CONSOLE_PRERAM_BUFFER_SIZE to determine if we can
do CBMEM console in bootblock and romstage. Kconfig forces it to zero
if _BASE is unset or we cannot do CAR migration on x86.

Add CBMEM console to bootblock, except for x86. Only one of bootblock
and romstage clears the pre-RAM buffer.

To start with empty console log on S3 wakeup, ramstage now clears
previous contents of CBMEM buffer if there was no pre-RAM buffer.

Unify Kconfig variable naming.

TODO: ARM configurations do not define PRERAM_BUFFER_BASE values.

Change-Id: I70d82da629529dbfd7bc9491223abd703cbc0115
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/7862
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2015-01-27 22:44:17 +01:00
..
cbmem_console.h CBMEM console: Fix and enhance pre-RAM support 2015-01-27 22:44:17 +01:00
console.h misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
early_print.h misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
loglevel.h - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. 2010-04-01 09:50:32 +00:00
ne2k.h console: Simplify the enable rules 2014-04-18 16:41:09 +02:00
post_codes.h src/include: Doxygen fixes 2015-01-09 06:04:55 +01:00
qemu_debugcon.h console: Simplify the enable rules 2014-04-18 16:41:09 +02:00
spkmodem.h console: Simplify the enable rules 2014-04-18 16:41:09 +02:00
streams.h misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
uart.h uarts: 32/64 cleanup 2014-10-16 17:41:14 +02:00
usb.h console: Add console for GDB 2014-05-26 10:52:16 +02:00
vtxprintf.h console: Simplify vtxprintf 2014-04-09 13:25:14 +02:00