1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. 4b5ed11 video: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:31 2024 -0600
  4. fedc31f Merge patch series "Resolve issues with booting distros on x86" by Tom Rini · Wed Apr 10 20:01:42 2024 -0600
  5. 2425d4f video: Correct setting of cursor position by Simon Glass · Thu Jan 04 08:10:37 2024 -0700
  6. 5548c36 video: console: Parse UTF-8 character sequences by Janne Grunau · Sat Mar 16 22:50:19 2024 +0100
  7. 377f79aa video: Support showing a cursor by Simon Glass · Sun Oct 01 19:13:21 2023 -0600
  8. 4446c4b video: Export vidconsole_entry_start() by Simon Glass · Sun Oct 01 19:13:20 2023 -0600
  9. 34b5c25 video: Allow saving and restoring text-entry state by Simon Glass · Sun Oct 01 19:13:19 2023 -0600
  10. 8b82e59 video: Allow obtaining the nominal size of a string size by Simon Glass · Sun Oct 01 19:13:18 2023 -0600
  11. 31aef74 video: vidconsole: Fix null dereference of ops->measure by Bin Meng · Thu Aug 03 17:32:41 2023 +0800
  12. 5caf125 console: Allow measuring the bounding box of text by Simon Glass · Thu Jun 01 10:22:46 2023 -0600
  13. a73a8b8 video: Allow temporary colour changes by Simon Glass · Thu Jun 01 10:22:45 2023 -0600
  14. 9e3301d drivers: video: Enable necessary video functions at SPL by Nikhil M Jain · Thu Apr 20 17:41:08 2023 +0530
  15. 2b99fd8 Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") by Tom Rini · Wed Mar 15 11:58:58 2023 -0400
  16. 90679c6 video: Clear the vidconsole rather than the video by Simon Glass · Fri Mar 10 12:47:21 2023 -0800
  17. 366f5d1 video: Remove duplicate cursor-positioning function by Simon Glass · Fri Mar 10 12:47:20 2023 -0800
  18. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  19. d259d9c global: Remove unused CONFIG defines by Tom Rini · Tue Jan 10 11:19:28 2023 -0500
  20. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  21. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · Thu Oct 06 08:36:06 2022 -0600
  22. 308cf50 video: Use vidconsole_put_string() to write a string by Simon Glass · Thu Oct 06 08:36:05 2022 -0600
  23. d622c5b video: Provide a function to set the cursor position by Simon Glass · Thu Oct 06 08:36:04 2022 -0600
  24. 2a00633 video: Move console colours to the video uclass by Simon Glass · Thu Oct 06 08:36:03 2022 -0600
  25. 32b7368 video: Add 30bpp support by Mark Kettenis · Sat Sep 25 22:47:36 2021 +0200
  26. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  27. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  28. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Jan 06 07:57:33 2021 -0500
  29. 632e3d4 video: Let video_sync to return error value by Michal Simek · Mon Dec 14 08:47:52 2020 +0100
  30. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  31. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  32. 31a7e23 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · Thu Jul 02 21:12:23 2020 -0600
  33. f97beb7 video: Show an error when a vidconsole function fails by Simon Glass · Thu Jul 02 21:12:14 2020 -0600
  34. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · Tue Jun 30 11:43:18 2020 -0400
  35. 3e37469 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · Wed Jun 10 02:52:21 2020 -0700
  36. 20b7919 video: make vidconsole commands optional by Anatolij Gustschin · Mon May 25 21:47:19 2020 +0200
  37. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  38. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  39. 0db23e0 video: fix Coverity missing break issue by Anatolij Gustschin · Mon Jan 06 23:00:38 2020 +0100
  40. a4a43c6 video: Avoid using #ifdef in vidconsole-uclass.c by Simon Glass · Fri Dec 20 18:10:36 2019 -0700
  41. b30698a video: add guards around 16bpp/32bbp code by Anatolij Gustschin · Wed Dec 04 16:18:39 2019 +0100
  42. a89f9cb video: Factor out vidconsole_put_string() by Marek Vasut · Fri May 17 20:22:31 2019 +0200
  43. de86baf video/console: Factor out actual character output by Andre Przywara · Sat Mar 23 01:29:59 2019 +0000
  44. 918622a video/console: Implement ANSI clear line command by Andre Przywara · Sat Mar 23 01:29:58 2019 +0000
  45. d4a294c video/console: Implement relative cursor movement ANSI handling by Andre Przywara · Sat Mar 23 01:29:57 2019 +0000
  46. 4ed5bc8 video/console: Implement reverse video ANSI sequence for DM_VIDEO by Andre Przywara · Sat Mar 23 01:29:56 2019 +0000
  47. f57ceb5 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Nov 26 15:52:51 2018 -0500
  48. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · Tue Nov 06 15:21:36 2018 -0700
  49. c3c6930 dm: video: correctly set the cursor position by Heinrich Schuchardt · Sat Nov 10 19:55:48 2018 +0100
  50. 59f4421 video: at91: Adjust vidconsole_position_cursor() to use char pos by Simon Glass · Mon Oct 01 12:22:47 2018 -0600
  51. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  52. 9e933f1 dm: video: support more escape sequences by Heinrich Schuchardt · Wed Sep 19 21:31:48 2018 +0200
  53. 90b5b3b dm: video: check bounds for column and row by Heinrich Schuchardt · Wed Sep 19 19:15:14 2018 +0200
  54. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  55. 2172fa4 video: indicate code page of bitmap fonts by Heinrich Schuchardt · Fri Mar 02 20:50:17 2018 +0100
  56. 2a436db dm: video: support increased intensity (bold) by Heinrich Schuchardt · Thu Feb 08 21:47:12 2018 +0100
  57. 290e1d8 dm: video: use constants to refer to colors by Heinrich Schuchardt · Thu Feb 08 21:47:11 2018 +0100
  58. 423ee56 dm: video: show correct colors in graphical console by Heinrich Schuchardt · Thu Feb 08 21:47:09 2018 +0100
  59. 50509bb dm: video: Add color ANSI escape sequence support by Rob Clark · Wed Sep 13 18:12:22 2017 -0400
  60. 06e7a0d dm: video: Add basic ANSI escape sequence support by Rob Clark · Wed Sep 13 18:12:21 2017 -0400
  61. e959461 dm: video: Fix cache flushes by Rob Clark · Wed Sep 13 18:12:20 2017 -0400
  62. 2f63264 dm: video: Sync display on backspace by Simon Glass · Mon Jun 12 06:21:36 2017 -0600
  63. bf528cd video: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:33 2016 +0900
  64. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  65. 4f3873d dm: video: Flush the cache after a puts() by Simon Glass · Sat Jan 30 16:37:41 2016 -0700
  66. 33bd3b6 video: Provide a backspace method by Simon Glass · Thu Jan 14 18:10:41 2016 -0700
  67. afee743 video: Provide a signal when a new console line is started by Simon Glass · Thu Jan 14 18:10:40 2016 -0700
  68. a74451d video: Provide a left margin for the text console by Simon Glass · Thu Jan 14 18:10:39 2016 -0700
  69. 37b8020 video: Handle the 'bell' character by Simon Glass · Thu Jan 14 18:10:38 2016 -0700
  70. 52c10c5 video: Use fractional units for X coordinates by Simon Glass · Thu Jan 14 18:10:37 2016 -0700
  71. 798ff50 video: Name consoles by their number by Simon Glass · Thu Jan 21 19:44:51 2016 -0700
  72. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · Mon Jan 18 19:52:17 2016 -0700