[coreboot-gerrit] New patch to review for coreboot: ga-g41m-es2l: Instead of forcing native VGA, make it selectable

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jan 6 03:35:03 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12848

-gerrit

commit 02a2e1dd813e0efcb882ae19c2891c8024db5447
Author: Martin Roth <martinroth at google.com>
Date:   Tue Jan 5 19:30:37 2016 -0700

    ga-g41m-es2l: Instead of forcing native VGA, make it selectable
    
    This allows the native VGA to be disabled for debug, or if someone wants
    to use the vbios.
    
    Change-Id: I59a94fa0d02bfe254c8a598e15d3d9d73ecfe650
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index 1892b37..ea6bef2 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -26,7 +26,10 @@ config BOARD_SPECIFIC_OPTIONS
 	select BOARD_ROMSIZE_KB_1024
 	select INTEL_EDID
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
-	select MAINBOARD_DO_NATIVE_VGA_INIT
+
+config MAINBOARD_DO_NATIVE_VGA_INIT
+	bool "Enable native VGA init"
+	default y
 
 config MMCONF_BASE_ADDRESS
 	hex



More information about the coreboot-gerrit mailing list