0008-lenovo-t60-Enable-VESA-framebuffer-mode-native-graph.patch 1023 B

1234567891011121314151617181920212223242526272829303132
  1. From c37e4a312e8c18b3b1e2fb11bb1cf8bb5b4aa9d2 Mon Sep 17 00:00:00 2001
  2. From: Francis Rowe <info@gluglug.org.uk>
  3. Date: Mon, 15 Jun 2015 19:56:29 +0100
  4. Subject: [PATCH 08/17] lenovo/t60: Enable VESA framebuffer mode (native
  5. graphics)
  6. At present, no option exists for "Keep VESA framebuffer", which
  7. means that text-mode will be used. Add the appropriate Kconfig
  8. option.
  9. Change-Id: Ie8c91fc04c8d6a8ff41977be0b730e86e34546af
  10. Signed-off-by: Francis Rowe <info@gluglug.org.uk>
  11. ---
  12. src/mainboard/lenovo/t60/Kconfig | 1 +
  13. 1 file changed, 1 insertion(+)
  14. diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
  15. index 2254185..52eeda3 100644
  16. --- a/src/mainboard/lenovo/t60/Kconfig
  17. +++ b/src/mainboard/lenovo/t60/Kconfig
  18. @@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
  19. select HAVE_ACPI_TABLES
  20. select HAVE_ACPI_RESUME
  21. select MAINBOARD_HAS_NATIVE_VGA_INIT
  22. + select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
  23. select H8_DOCK_EARLY_INIT
  24. select HAVE_CMOS_DEFAULT
  25. select INTEL_EDID
  26. --
  27. 1.9.1