summaryrefslogtreecommitdiff
path: root/drivers/video/cfb_console.c
Commit message (Expand)AuthorAgeLines
* video: allow version string to be optional when using LOGOTim Harvey2016-07-11-1/+3
* video: Add S3C24xx framebuffer supportMarek Vasut2016-02-22-1/+1
* video: input: Clean up after i8042 conversionSimon Glass2015-11-19-16/+4
* video: Drop unused console functionsSimon Glass2015-11-19-53/+9
* video: Drop DEV_EXT_VIDEO flagBin Meng2015-11-05-1/+0
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-05-1/+1
* video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng2015-08-26-6/+5
* cfbconsole: Add support for stride != widthHans de Goede2015-08-14-35/+37
* cfbconsole: Remove width argument from the logo functionsHans de Goede2015-08-14-13/+8
* Remove typedefs from bmp_layout.hSimon Glass2015-06-10-5/+5
* x86: video: Allow keyboard presence to be controlled by device treeSimon Glass2015-04-16-8/+21
* x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINESSimon Glass2015-01-23-9/+17
* powerpc: mpc5xxx: remove Total5200 board supportMasahiro Yamada2015-01-23-3/+0
* ppc4xx: remove dead codeMasahiro Yamada2015-01-16-10/+0
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-9/+9
* video: speedup writing strings to fb consoleSoeren Moch2014-10-30-0/+9
* serial: make local functions staticJeroen Hofstee2014-10-25-2/+2
* video: use __weakJeroen Hofstee2014-10-25-8/+2
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-3/+3
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-23-2/+0
* cfb_console: align fields in gzipped .bmp filesEric Nelson2014-03-10-2/+6
* video, cfb_console: make background and foreground color configurableHeiko Schocher2013-10-30-18/+20
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* video: Encapsulate font in video_font_data.hMarek Vasut2013-08-12-1/+0
* video: add an option to skip cfb console initHeiko Schocher2013-08-10-0/+15
* video: Fix cfb_console for 4-bit wide fontMarek Vasut2013-08-10-0/+21
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-08-22/+2
* video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-07-01-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-06-07-6/+9
|\
| * cfb_console: flush FB cache at end of public functionsEric Nelson2013-05-06-6/+9
* | arm: mxs: Add MXS LCDIF driverMarek Vasut2013-05-06-0/+4
|/
* video: Fix splash screen alignmentMatthias Weisser2013-03-21-7/+7
* video: Check for valid FB pointer before clearingDuncan Laurie2012-12-06-0/+2
* video: Skip bitmaps which do not fit into the screen in cfb_consoleVadim Bendebury2012-11-07-0/+7
* video: Implement additional video API functions in cfb_consoleStefan Reinauer2012-11-07-0/+42
* cfb_console: Add support for some ANSI terminal escape codesPali Rohár2012-10-30-9/+319
* video: cfb_console: add function to plot the logo area blackBastian Ruppert2012-10-01-4/+42
* video: cfb_console: logo can be positioned via the splashpos variableBastian Ruppert2012-10-01-25/+69
* video: Rename CONFIG_VIDEO_MX5Fabio Estevam2012-07-10-1/+1
* video: cfb_console: flush dcache for frame buffer in DRAMAnatolij Gustschin2012-06-05-0/+35
* cfb_console: Ignore bell characterPali Rohár2012-06-05-0/+3
* cfb_console: Add console_clear_line functionPali Rohár2012-06-04-13/+36
* cfb_console: Fix function console_backPali Rohár2012-06-04-2/+0
* video: cfb_console: fix build warningsAnatolij Gustschin2011-12-07-21/+17
* video: cfb_console: Make the software cursor non-destructiveGabe Black2011-12-05-56/+53
* CFB: Fix font rendering on mx5 framebufferMarek Vasut2011-11-29-1/+1
* font: split font data from video_font.hChe-Liang Chiou2011-11-15-0/+1
* tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou2011-11-15-0/+1
* drivers/video/cfb_console.c:Fix GCC 4.6 build warningWolfgang Denk2011-11-07-1/+3