~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* video: vidconsole: Fix null dereference of ops->measureBin Meng2023-08-13
* console: Allow measuring the bounding box of textSimon Glass2023-07-14
* video: Allow temporary colour changesSimon Glass2023-07-14
* drivers: video: Enable necessary video functions at SPLNikhil M Jain2023-04-24
* Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini2023-03-16
* video: Clear the vidconsole rather than the videoSimon Glass2023-03-13
* video: Remove duplicate cursor-positioning functionSimon Glass2023-03-13
* video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski2023-03-07
* global: Remove unused CONFIG definesTom Rini2023-01-20
* video: Add font functions to the vidconsole APISimon Glass2023-01-16
* video: Move the console commands to cmd/Simon Glass2022-10-30
* video: Use vidconsole_put_string() to write a stringSimon Glass2022-10-30
* video: Provide a function to set the cursor positionSimon Glass2022-10-30
* video: Move console colours to the video uclassSimon Glass2022-10-30
* video: Add 30bpp supportMark Kettenis2021-10-09
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-02
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-06
|\
| * video: Let video_sync to return error valueMichal Simek2021-01-05
* | dm: Avoid accessing seq directlySimon Glass2020-12-18
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
|/
* video: Add helpers for vidconsole for the copy framebufferSimon Glass2020-07-09
* video: Show an error when a vidconsole function failsSimon Glass2020-07-09
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-30
|\
| * video: vidconsole: avoid multiple lines overwrite logoYe Li2020-06-28
* | video: make vidconsole commands optionalAnatolij Gustschin2020-06-18
|/
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* video: fix Coverity missing break issueAnatolij Gustschin2020-02-04
* video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass2020-01-02
* video: add guards around 16bpp/32bbp codeAnatolij Gustschin2019-12-06
* video: Factor out vidconsole_put_string()Marek Vasut2019-05-20
* video/console: Factor out actual character outputAndre Przywara2019-04-14
* video/console: Implement ANSI clear line commandAndre Przywara2019-04-14
* video/console: Implement relative cursor movement ANSI handlingAndre Przywara2019-04-14
* video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2019-04-14
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-11-26
|\
| * dm: video: correctly set the cursor positionHeinrich Schuchardt2018-11-17
* | video: Update video_set_default_colors() to support invertSimon Glass2018-11-20
|/
* video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass2018-10-09
* sandbox: video: Speed up video outputSimon Glass2018-10-09
* dm: video: support more escape sequencesHeinrich Schuchardt2018-09-28
* dm: video: check bounds for column and rowHeinrich Schuchardt2018-09-23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* video: indicate code page of bitmap fontsHeinrich Schuchardt2018-03-06
* dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-06
* dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-06
* dm: video: show correct colors in graphical consoleHeinrich Schuchardt2018-03-06
* dm: video: Add color ANSI escape sequence supportRob Clark2017-09-29
* dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-29