[PATCH] coreinfo: Add multiboot parsing support
Rename the "coreboot" menu "firmware", and add a module to parse the multiboot table. For now, just parse memory, but it can be expanded as needed. Signed-off-by: Jordan Crouse <jordan@cosmicpenguin.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Jordan Crouse
parent
6c6e4333c4
commit
5cb4d9d663
@@ -70,6 +70,12 @@ config MODULE_COREBOOT
|
||||
help
|
||||
This option will increase the ELF file size by ca. 2250 bytes.
|
||||
|
||||
config MODULE_MULTIBOOT
|
||||
bool "Enable the multiboot module"
|
||||
default y
|
||||
help
|
||||
This option will increase the ELF file size by ca. 1792 bytes.
|
||||
|
||||
config MODULE_CPUINFO
|
||||
bool "Enable the cpuinfo module"
|
||||
default y
|
||||
|
Reference in New Issue
Block a user