1. 76f908a Correct SPL use of VIDEO_BPP32 by Simon Glass · 1 year, 10 months ago
  2. 95563f6 Correct SPL use of VIDEO_BPP16 by Simon Glass · 1 year, 10 months ago
  3. 7045990 video: Add a way to get the default font height by Simon Glass · 2 years, 2 months ago
  4. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · 2 years, 2 months ago
  5. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · 2 years, 2 months ago
  6. 2a00633 video: Move console colours to the video uclass by Simon Glass · 2 years, 2 months ago
  7. 2853256 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
  8. c15fa3b video: Do not show splash and U-Boot logo simultaneously by Fabio Estevam · 2 years, 8 months ago
  9. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  10. ea11373 sandbox: Slow down the LCD sync rate by Simon Glass · 2 years, 9 months ago
  11. f204fce video: Allow drivers to allocate the frame buffer themselves by Pali Rohár · 2 years, 9 months ago
  12. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · 3 years ago
  13. 8dc32e7 video: Drop the uclass colour map by Simon Glass · 3 years ago
  14. 78cdc5d video: Expand video debugging buffer size by Simon Glass · 3 years ago
  15. efcc84b video: Add video_is_active function by Patrick Delaunay · 3 years ago
  16. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  17. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  18. 62b535e video: Allow syncing the entire framebuffer to the copy by Simon Glass · 3 years, 11 months ago
  19. 92d6d86 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
  20. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  21. a1e136d video: Call video_sync in video_clear() by Michal Simek · 4 years ago
  22. 8ae95df video: Introduce video_sync operation by Michal Simek · 4 years ago
  23. 632e3d4 video: Let video_sync to return error value by Michal Simek · 4 years ago
  24. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  25. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  26. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  27. c3d2f35 x86: video: Support copy framebuffer with probed devices by Simon Glass · 4 years, 5 months ago
  28. 951255d video: Correctly handle multiple framebuffers by Simon Glass · 4 years, 5 months ago
  29. f8ec621 video: Clear the copy framebuffer when clearing the screen by Simon Glass · 4 years, 5 months ago
  30. b4928e5 video: Set up the copy framebuffer when enabled by Simon Glass · 4 years, 5 months ago
  31. 73c9c37 video: Add support for copying to a hardware framebuffer by Simon Glass · 4 years, 5 months ago
  32. b2b2961 bdinfo: dm: Update fb_base when using driver model by Simon Glass · 4 years, 7 months ago
  33. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  34. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  35. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  36. 05c17d6 video: Avoid using #ifdef in video-uclass.c by Simon Glass · 5 years ago
  37. b30698a video: add guards around 16bpp/32bbp code by Anatolij Gustschin · 5 years ago
  38. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  39. d193718 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · 6 years ago
  40. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  41. 4ed5bc8 video/console: Implement reverse video ANSI sequence for DM_VIDEO by Andre Przywara · 6 years ago
  42. 7d18673 video: Allow driver to specify the line length by Simon Glass · 6 years ago
  43. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · 6 years ago
  44. 5534312 video: Adjust video_clear() to return an error by Simon Glass · 6 years ago
  45. 0806dcc sandbox: video: Speed up video output by Simon Glass · 6 years ago
  46. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  47. 6985a72 video-uclass: Fix logical-not-parentheses warning by Tom Rini · 7 years ago
  48. 2a436db dm: video: support increased intensity (bold) by Heinrich Schuchardt · 7 years ago
  49. 290e1d8 dm: video: use constants to refer to colors by Heinrich Schuchardt · 7 years ago
  50. 5e4947e dm: video: correctly clean background in 16bit mode by Heinrich Schuchardt · 7 years ago
  51. 06e7a0d dm: video: Add basic ANSI escape sequence support by Rob Clark · 7 years ago
  52. f141188 video: add config option to skip framebuffer clear by Rob Clark · 7 years ago
  53. eebc3fd video: Use cache-alignment in video_sync() by Simon Glass · 8 years ago
  54. 755623d dm: video: Don't do anything in alloc_fb() when plat->size is zero by Bin Meng · 8 years ago
  55. b3a72b3 video: Allow selection of the driver and font size by Simon Glass · 9 years ago
  56. 2ef353e video: Add a console driver that uses TrueType fonts by Simon Glass · 9 years ago
  57. 6463538 video: Add a function to control cache flushing by Simon Glass · 9 years ago
  58. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · 9 years ago
  59. 623d28f dm: video: Add a video uclass by Simon Glass · 9 years ago