Multiboot: remove multiboot tables generation.
GRUB2-as-payload doesn't use them. Libpayload can live with just coreboot tables if loaded as payload. memtest86+ can use them but is buggy with them. Solaris needs a huge boot archive not supported by coreboot and too big to fit in flash (dozens of megabytes). All-in-all looks like no users are left for this. Change-Id: Id92f73be5a397db80f5b0132ee57c37ee6eeb563 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4628 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
b2939f7486
commit
2657e84109
@@ -469,11 +469,6 @@ config MAX_PIRQ_LINKS
|
||||
|
||||
menu "System tables"
|
||||
|
||||
config MULTIBOOT
|
||||
bool "Generate Multiboot tables (for GRUB2)"
|
||||
default y
|
||||
depends on ARCH_X86
|
||||
|
||||
config GENERATE_ACPI_TABLES
|
||||
prompt "Generate ACPI tables" if HAVE_ACPI_TABLES
|
||||
bool
|
||||
|
Reference in New Issue
Block a user