aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07video: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini1-7/+8
2024-04-10video: Correct setting of cursor positionSimon Glass1-7/+8
2024-03-21video: console: Parse UTF-8 character sequencesJanne Grunau1-5/+13
2023-10-11video: Support showing a cursorSimon Glass1-0/+15
2023-10-11video: Export vidconsole_entry_start()Simon Glass1-1/+1
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass1-0/+32
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass1-0/+22
2023-08-13video: vidconsole: Fix null dereference of ops->measureBin Meng1-1/+1
2023-07-14console: Allow measuring the bounding box of textSimon Glass1-0/+22
2023-07-14video: Allow temporary colour changesSimon Glass1-0/+20
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain1-1/+1
2023-03-16Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini1-10/+34
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass1-0/+12
2023-03-13video: Remove duplicate cursor-positioning functionSimon Glass1-34/+10
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski1-0/+11
2023-01-20global: Remove unused CONFIG definesTom Rini1-5/+0
2023-01-16video: Add font functions to the vidconsole APISimon Glass1-0/+33
2022-10-30video: Move the console commands to cmd/Simon Glass1-50/+0
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass1-4/+5
2022-10-30video: Provide a function to set the cursor positionSimon Glass1-5/+13
2022-10-30video: Move console colours to the video uclassSimon Glass1-69/+5
2021-10-09video: Add 30bpp supportMark Kettenis1-3/+8
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...WIP/06Jan2021-nextTom Rini1-11/+29
2021-01-05video: Let video_sync to return error valueMichal Simek1-11/+29
2020-12-18dm: 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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-02-04video: 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-20video: 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