aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/cfb_console.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-11video: allow version string to be optional when using LOGOTim Harvey1-1/+3
2016-02-22video: Add S3C24xx framebuffer supportMarek Vasut1-1/+1
2015-11-19video: input: Clean up after i8042 conversionSimon Glass1-16/+4
2015-11-19video: Drop unused console functionsSimon Glass1-53/+9
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng1-1/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-08-26video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng1-6/+5
2015-08-14cfbconsole: Add support for stride != widthHans de Goede1-35/+37
2015-08-14cfbconsole: Remove width argument from the logo functionsHans de Goede1-13/+8
2015-06-10Remove typedefs from bmp_layout.hSimon Glass1-5/+5
2015-04-16x86: video: Allow keyboard presence to be controlled by device treeSimon Glass1-8/+21
2015-01-23x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINESSimon Glass1-9/+17
2015-01-23powerpc: mpc5xxx: remove Total5200 board supportMasahiro Yamada1-3/+0
2015-01-16ppc4xx: remove dead codeMasahiro Yamada1-10/+0
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-9/+9
2014-10-30video: speedup writing strings to fb consoleSoeren Moch1-0/+9
2014-10-25serial: make local functions staticJeroen Hofstee1-2/+2
2014-10-25video: use __weakJeroen Hofstee1-8/+2
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+3
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-03-10cfb_console: align fields in gzipped .bmp filesEric Nelson1-2/+6
2013-10-30video, cfb_console: make background and foreground color configurableHeiko Schocher1-18/+20
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut1-1/+0
2013-08-10video: add an option to skip cfb console initHeiko Schocher1-0/+15
2013-08-10video: Fix cfb_console for 4-bit wide fontMarek Vasut1-0/+21
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin1-22/+2
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler1-2/+3
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-6/+9
2013-05-06arm: mxs: Add MXS LCDIF driverMarek Vasut1-0/+4
2013-05-06cfb_console: flush FB cache at end of public functionsEric Nelson1-6/+9
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