[coreboot-gerrit] Patch set updated for coreboot: 3106fa2 devices: Allow to configure textmode in native gfx init.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Feb 23 00:29:21 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5282

-gerrit

commit 3106fa2231055cdecbb006cd00d997da35dd62ae
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Feb 22 10:34:47 2014 +0100

    devices: Allow to configure textmode in native gfx init.
    
    Change-Id: Ifad7ba197875edfdd06eb932afeb5800229ef055
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/device/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/device/Kconfig b/src/device/Kconfig
index 4b2d4b8..e45e19d 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -24,6 +24,9 @@ menu "Devices"
 config MAINBOARD_HAS_NATIVE_VGA_INIT
 	bool
 	default n
+config MAINBOARD_NATIVE_VGA_INIT_TEXTMODECFG
+	bool
+	default n
 
 config MAINBOARD_DO_NATIVE_VGA_INIT
 	bool "Use native graphics initialization"
@@ -431,7 +434,7 @@ config FRAMEBUFFER_VESA_MODE
 config FRAMEBUFFER_KEEP_VESA_MODE
 	prompt "Keep VESA framebuffer"
 	bool
-	depends on PCI_OPTION_ROM_RUN_YABEL || PCI_OPTION_ROM_RUN_REALMODE || !MAINBOARD_DO_NATIVE_VGA_INIT
+	depends on PCI_OPTION_ROM_RUN_YABEL || PCI_OPTION_ROM_RUN_REALMODE || MAINBOARD_NATIVE_VGA_INIT_TEXTMODECFG
 	help
 	  This option keeps the framebuffer mode set after coreboot finishes
 	  execution. If this option is enabled, coreboot will pass a



More information about the coreboot-gerrit mailing list