Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5957
-gerrit
commit 7acec9e606a650f4be4c11d2faea5c6d74005c1f Author: Paul Menzel paulepanter@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@users.sourceforge.net Signed-off-by: Francis Rowe info@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