0005-lenovo-x60-Enable-VESA-framebuffer-mode-native-graph.patch 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. From 35dbc64845f9624f6629f400dbd4b6d502baf398 Mon Sep 17 00:00:00 2001
  2. From: Francis Rowe <info@gluglug.org.uk>
  3. Date: Mon, 15 Jun 2015 20:08:06 +0100
  4. Subject: [PATCH 05/17] lenovo/x60: 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: Iaed07eba6d9288c857f7e7a0b0be1107071e49e5
  10. Signed-off-by: Francis Rowe <info@gluglug.org.uk>
  11. ---
  12. src/mainboard/lenovo/x60/Kconfig | 1 +
  13. 1 file changed, 1 insertion(+)
  14. diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
  15. index 0125d8c..ab4b58e 100644
  16. --- a/src/mainboard/lenovo/x60/Kconfig
  17. +++ b/src/mainboard/lenovo/x60/Kconfig
  18. @@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
  19. select HAVE_ACPI_RESUME
  20. select USE_OPTION_TABLE
  21. select MAINBOARD_HAS_NATIVE_VGA_INIT
  22. + select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
  23. select H8_DOCK_EARLY_INIT
  24. select DRIVERS_LENOVO_WACOM
  25. select INTEL_EDID
  26. --
  27. 1.9.1