Arthur Heymans (arthur@aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17122
-gerrit
commit 01c07df9c494513da9a07dcecd61e0b0962119e0 Author: Arthur Heymans arthur@aheymans.xyz Date: Tue Oct 25 17:11:16 2016 +0200
Do not select SEABIOS_VGA_COREBOOT by default when building for QEMU
On QEMU using seavgabios breaks bootloaders like Isolinux and Grub2 is forced in txtmode.
Change-Id: If31d4e5ed19cbeed3f8f9dbc23cc738dd55986e5 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- payloads/external/SeaBIOS/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index a9d701d..8419fd2 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -53,6 +53,7 @@ config SEABIOS_THREAD_OPTIONROMS
config SEABIOS_VGA_COREBOOT prompt "Include generated option rom that implements legacy VGA BIOS compatibility" + default n if VENDOR_EMULATION default y depends on !VGA_BIOS && MAINBOARD_DO_NATIVE_VGA_INIT bool