Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/5957
-gerrit
commit b1fb5184b7bf4ab3f972c32425d4f7d45e971291 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sat Jun 7 21:50:21 2014 +0200
device/Kconfig: Select native graphics init by default
We want to always build-test native VGA init, and encourage people to use it instead of VBIOS.
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 c7dfe9c..4b7ea3e 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -34,7 +34,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