Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4627
-gerrit
commit 983d6bb65fe49b32cbd514d8df0a0142ddf1715a Author: Vladimir Serbinenko phcoder@gmail.com Date: Mon Jan 6 20:02:48 2014 +0100
Kconfig: Don't tell that multiboot tables are for GRUB2
GRUB2-as-payload hasn't used multiboot tables on coreboot for quite some time due to bugs slipping into multiboot info generated by coreboot and often it's disabled altogether, so GRUB2-as-payload uses only cbtables.
Apparently libpayload still uses it, so don't remove them altogether.
Change-Id: Ife203ab86038c1d73dd553d5df2d4d306672a359 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Kconfig b/src/Kconfig index 88df9ae..1ae17e4 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -470,7 +470,7 @@ config MAX_PIRQ_LINKS menu "System tables"
config MULTIBOOT - bool "Generate Multiboot tables (for GRUB2)" + bool "Generate Multiboot tables" default y depends on ARCH_X86