[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
Wed Oct 26 13:52:40 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 1cf989c66c9aac1631a1381771b3872413bbcf15
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 GRUB 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