[coreboot-gerrit] New patch to review for coreboot: lenovo/x60: Enable VESA framebuffer mode (native graphics)

Francis Rowe (info@gluglug.org.uk) gerrit at coreboot.org
Mon Jun 15 21:09:31 CEST 2015


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

-gerrit

commit faa596b66c2b989bd22561f1413f8083b8fe0862
Author: Francis Rowe <info at gluglug.org.uk>
Date:   Mon Jun 15 20:08:06 2015 +0100

    lenovo/x60: Enable VESA framebuffer mode (native graphics)
    
    At present, no option exists for "Keep VESA framebuffer", which
    means that text-mode will be used. Add the appropriate Kconfig
    option.
    
    Change-Id: Iaed07eba6d9288c857f7e7a0b0be1107071e49e5
    Signed-off-by: Francis Rowe <info at gluglug.org.uk>
---
 src/mainboard/lenovo/x60/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 0125d8c..ab4b58e 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_ACPI_RESUME
 	select USE_OPTION_TABLE
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
+	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select H8_DOCK_EARLY_INIT
 	select DRIVERS_LENOVO_WACOM
 	select INTEL_EDID



More information about the coreboot-gerrit mailing list