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
This commit is contained in:
@@ -64,5 +64,9 @@ config MODULE_NVRAM
|
||||
help
|
||||
This option will increase the ELF file size by ca. 350 bytes.
|
||||
|
||||
config MODULE_BOOTLOG
|
||||
bool "Enable the coreboot bootlog module"
|
||||
default y
|
||||
|
||||
endmenu
|
||||
|
||||
|
Reference in New Issue
Block a user