[coreboot-gerrit] Patch set updated for coreboot: Do not select SEABIOS_VGA_COREBOOT by default when building for QEMU

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Tue Oct 25 17:52:02 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17122

-gerrit

commit 74f4f6a883cf8174a307cfc2870524c4eadfa3fd
Author: Arthur Heymans <arthur at 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 at aheymans.xyz>
---
 payloads/external/SeaBIOS/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index a9d701d..0780820 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -53,7 +53,7 @@ config SEABIOS_THREAD_OPTIONROMS
 
 config SEABIOS_VGA_COREBOOT
 	prompt "Include generated option rom that implements legacy VGA BIOS compatibility"
-	default y
+	default y if !VENDOR_EMULATION
 	depends on !VGA_BIOS && MAINBOARD_DO_NATIVE_VGA_INIT
 	bool
 	help



More information about the coreboot-gerrit mailing list