aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/cfb_console.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2018-09-28video: cfb_console: flush cache in display_rle8_bitmapSébastien Szymanski1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-19video: cfb_console: simplify logical constraintHeinrich Schuchardt1-1/+1
2018-01-03video: Support multiple lines version string displayPeng Fan1-7/+23
2017-09-12video: add config option to skip framebuffer clearRob Clark1-1/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-07video: Drop the ct69000 driverBin Meng1-10/+0
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-1/+1
2017-03-07video: cfb_console: fix 32-bit display on 64-bit architecturesAndre Przywara1-5/+5
2017-02-03drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.Robert P. J. Day1-1/+1
2017-01-13video: cfb_console: fix hang if splashimage file is missingAnatolij Gustschin1-2/+4
2016-10-23video: Move video_get_info_str() prototype to a header fileSimon Glass1-17/+8
2016-10-23Convert CONFIG_VIDEO_SW_CURSOR to KconfigSimon Glass1-6/+0
2016-10-23video: Drop CONFIG_VIDEO_HW_CURSORSimon Glass1-32/+1
2016-10-23Convert CONFIG_VGA_AS_SINGLE_DEVICE to KconfigSimon Glass1-6/+0
2016-10-23video: Drop the sed13806 driverSimon Glass1-9/+0
2016-10-23video: Drop the s3c-fb driverSimon Glass1-1/+1
2016-10-23video: Drop the smiLynxEM driverSimon Glass1-13/+0
2016-10-23Convert CONFIG_SYS_CONSOLE_BG_COL et al to KconfigSimon Glass1-48/+50
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