[coreboot-gerrit] New patch to review for coreboot: Select SEABIOS_VGA_COREBOOT when native graphic init is selected

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Mon Oct 10 20:25: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/16965

-gerrit

commit c40216f86383e1c146e9df9da5ed5a420e9adf95
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index cdc8017..e413a52 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -53,7 +53,8 @@ config SEABIOS_THREAD_OPTIONROMS
 
 config SEABIOS_VGA_COREBOOT
 	prompt "Include generated option rom that implements legacy VGA BIOS compatibility"
-	default n
+	default n if !(MAINBOARD_DO_NATIVE_VGA_INIT || MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG)
+	default y if (MAINBOARD_DO_NATIVE_VGA_INIT || MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG)
 	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