[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
Mon Oct 10 21:28:17 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 b4c82b9e23548c1f534d46a56eb9d7d1b3e0dee7
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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index cdc8017..a6b85e4 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 y if (MAINBOARD_DO_NATIVE_VGA_INIT || MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG)
 	default n
 	depends on !VGA_BIOS && (MAINBOARD_DO_NATIVE_VGA_INIT || MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG)
 	bool



More information about the coreboot-gerrit mailing list