1. 37db20d video: Support showing a cursor by Simon Glass · 1 year, 2 months ago
  2. 617d7b5 video: Export vidconsole_entry_start() by Simon Glass · 1 year, 2 months ago
  3. 9899eef video: Allow saving and restoring text-entry state by Simon Glass · 1 year, 2 months ago
  4. 9e55d09 video: Allow obtaining the nominal size of a string size by Simon Glass · 1 year, 2 months ago
  5. 01c76f1 video: vidconsole: Fix null dereference of ops->measure by Bin Meng · 1 year, 4 months ago
  6. b828ed7 console: Allow measuring the bounding box of text by Simon Glass · 1 year, 6 months ago
  7. 648a499 video: Allow temporary colour changes by Simon Glass · 1 year, 6 months ago
  8. 86fbee6 drivers: video: Enable necessary video functions at SPL by Nikhil M Jain · 1 year, 7 months ago
  9. f6546c7 Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") by Tom Rini · 1 year, 8 months ago
  10. a76b60f video: Clear the vidconsole rather than the video by Simon Glass · 1 year, 9 months ago
  11. 9f62a47 video: Remove duplicate cursor-positioning function by Simon Glass · 1 year, 9 months ago
  12. 4f6e348 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · 1 year, 9 months ago
  13. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 11 months ago
  14. 0e38bd8 video: Add font functions to the vidconsole API by Simon Glass · 1 year, 11 months ago
  15. f029f90 video: Move the console commands to cmd/ by Simon Glass · 2 years, 2 months ago
  16. 92fd6a1 video: Use vidconsole_put_string() to write a string by Simon Glass · 2 years, 2 months ago
  17. 6b6dc0d video: Provide a function to set the cursor position by Simon Glass · 2 years, 2 months ago
  18. a032e4b video: Move console colours to the video uclass by Simon Glass · 2 years, 2 months ago
  19. 0efe41c video: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  20. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  21. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  22. bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
  23. 9de731f video: Let video_sync to return error value by Michal Simek · 4 years ago
  24. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  25. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  26. 8c0b5d2 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · 4 years, 5 months ago
  27. 8b763df video: Show an error when a vidconsole function fails by Simon Glass · 4 years, 5 months ago
  28. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
  29. 8cee200 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · 4 years, 6 months ago
  30. 39b9555 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 6 months ago
  31. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  32. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  33. ab6ea93 video: fix Coverity missing break issue by Anatolij Gustschin · 4 years, 11 months ago
  34. 775d332 video: Avoid using #ifdef in vidconsole-uclass.c by Simon Glass · 5 years ago
  35. ca5655d video: add guards around 16bpp/32bbp code by Anatolij Gustschin · 5 years ago
  36. e63168a video: Factor out vidconsole_put_string() by Marek Vasut · 6 years ago
  37. 7035ec3 video/console: Factor out actual character output by Andre Przywara · 6 years ago
  38. 4422294 video/console: Implement ANSI clear line command by Andre Przywara · 6 years ago
  39. 29c158b video/console: Implement relative cursor movement ANSI handling by Andre Przywara · 6 years ago
  40. eabb072 video/console: Implement reverse video ANSI sequence for DM_VIDEO by Andre Przywara · 6 years ago
  41. 430c166 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  42. b9f210a video: Update video_set_default_colors() to support invert by Simon Glass · 6 years ago
  43. 118f020 dm: video: correctly set the cursor position by Heinrich Schuchardt · 6 years ago
  44. 9949ee8 video: at91: Adjust vidconsole_position_cursor() to use char pos by Simon Glass · 6 years ago
  45. 55d3991 sandbox: video: Speed up video output by Simon Glass · 6 years ago
  46. 662f381 dm: video: support more escape sequences by Heinrich Schuchardt · 6 years ago
  47. 4b985e0 dm: video: check bounds for column and row by Heinrich Schuchardt · 6 years ago
  48. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  49. 5fba532 video: indicate code page of bitmap fonts by Heinrich Schuchardt · 7 years ago
  50. 9ffa4d1 dm: video: support increased intensity (bold) by Heinrich Schuchardt · 7 years ago
  51. 5c30fbb dm: video: use constants to refer to colors by Heinrich Schuchardt · 7 years ago
  52. 3aeb0cb dm: video: show correct colors in graphical console by Heinrich Schuchardt · 7 years ago
  53. 703d885 dm: video: Add color ANSI escape sequence support by Rob Clark · 7 years ago
  54. a085aa1 dm: video: Add basic ANSI escape sequence support by Rob Clark · 7 years ago
  55. 889808d dm: video: Fix cache flushes by Rob Clark · 7 years ago
  56. fb0b709 dm: video: Sync display on backspace by Simon Glass · 7 years ago
  57. 720873b video: squash lines for immediate return by Masahiro Yamada · 8 years ago
  58. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  59. bbc8a8b dm: video: Flush the cache after a puts() by Simon Glass · 9 years ago
  60. 7b9f7e4 video: Provide a backspace method by Simon Glass · 9 years ago
  61. 58c733a video: Provide a signal when a new console line is started by Simon Glass · 9 years ago
  62. c5b77d0 video: Provide a left margin for the text console by Simon Glass · 9 years ago
  63. 5508f10 video: Handle the 'bell' character by Simon Glass · 9 years ago
  64. f266178 video: Use fractional units for X coordinates by Simon Glass · 9 years ago
  65. f1a1247 video: Name consoles by their number by Simon Glass · 9 years ago
  66. 8351076 dm: video: Add a uclass for the text console by Simon Glass · 9 years ago