[PATCH 0/2] i386 VESA framebuffer support

Jan Dolezal dolezj21 at fel.cvut.cz
Sat May 23 17:32:33 UTC 2015


changes since v1 (PATCH 1/2):
    - added header file with variable allowing graphical mode selection
    - return types changed to signed when returning negative values

Jan Dolezal (2):
  i386/pc386/VESA framebuffer driver: modified and extended
    initialization options
  i386/pc386: default graphics driver changed from VGA to VESA based

 c/src/lib/libbsp/i386/pc386/Makefile.am            |  13 +-
 c/src/lib/libbsp/i386/pc386/configure.ac           |  38 +++--
 .../libbsp/i386/pc386/console/fb_default_mode.h    |  25 +++
 c/src/lib/libbsp/i386/pc386/console/fb_vesa_rm.c   | 182 ++++++++++++++++-----
 c/src/lib/libbsp/i386/pc386/preinstall.am          |   6 +-
 5 files changed, 201 insertions(+), 63 deletions(-)
 create mode 100644 c/src/lib/libbsp/i386/pc386/console/fb_default_mode.h

-- 
1.9.1



More information about the devel mailing list