aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/cfb_console.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-06arm: mxs: Add MXS LCDIF driverMarek Vasut1-0/+4
2013-03-21video: Fix splash screen alignmentMatthias Weisser1-7/+7
2012-12-06video: Check for valid FB pointer before clearingDuncan Laurie1-0/+2
2012-11-07video: Skip bitmaps which do not fit into the screen in cfb_consoleVadim Bendebury1-0/+7
2012-11-07video: Implement additional video API functions in cfb_consoleStefan Reinauer1-0/+42
2012-10-30cfb_console: Add support for some ANSI terminal escape codesPali Rohár1-9/+319
2012-10-01video: cfb_console: add function to plot the logo area blackBastian Ruppert1-4/+42
2012-10-01video: cfb_console: logo can be positioned via the splashpos variableBastian Ruppert1-25/+69
2012-07-10video: Rename CONFIG_VIDEO_MX5Fabio Estevam1-1/+1
2012-06-05video: cfb_console: flush dcache for frame buffer in DRAMAnatolij Gustschin1-0/+35
2012-06-05cfb_console: Ignore bell characterPali Rohár1-0/+3
2012-06-04cfb_console: Add console_clear_line functionPali Rohár1-13/+36
2012-06-04cfb_console: Fix function console_backPali Rohár1-2/+0
2011-12-07video: cfb_console: fix build warningsAnatolij Gustschin1-21/+17
2011-12-05video: cfb_console: Make the software cursor non-destructiveGabe Black1-56/+53
2011-11-29CFB: Fix font rendering on mx5 framebufferMarek Vasut1-1/+1
2011-11-15font: split font data from video_font.hChe-Liang Chiou1-0/+1
2011-11-15tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou1-0/+1
2011-11-07drivers/video/cfb_console.c:Fix GCC 4.6 build warningWolfgang Denk1-1/+3
2011-10-27GCC4.6: Squash warning in cfb_console.cMarek Vasut1-1/+1
2011-10-13video: Moving mx3fb.c to CONFIG_VIDEOHelmut Raiger1-0/+7
2011-08-01cfb_console.c: checkpatch cleanupWolfgang Denk1-6/+10
2011-08-01cfb_console.c: drop custom PRINTD() and use debug() insteadWolfgang Denk1-9/+2
2011-08-01Cosmetic: reformat drivers/video/cfb_console.cWolfgang Denk1-484/+609
2011-07-29cfb_console: fix build breakageAndreas Bießmann1-1/+1
2011-07-28unify version_stringAndreas Bießmann1-1/+1
2011-04-28cfb_console: fix RLE bitmap drawing codeAnatolij Gustschin1-4/+15
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk1-1/+37
2010-09-21video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGBTimur Tabi1-1/+37
2010-09-16video: cfb_console: fix definition and usage of CURSOR_xxx macrosTimur Tabi1-10/+14
2010-07-17video: cleanup comments in cfb_console.c and video_fb.hAnatolij Gustschin1-3/+3
2010-06-14video: cfb_console: add weak default video_set_lut()Anatolij Gustschin1-0/+12
2010-04-08video: cfb_console.c: add support for RLE8 bitmapsAnatolij Gustschin1-2/+198
2010-03-13video: Fix console display when splashscreen is usedMatthias Weisser1-9/+12
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-2/+0
2009-10-31video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01Wolfgang Grandegger1-1/+1
2009-10-31video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp modeAnatolij Gustschin1-0/+2
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-07-17Added support for splash screen positioningMatthias Weisser1-1/+35
2009-06-12video: Add an option to skip video initializationWolfgang Denk1-0/+15
2009-06-12drv_video_init(): simplify logicWolfgang Denk1-40/+29
2009-04-28video: fix bug in cfb_console.c codeAnatolij Gustschin1-3/+33
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-09-07clean up some #if !defined() in drivers/video/cfb_console.cAndrew Dyer1-12/+12
2008-08-18video: Clean drivers/video/MakefileMichal Simek1-3/+0
2008-08-11video: fix bug in cfb_console codeAnatolij Gustschin1-23/+36
2008-08-11video: fix bug in logo_plotAnatolij Gustschin1-1/+3
2008-04-21video: Add missing free for logo memoryMatthias Fuchs1-0/+5
2008-01-11Add Fujitsu CoralP/Lime video driverAnatolij Gustschin1-0/+42
2008-01-11Fix video console newline and carriage return handlingAnatolij Gustschin1-4/+23