switch-coreboot/include
Carl-Daniel Hailfinger 5d11489d74 Make printk() log to a buffer.
Tested on Qemu and Geode LX.
Benefits of this patch:
- printk() now works directly after printk_buffer_init(), even before
the serial port is set up.
- If all you want is a log, you don't have to bother with serial output.
- A payload can read and analyze the log.
- You can build on this and buffer log until serial is available, then
flush the messages buffered so far.

The printk buffer is configurable with a default-on Kconfig variable.

If you want to dump the buffer from the Qemu monitor after CAR has been
disabled, use this command:
memsave 0x90000 65536 memdump.bin

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Marc Jones <marc.jones@amd.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@590 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-02-13 15:48:37 +00:00
..
arch/x86 Make printk() log to a buffer. 2008-02-13 15:48:37 +00:00
device This set of changes creates irq tables for alix1c and adds the functions 2008-02-09 16:32:59 +00:00
console.h Make printk() log to a buffer. 2008-02-13 15:48:37 +00:00
elf.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
elf_boot.h Use the same naming convention and placement for "include guards" in 2007-05-21 06:48:47 +00:00
ip_checksum.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
isa-dma.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
keyboard.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
lar.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
lib.h V3 compilation errors: 2008-01-30 00:48:41 +00:00
mc146818rtc.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
post_code.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
shared.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
spd.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
spinlock.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
string.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
tables.h This set of changes creates irq tables for alix1c and adds the functions 2008-02-09 16:32:59 +00:00
uart8250.h Use the same naming convention and placement for "include guards" in 2007-05-21 06:48:47 +00:00