diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-04-22 20:19:53 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-04-22 20:19:53 +0000 |
commit | 0ab8cddf02f592a34f3c555ba78a11eaf66a59c0 (patch) | |
tree | 4c4ac7b05bc1100473a37a0247f60da6f73dcccd /payloads/coreinfo/Kconfig | |
parent | 16acf8b393c5a7933e86f3c7a42a614ad296402e (diff) | |
download | coreboot-0ab8cddf02f592a34f3c555ba78a11eaf66a59c0.tar.xz |
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
Diffstat (limited to 'payloads/coreinfo/Kconfig')
-rw-r--r-- | payloads/coreinfo/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig index b0754dedc3..37bfa6bd36 100644 --- a/payloads/coreinfo/Kconfig +++ b/payloads/coreinfo/Kconfig @@ -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 |