[coreboot-gerrit] Patch set updated for coreboot: 33358ea [NOTFORMERGE] device/Kconfig: Select native graphics init by default

Francis Rowe (info@gluglug.org.uk) gerrit at coreboot.org
Tue Aug 19 16:51:53 CEST 2014


Francis Rowe (info at gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5957

-gerrit

commit 33358ea87d83257b7bedb622cce92b57742a4255
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Jun 7 21:50:21 2014 +0200

    [NOTFORMERGE] device/Kconfig: Select native graphics init by default
    
    Just for build testing the native graphics patches.
    
    Change-Id: I47ed328ce8ce3516ad3997978a01d2359d9b1ca8
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Signed-off-by: Francis Rowe <info at gluglug.org.uk>
---
 src/device/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/device/Kconfig b/src/device/Kconfig
index 58dcc1b..3d47602 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -32,7 +32,7 @@ config MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 config MAINBOARD_DO_NATIVE_VGA_INIT
 	bool "Use native graphics initialization"
 	depends on MAINBOARD_HAS_NATIVE_VGA_INIT
-	default n
+	default y
 	help
 	  Some mainboards, such as the Google Link, allow initializing the display
 	  without the need of a binary only VGA OPROM. Enabling this option may be



More information about the coreboot-gerrit mailing list