summaryrefslogtreecommitdiffstats
path: root/drivers/video/cfb_console.c
Commit message (Expand)AuthorAgeFilesLines
* video: Encapsulate font in video_font_data.hMarek Vasut2013-08-121-1/+0
* video: add an option to skip cfb console initHeiko Schocher2013-08-101-0/+15
* video: Fix cfb_console for 4-bit wide fontMarek Vasut2013-08-101-0/+21
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-081-22/+2
* video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-07-011-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-06-071-6/+9
|\
| * cfb_console: flush FB cache at end of public functionsEric Nelson2013-05-061-6/+9
* | arm: mxs: Add MXS LCDIF driverMarek Vasut2013-05-061-0/+4
|/
* video: Fix splash screen alignmentMatthias Weisser2013-03-211-7/+7
* video: Check for valid FB pointer before clearingDuncan Laurie2012-12-061-0/+2
* video: Skip bitmaps which do not fit into the screen in cfb_consoleVadim Bendebury2012-11-071-0/+7
* video: Implement additional video API functions in cfb_consoleStefan Reinauer2012-11-071-0/+42
* cfb_console: Add support for some ANSI terminal escape codesPali Rohár2012-10-301-9/+319
* video: cfb_console: add function to plot the logo area blackBastian Ruppert2012-10-011-4/+42
* video: cfb_console: logo can be positioned via the splashpos variableBastian Ruppert2012-10-011-25/+69
* video: Rename CONFIG_VIDEO_MX5Fabio Estevam2012-07-101-1/+1
* video: cfb_console: flush dcache for frame buffer in DRAMAnatolij Gustschin2012-06-051-0/+35
* cfb_console: Ignore bell characterPali Rohár2012-06-051-0/+3
* cfb_console: Add console_clear_line functionPali Rohár2012-06-041-13/+36
* cfb_console: Fix function console_backPali Rohár2012-06-041-2/+0
* video: cfb_console: fix build warningsAnatolij Gustschin2011-12-071-21/+17
* video: cfb_console: Make the software cursor non-destructiveGabe Black2011-12-051-56/+53
* CFB: Fix font rendering on mx5 framebufferMarek Vasut2011-11-291-1/+1
* font: split font data from video_font.hChe-Liang Chiou2011-11-151-0/+1
* tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou2011-11-151-0/+1
* drivers/video/cfb_console.c:Fix GCC 4.6 build warningWolfgang Denk2011-11-071-1/+3
* GCC4.6: Squash warning in cfb_console.cMarek Vasut2011-10-271-1/+1
* video: Moving mx3fb.c to CONFIG_VIDEOHelmut Raiger2011-10-131-0/+7
* cfb_console.c: checkpatch cleanupWolfgang Denk2011-08-011-6/+10
* cfb_console.c: drop custom PRINTD() and use debug() insteadWolfgang Denk2011-08-011-9/+2
* Cosmetic: reformat drivers/video/cfb_console.cWolfgang Denk2011-08-011-484/+609
* cfb_console: fix build breakageAndreas Bießmann2011-07-291-1/+1
* unify version_stringAndreas Bießmann2011-07-281-1/+1
* cfb_console: fix RLE bitmap drawing codeAnatolij Gustschin2011-04-281-4/+15
* Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk2010-09-281-1/+37
|\
| * video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGBTimur Tabi2010-09-211-1/+37
* | video: cfb_console: fix definition and usage of CURSOR_xxx macrosTimur Tabi2010-09-161-10/+14
|/
* video: cleanup comments in cfb_console.c and video_fb.hAnatolij Gustschin2010-07-171-3/+3
* video: cfb_console: add weak default video_set_lut()Anatolij Gustschin2010-06-141-0/+12
* video: cfb_console.c: add support for RLE8 bitmapsAnatolij Gustschin2010-04-081-2/+198
* video: Fix console display when splashscreen is usedMatthias Weisser2010-03-131-9/+12
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-2/+0
* video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01Wolfgang Grandegger2009-10-311-1/+1
* video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp modeAnatolij Gustschin2009-10-311-0/+2
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-3/+3
* Added support for splash screen positioningMatthias Weisser2009-07-171-1/+35
* video: Add an option to skip video initializationWolfgang Denk2009-06-121-0/+15
* drv_video_init(): simplify logicWolfgang Denk2009-06-121-40/+29
* video: fix bug in cfb_console.c codeAnatolij Gustschin2009-04-281-3/+33
OpenPOWER on IntegriCloud