summaryrefslogtreecommitdiffstats
path: root/drivers/video/vidconsole-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-11/+29
|\
| * video: Let video_sync to return error valueMichal Simek2021-01-051-11/+29
* | dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
|/
* video: Add helpers for vidconsole for the copy framebufferSimon Glass2020-07-091-0/+16
* video: Show an error when a vidconsole function failsSimon Glass2020-07-091-3/+19
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-0/+1
|\
| * video: vidconsole: avoid multiple lines overwrite logoYe Li2020-06-281-0/+1
* | video: make vidconsole commands optionalAnatolij Gustschin2020-06-181-0/+2
|/
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+3
* video: fix Coverity missing break issueAnatolij Gustschin2020-02-041-8/+12
* video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass2020-01-021-12/+10
* video: add guards around 16bpp/32bbp codeAnatolij Gustschin2019-12-061-0/+6
* video: Factor out vidconsole_put_string()Marek Vasut2019-05-201-2/+15
* video/console: Factor out actual character outputAndre Przywara2019-04-141-15/+27
* video/console: Implement ANSI clear line commandAndre Przywara2019-04-141-0/+19
* video/console: Implement relative cursor movement ANSI handlingAndre Przywara2019-04-141-0/+37
* video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2019-04-141-2/+11
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-11-261-0/+8
|\
| * dm: video: correctly set the cursor positionHeinrich Schuchardt2018-11-171-0/+8
* | video: Update video_set_default_colors() to support invertSimon Glass2018-11-201-1/+1
|/
* video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass2018-10-091-0/+2
* sandbox: video: Speed up video outputSimon Glass2018-10-091-6/+6
* dm: video: support more escape sequencesHeinrich Schuchardt2018-09-281-13/+62
* dm: video: check bounds for column and rowHeinrich Schuchardt2018-09-231-0/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* video: indicate code page of bitmap fontsHeinrich Schuchardt2018-03-061-1/+1
* dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-061-6/+26
* dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-061-23/+32
* dm: video: show correct colors in graphical consoleHeinrich Schuchardt2018-03-061-7/+6
* dm: video: Add color ANSI escape sequence supportRob Clark2017-09-291-0/+94
* dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-291-0/+108
* dm: video: Fix cache flushesRob Clark2017-09-291-0/+3
* dm: video: Sync display on backspaceSimon Glass2017-07-111-0/+1
* video: squash lines for immediate returnMasahiro Yamada2016-09-231-5/+1
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-4/+2
* dm: video: Flush the cache after a puts()Simon Glass2016-02-161-0/+1
* video: Provide a backspace methodSimon Glass2016-01-301-1/+11
* video: Provide a signal when a new console line is startedSimon Glass2016-01-301-0/+14
* video: Provide a left margin for the text consoleSimon Glass2016-01-301-3/+3
* video: Handle the 'bell' characterSimon Glass2016-01-301-0/+3
* video: Use fractional units for X coordinatesSimon Glass2016-01-301-24/+33
* video: Name consoles by their numberSimon Glass2016-01-211-1/+6
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-201-0/+239