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 7459c0e7194c07cc0f7e5cd5242242c7ca012a9f 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 some bootloaders. E.g. Isolinux does not work and Grub2 works but is forced in txtmode, instead of graphical mode.
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