summaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-11/+29
2021-01-05video: Let video_sync to return error valueMichal Simek1-11/+29
2020-12-19dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass1-0/+16
2020-07-09video: Show an error when a vidconsole function failsSimon Glass1-3/+19
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+1
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li1-0/+1
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin1-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-02-05video: fix Coverity missing break issueAnatolij Gustschin1-8/+12
2020-01-02video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass1-12/+10
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin1-0/+6
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut1-2/+15
2019-04-14video/console: Factor out actual character outputAndre Przywara1-15/+27
2019-04-14video/console: Implement ANSI clear line commandAndre Przywara1-0/+19
2019-04-14video/console: Implement relative cursor movement ANSI handlingAndre Przywara1-0/+37
2019-04-14video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara1-2/+11
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+8
2018-11-21video: Update video_set_default_colors() to support invertSimon Glass1-1/+1
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt1-0/+8
2018-10-09video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass1-0/+2
2018-10-09sandbox: video: Speed up video outputSimon Glass1-6/+6
2018-09-28dm: video: support more escape sequencesHeinrich Schuchardt1-13/+62
2018-09-23dm: video: check bounds for column and rowHeinrich Schuchardt1-0/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-06video: indicate code page of bitmap fontsHeinrich Schuchardt1-1/+1
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-6/+26
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt1-23/+32
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt1-7/+6
2017-09-29dm: video: Add color ANSI escape sequence supportRob Clark1-0/+94
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark1-0/+108
2017-09-29dm: video: Fix cache flushesRob Clark1-0/+3
2017-07-11dm: video: Sync display on backspaceSimon Glass1-0/+1
2016-09-24video: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-4/+2
2016-02-16dm: video: Flush the cache after a puts()Simon Glass1-0/+1
2016-01-30video: Provide a backspace methodSimon Glass1-1/+11
2016-01-30video: Provide a signal when a new console line is startedSimon Glass1-0/+14
2016-01-30video: Provide a left margin for the text consoleSimon Glass1-3/+3
2016-01-30video: Handle the 'bell' characterSimon Glass1-0/+3
2016-01-30video: Use fractional units for X coordinatesSimon Glass1-24/+33
2016-01-22video: Name consoles by their numberSimon Glass1-1/+6
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass1-0/+239