summaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
AgeCommit message (Expand)Author
2023-06-12drivers: video: Enable necessary video functions at SPLNikhil M Jain
2023-01-20global: Remove unused CONFIG definesTom Rini
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2022-10-30video: Move the console commands to cmd/Simon Glass
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass
2022-10-30video: Provide a function to set the cursor positionSimon Glass
2022-10-30video: Move console colours to the video uclassSimon Glass
2021-10-09video: Add 30bpp supportMark Kettenis
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05video: Let video_sync to return error valueMichal Simek
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass
2020-07-09video: Show an error when a vidconsole function failsSimon Glass
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-02-04video: fix Coverity missing break issueAnatolij Gustschin
2020-01-02video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut
2019-04-14video/console: Factor out actual character outputAndre Przywara
2019-04-14video/console: Implement ANSI clear line commandAndre Przywara
2019-04-14video/console: Implement relative cursor movement ANSI handlingAndre Przywara
2019-04-14video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt
2018-10-09video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-09-28dm: video: support more escape sequencesHeinrich Schuchardt
2018-09-23dm: video: check bounds for column and rowHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-06video: indicate code page of bitmap fontsHeinrich Schuchardt
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt
2017-09-29dm: video: Add color ANSI escape sequence supportRob Clark
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark
2017-09-29dm: video: Fix cache flushesRob Clark
2017-07-11dm: video: Sync display on backspaceSimon Glass
2016-09-23video: squash lines for immediate returnMasahiro Yamada
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-16dm: video: Flush the cache after a puts()Simon Glass
2016-01-30video: Provide a backspace methodSimon Glass
2016-01-30video: Provide a signal when a new console line is startedSimon Glass