1. f5254cc video: Fill video handoff in video post probe by Devarsh Thakkar · Tue Dec 05 21:25:21 2023 +0530
  2. 2febd46 video: Skip framebuffer reservation if already reserved by Devarsh Thakkar · Tue Dec 05 21:25:20 2023 +0530
  3. 896409c video: Add a Kconfig option for SPL video handoff by Simon Glass · Sun Jul 30 11:16:05 2023 -0600
  4. acbafdd dm: video: Cosmetic style fix by Bin Meng · Sun Jul 23 12:40:24 2023 +0800
  5. f7ec531 common: board_f: Pass frame buffer info from SPL to u-boot by Nikhil M Jain · Tue Jul 18 14:27:31 2023 +0530
  6. 7683353 include: video: Reserve video using blob by Nikhil M Jain · Tue Jul 18 14:27:30 2023 +0530
  7. d17a624 video: Use enum with video_index_to_colour() by Simon Glass · Thu Jun 01 10:22:48 2023 -0600
  8. 062673b video: Provide a way to clear part of the console by Simon Glass · Thu Jun 01 10:22:33 2023 -0600
  9. 985eac8 video: Add support for RGBA8888 format by Michal Simek · Wed May 17 10:42:07 2023 +0200
  10. 9e3301d drivers: video: Enable necessary video functions at SPL by Nikhil M Jain · Thu Apr 20 17:41:08 2023 +0530
  11. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · Fri Mar 10 12:47:17 2023 -0800
  12. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  13. 76f908a Correct SPL use of VIDEO_BPP32 by Simon Glass · Sun Feb 05 15:44:30 2023 -0700
  14. 95563f6 Correct SPL use of VIDEO_BPP16 by Simon Glass · Sun Feb 05 17:55:32 2023 -0700
  15. 7045990 video: Add a way to get the default font height by Simon Glass · Thu Oct 06 08:36:18 2022 -0600
  16. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · Thu Oct 06 08:36:09 2022 -0600
  17. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · Thu Oct 06 08:36:08 2022 -0600
  18. 2a00633 video: Move console colours to the video uclass by Simon Glass · Thu Oct 06 08:36:03 2022 -0600
  19. 2853256 Merge branch 'next' by Tom Rini · Mon Apr 04 10:45:33 2022 -0400
  20. c15fa3b video: Do not show splash and U-Boot logo simultaneously by Fabio Estevam · Mon Mar 28 16:40:36 2022 -0300
  21. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  22. ea11373 sandbox: Slow down the LCD sync rate by Simon Glass · Mon Feb 28 15:13:48 2022 -0700
  23. f204fce video: Allow drivers to allocate the frame buffer themselves by Pali Rohár · Wed Mar 09 20:46:00 2022 +0100
  24. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · Fri Nov 19 13:24:03 2021 -0700
  25. 8dc32e7 video: Drop the uclass colour map by Simon Glass · Fri Nov 19 13:23:56 2021 -0700
  26. 78cdc5d video: Expand video debugging buffer size by Simon Glass · Fri Nov 19 13:23:51 2021 -0700
  27. efcc84b video: Add video_is_active function by Patrick Delaunay · Mon Nov 15 16:32:20 2021 +0100
  28. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  29. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  30. 62b535e video: Allow syncing the entire framebuffer to the copy by Simon Glass · Wed Jan 13 20:29:46 2021 -0700
  31. 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
  32. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  33. a1e136d video: Call video_sync in video_clear() by Michal Simek · Tue Dec 15 15:12:09 2020 +0100
  34. 8ae95df video: Introduce video_sync operation by Michal Simek · Thu Dec 03 09:30:00 2020 +0100
  35. 632e3d4 video: Let video_sync to return error value by Michal Simek · Mon Dec 14 08:47:52 2020 +0100
  36. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  37. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  38. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  39. c3d2f35 x86: video: Support copy framebuffer with probed devices by Simon Glass · Thu Jul 02 21:12:33 2020 -0600
  40. 951255d video: Correctly handle multiple framebuffers by Simon Glass · Thu Jul 02 21:12:32 2020 -0600
  41. f8ec621 video: Clear the copy framebuffer when clearing the screen by Simon Glass · Thu Jul 02 21:12:22 2020 -0600
  42. b4928e5 video: Set up the copy framebuffer when enabled by Simon Glass · Thu Jul 02 21:12:21 2020 -0600
  43. 73c9c37 video: Add support for copying to a hardware framebuffer by Simon Glass · Thu Jul 02 21:12:20 2020 -0600
  44. b2b2961 bdinfo: dm: Update fb_base when using driver model by Simon Glass · Sun May 10 14:17:01 2020 -0600
  45. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  46. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  47. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  48. 05c17d6 video: Avoid using #ifdef in video-uclass.c by Simon Glass · Fri Dec 20 18:10:37 2019 -0700
  49. b30698a video: add guards around 16bpp/32bbp code by Anatolij Gustschin · Wed Dec 04 16:18:39 2019 +0100
  50. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  51. d193718 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · Tue May 21 19:19:12 2019 +0200
  52. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  53. 4ed5bc8 video/console: Implement reverse video ANSI sequence for DM_VIDEO by Andre Przywara · Sat Mar 23 01:29:56 2019 +0000
  54. 7d18673 video: Allow driver to specify the line length by Simon Glass · Thu Nov 29 15:08:52 2018 -0700
  55. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · Tue Nov 06 15:21:36 2018 -0700
  56. 5534312 video: Adjust video_clear() to return an error by Simon Glass · Mon Oct 01 12:22:26 2018 -0600
  57. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  58. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  59. 6985a72 video-uclass: Fix logical-not-parentheses warning by Tom Rini · Sun Apr 22 09:47:48 2018 -0400
  60. 2a436db dm: video: support increased intensity (bold) by Heinrich Schuchardt · Thu Feb 08 21:47:12 2018 +0100
  61. 290e1d8 dm: video: use constants to refer to colors by Heinrich Schuchardt · Thu Feb 08 21:47:11 2018 +0100
  62. 5e4947e dm: video: correctly clean background in 16bit mode by Heinrich Schuchardt · Thu Feb 08 21:47:10 2018 +0100
  63. 06e7a0d dm: video: Add basic ANSI escape sequence support by Rob Clark · Wed Sep 13 18:12:21 2017 -0400
  64. f141188 video: add config option to skip framebuffer clear by Rob Clark · Thu Aug 03 12:47:01 2017 -0400
  65. eebc3fd video: Use cache-alignment in video_sync() by Simon Glass · Sun Nov 13 14:22:06 2016 -0700
  66. 755623d dm: video: Don't do anything in alloc_fb() when plat->size is zero by Bin Meng · Sun Oct 09 04:14:17 2016 -0700
  67. b3a72b3 video: Allow selection of the driver and font size by Simon Glass · Thu Jan 14 18:10:48 2016 -0700
  68. 2ef353e video: Add a console driver that uses TrueType fonts by Simon Glass · Thu Jan 14 18:10:42 2016 -0700
  69. 6463538 video: Add a function to control cache flushing by Simon Glass · Thu Jan 21 19:44:52 2016 -0700
  70. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · Mon Jan 18 19:52:17 2016 -0700
  71. 623d28f dm: video: Add a video uclass by Simon Glass · Mon Jan 18 19:52:15 2016 -0700