Add initial support for a CBFS module for coreinfo.
Currently it prints a list of components in CBFS and their size/type. There's a bunch of additional output that could be printed, but that's for another patch. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4404 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -34,7 +34,7 @@ config SHOW_DATE_TIME
|
||||
Show the current date and time in the lower-right corner of
|
||||
the coreinfo menu.
|
||||
|
||||
This option will increase the ELF file size by ca. 256 bytes.
|
||||
This option will increase the ELF file size by ca. 250 bytes.
|
||||
|
||||
config PAYLOAD_INFO_NAME
|
||||
string "Payload name"
|
||||
@@ -74,7 +74,7 @@ config MODULE_MULTIBOOT
|
||||
bool "Enable the multiboot module"
|
||||
default y
|
||||
help
|
||||
This option will increase the ELF file size by ca. 1792 bytes.
|
||||
This option will increase the ELF file size by ca. 1790 bytes.
|
||||
|
||||
config MODULE_CPUINFO
|
||||
bool "Enable the cpuinfo module"
|
||||
@@ -106,5 +106,11 @@ config MODULE_LAR
|
||||
bool "Enable the coreboot LAR module"
|
||||
default y
|
||||
|
||||
config MODULE_CBFS
|
||||
bool "Enable the coreboot CBFS module"
|
||||
default y
|
||||
help
|
||||
This option will increase the ELF file size by ca. 1440 bytes.
|
||||
|
||||
endmenu
|
||||
|
||||
|
Reference in New Issue
Block a user