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

Francis Rowe (info@gluglug.org.uk) gerrit at coreboot.org
Mon Jun 15 21:02:04 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/10551

-gerrit

commit dee7f89ada83d4e2b13ad396a6859df35e98cb90
Author: Francis Rowe <info at gluglug.org.uk>
Date:   Mon Jun 15 19:56:29 2015 +0100

    lenovo/t60: 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: Ie8c91fc04c8d6a8ff41977be0b730e86e34546af
    Signed-off-by: Francis Rowe <info at gluglug.org.uk>
---
 src/mainboard/lenovo/t60/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index 2254185..52eeda3 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_ACPI_TABLES
 	select HAVE_ACPI_RESUME
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
+	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select H8_DOCK_EARLY_INIT
 	select HAVE_CMOS_DEFAULT
 	select INTEL_EDID



More information about the coreboot-gerrit mailing list