index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
cfb_console.c
Age
Commit message (
Expand
)
Author
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-08
video: consolidate splash screen alignment code
Anatolij Gustschin
2013-07-01
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
Robert Winkler
2013-06-07
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2013-05-06
arm: mxs: Add MXS LCDIF driver
Marek Vasut
2013-05-06
cfb_console: flush FB cache at end of public functions
Eric Nelson
2013-03-21
video: Fix splash screen alignment
Matthias Weisser
2012-12-06
video: Check for valid FB pointer before clearing
Duncan Laurie
2012-11-07
video: Skip bitmaps which do not fit into the screen in cfb_console
Vadim Bendebury
2012-11-07
video: Implement additional video API functions in cfb_console
Stefan Reinauer
2012-10-30
cfb_console: Add support for some ANSI terminal escape codes
Pali Rohár
2012-10-01
video: cfb_console: add function to plot the logo area black
Bastian Ruppert
2012-10-01
video: cfb_console: logo can be positioned via the splashpos variable
Bastian Ruppert
2012-07-10
video: Rename CONFIG_VIDEO_MX5
Fabio Estevam
2012-06-05
video: cfb_console: flush dcache for frame buffer in DRAM
Anatolij Gustschin
2012-06-05
cfb_console: Ignore bell character
Pali Rohár
2012-06-04
cfb_console: Add console_clear_line function
Pali Rohár
2012-06-04
cfb_console: Fix function console_back
Pali Rohár
2011-12-07
video: cfb_console: fix build warnings
Anatolij Gustschin
2011-12-05
video: cfb_console: Make the software cursor non-destructive
Gabe Black
2011-11-29
CFB: Fix font rendering on mx5 framebuffer
Marek Vasut
2011-11-15
font: split font data from video_font.h
Che-Liang Chiou
2011-11-15
tools: logo: split bmp arrays from bmp_logo.h
Che-Liang Chiou
2011-11-07
drivers/video/cfb_console.c:Fix GCC 4.6 build warning
Wolfgang Denk
2011-10-27
GCC4.6: Squash warning in cfb_console.c
Marek Vasut
2011-10-13
video: Moving mx3fb.c to CONFIG_VIDEO
Helmut Raiger
2011-08-01
cfb_console.c: checkpatch cleanup
Wolfgang Denk
2011-08-01
cfb_console.c: drop custom PRINTD() and use debug() instead
Wolfgang Denk
2011-08-01
Cosmetic: reformat drivers/video/cfb_console.c
Wolfgang Denk
2011-07-29
cfb_console: fix build breakage
Andreas Bießmann
2011-07-28
unify version_string
Andreas Bießmann
2011-04-28
cfb_console: fix RLE bitmap drawing code
Anatolij Gustschin
2010-09-28
Merge branch 'next' of /home/wd/git/u-boot/next
Wolfgang Denk
2010-09-21
video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB
Timur Tabi
2010-09-16
video: cfb_console: fix definition and usage of CURSOR_xxx macros
Timur Tabi
2010-07-17
video: cleanup comments in cfb_console.c and video_fb.h
Anatolij Gustschin
2010-06-14
video: cfb_console: add weak default video_set_lut()
Anatolij Gustschin
2010-04-08
video: cfb_console.c: add support for RLE8 bitmaps
Anatolij Gustschin
2010-03-13
video: Fix console display when splashscreen is used
Matthias Weisser
2009-12-21
move prototypes for gunzip() and zunzip() to common.h
Wolfgang Wegner
2009-10-31
video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
Wolfgang Grandegger
2009-10-31
video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
Anatolij Gustschin
2009-07-18
stdio/device: rework function naming convention
Jean-Christophe PLAGNIOL-VILLARD
2009-07-17
Added support for splash screen positioning
Matthias Weisser
2009-06-12
video: Add an option to skip video initialization
Wolfgang Denk
2009-06-12
drv_video_init(): simplify logic
Wolfgang Denk
2009-04-28
video: fix bug in cfb_console.c code
Anatolij Gustschin
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-09-07
clean up some #if !defined() in drivers/video/cfb_console.c
Andrew Dyer
2008-08-18
video: Clean drivers/video/Makefile
Michal Simek
[next]