diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-04 23:39:33 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-04 23:49:50 +0100 |
commit | c136b69b4cc1e65b5aea333a727555e0a4ff2bab (patch) | |
tree | 1310b9c0f238f2a5bd3606afde5e253a79ed874e /resources/libreboot/patch/0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch | |
parent | 39354fba57f35c6f5a226deea7d71c4800a23676 (diff) | |
download | librebootfr-c136b69b4cc1e65b5aea333a727555e0a4ff2bab.tar.gz librebootfr-c136b69b4cc1e65b5aea333a727555e0a4ff2bab.zip |
Update coreboot to the latest as of 4 August 2015
Diffstat (limited to 'resources/libreboot/patch/0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch')
-rw-r--r-- | resources/libreboot/patch/0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/resources/libreboot/patch/0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch b/resources/libreboot/patch/0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch deleted file mode 100644 index 729b09d4..00000000 --- a/resources/libreboot/patch/0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch +++ /dev/null @@ -1,31 +0,0 @@ -From c37e4a312e8c18b3b1e2fb11bb1cf8bb5b4aa9d2 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> -Date: Mon, 15 Jun 2015 19:56:29 +0100 -Subject: [PATCH 08/17] 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@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 --- -1.9.1 - |