Add support for a 'bootlog' module to coreinfo.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 22 Apr 2008 20:19:53 +0000 (20:19 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 22 Apr 2008 20:19:53 +0000 (20:19 +0000)
commit0ab8cddf02f592a34f3c555ba78a11eaf66a59c0
tree4c4ac7b05bc1100473a37a0247f60da6f73dcccd
parent16acf8b393c5a7933e86f3c7a42a614ad296402e
Add support for a 'bootlog' module to coreinfo.

It displays the coreboot printk buffer in RAM and let's you scroll through it.
This feature is only available for coreboot v3 though, as v2 doesn't have a
printk-buffer feature, yet.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3247 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/coreinfo/Kconfig
payloads/coreinfo/Makefile
payloads/coreinfo/bootlog_module.c [new file with mode: 0644]
payloads/coreinfo/coreinfo.c