[coreboot-gerrit] Patch set updated for coreboot: Select SEABIOS_VGA_COREBOOT when native graphic init is selected

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Tue Oct 11 00:15:49 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/16965

-gerrit

commit 9409737a27da181d2888588961856d291eaed987
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Mon Oct 10 20:22:10 2016 +0200

    Select SEABIOS_VGA_COREBOOT when native graphic init is selected
    
    Change-Id: I19db898a5e76bf9c151934c7979316fb3737e881
    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 cdc8017..32e6c3e 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 n
+	default y
 	depends on !VGA_BIOS && (MAINBOARD_DO_NATIVE_VGA_INIT || MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG)
 	bool
 	help



More information about the coreboot-gerrit mailing list