1. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · 1 year, 11 months ago
  2. 6faa15a video: truetype: Rename the metrics function by Simon Glass · 1 year, 11 months ago
  3. 80a8e80 video: Enable VIDEO_ANSI by default only with EFI by Simon Glass · 1 year, 11 months ago
  4. 05d5dcf global: Migrate CONFIG_FB_ADDR to CFG by Tom Rini · 2 years ago
  5. ea79bb7 sandbox: Rework how SDL is enabled / disabled by Tom Rini · 2 years ago
  6. 1eed03e Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig by Tom Rini · 2 years ago
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  8. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  9. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  10. 557786c video: Make all video options depend on DM_VIDEO by Simon Glass · 2 years, 1 month ago
  11. aaf74bf video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · 2 years, 1 month ago
  12. fae8560 video: Drop CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  13. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  14. c162e02 tegra: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  15. 8e0e1c4 nexell: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  16. 31e1dcb video: samsung: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  17. a423fd5 video: Drop atmel LCD code by Simon Glass · 2 years, 1 month ago
  18. ae0ee10 video: Drop ld9040 driver by Simon Glass · 2 years, 1 month ago
  19. c47e207 video: atmel: Drop pre-DM parts of video driver by Simon Glass · 2 years, 1 month ago
  20. 9faa287 video: Drop CONFIG_AM335X_LCD by Simon Glass · 2 years, 1 month ago
  21. 1a4e702 video: Drop VCXK video controller by Simon Glass · 2 years, 1 month ago
  22. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years, 1 month ago
  23. 7fce998 video: Drop CONFIG_LCD_INFO by Simon Glass · 2 years, 1 month ago
  24. ebd8937 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · 2 years, 1 month ago
  25. cda7d0c Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · 2 years, 1 month ago
  26. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years, 1 month ago
  27. 45c0a7e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · 2 years, 1 month ago
  28. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · 2 years, 1 month ago
  29. 7045990 video: Add a way to get the default font height by Simon Glass · 2 years, 2 months ago
  30. 7e14804 video: Add a function to get the dimensions of a BMP image by Simon Glass · 2 years, 2 months ago
  31. 9e972c3 video: Add commands to list and change fonts by Simon Glass · 2 years, 2 months ago
  32. 981f00b video: Add a way to change the font name and size by Simon Glass · 2 years, 2 months ago
  33. 360a3f1 video: Add a function to select the truetype metrics by Simon Glass · 2 years, 2 months ago
  34. 47b775a video: Record the truetype font name by Simon Glass · 2 years, 2 months ago
  35. 7959776 video: Refactor to allow more than one font size by Simon Glass · 2 years, 2 months ago
  36. 899f3e1 video: Tidy up the check for valid fonts by Simon Glass · 2 years, 2 months ago
  37. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · 2 years, 2 months ago
  38. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · 2 years, 2 months ago
  39. f8360fe video: Move and rename DM_HX8238D option by Simon Glass · 2 years, 2 months ago
  40. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · 2 years, 2 months ago
  41. 308cf50 video: Use vidconsole_put_string() to write a string by Simon Glass · 2 years, 2 months ago
  42. d622c5b video: Provide a function to set the cursor position by Simon Glass · 2 years, 2 months ago
  43. 2a00633 video: Move console colours to the video uclass by Simon Glass · 2 years, 2 months ago
  44. cb02900 video: simplefb: add rotation support by Takumi Sueda · 2 years, 3 months ago
  45. 0c97099 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · 2 years, 3 months ago
  46. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
  47. b9813e2 video: ipuv3: Fix error handling when getting the display by Michal Suchanek · 2 years, 2 months ago
  48. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  49. 5b92520 video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 4 months ago
  50. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 4 months ago
  51. 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  52. 1e56de0 arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
  53. 3eeabf5 video: Migrate exynos display options to Kconfig by Tom Rini · 2 years, 6 months ago
  54. b754c9f arm: exynos: Remove old pwm backlight driver by Tom Rini · 2 years, 6 months ago
  55. c06b6b4 arm: samsung: Remove dead LCD code by Tom Rini · 2 years, 6 months ago
  56. 4d9bb10 video: stm32: remove test on CONFIG_DM_REGULATOR by Patrick Delaunay · 2 years, 5 months ago
  57. fb66f92 driver: video: Check allocated pointers by Bin Meng · 2 years, 6 months ago
  58. 85ccc37 arm: tegra: Update some DT compatibles by Peter Robinson · 2 years, 7 months ago
  59. b3b5875 video: stm32: stm32_ltdc: support several hardware versions by Yannick Fertre · 2 years, 8 months ago
  60. e1eeed4 video: stm32: stm32_ltdc: fix data enable polarity by Yannick FERTRE · 2 years, 8 months ago
  61. 9e25994 rockchip: video: mipi: add more compatible strings for rk3288/rk3399 by Johan Jonker · 2 years, 8 months ago
  62. daca1c4 rockchip: video: rk_edp: add more rk3288 edp node options by Johan Jonker · 2 years, 8 months ago
  63. 2853256 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
  64. c15fa3b video: Do not show splash and U-Boot logo simultaneously by Fabio Estevam · 2 years, 8 months ago
  65. 7b2b62e video: Drop formike driver by Simon Glass · 2 years, 10 months ago
  66. 7b3fabb video: Convert CONFIG_VIDEO_BCM2835 to Kconfig by Simon Glass · 2 years, 10 months ago
  67. 23bec69 video: mxs: Drop old video code by Simon Glass · 2 years, 10 months ago
  68. 0c95084 video: Drop FSL DIU driver by Simon Glass · 2 years, 10 months ago
  69. 8c4e09f video: fsl: colibri_vf: Drop FSL DCU driver by Simon Glass · 2 years, 10 months ago
  70. 548d5d2 video: Drop da8xx-fb by Simon Glass · 2 years, 10 months ago
  71. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · 2 years, 10 months ago
  72. eeab2fc video: Drop video_fb header by Simon Glass · 2 years, 10 months ago
  73. c9cf418 video: nexell: Drop unused and invalid code by Simon Glass · 2 years, 10 months ago
  74. c66ab60 video: Drop cfg_console by Simon Glass · 2 years, 10 months ago
  75. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  76. 8381e63 Convert CONFIG_LCD_INFO et al to Kconfig by Tom Rini · 2 years, 9 months ago
  77. 4c04742 Convert CONFIG_ATMEL_LCD et al to Kconfig by Tom Rini · 2 years, 9 months ago
  78. ea11373 sandbox: Slow down the LCD sync rate by Simon Glass · 2 years, 9 months ago
  79. 9a15262 Merge tag 'u-boot-stm32-20220315' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 2 years, 9 months ago
  80. 33c3ca0 video: stm32: stm32_ltdc: fix the check of return value of clk_set_rate() by Gabriel Fernandez · 2 years, 10 months ago
  81. f204fce video: Allow drivers to allocate the frame buffer themselves by Pali Rohár · 2 years, 9 months ago
  82. 8296d14 video: bmp: Support x2r10g10b10 pixel format by Janne Grunau · 2 years, 10 months ago
  83. ab2829a video: Add skeleton driver for ZynqMP Display port driver by Michal Simek · 2 years, 9 months ago
  84. 9f846d9 video: Add missing dependency for DM_GPIO by Michal Simek · 2 years, 10 months ago
  85. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  86. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 10 months ago
  87. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  88. 478eb75 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 2 years, 11 months ago
  89. 6b18e94 video: mxsfb: fix clk_get_by_name() return value check by Giulio Benetti · 3 years, 1 month ago
  90. 7a652859 video: Show the U-Boot logo by default by Simon Glass · 3 years ago
  91. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · 3 years ago
  92. c87ddf7 video: Drop VIDEO_LOGO from cfb_console by Simon Glass · 3 years ago
  93. 8e5a8b6 video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · 3 years ago
  94. 6149470 video: Drop #ifdefs from video_bmp by Simon Glass · 3 years ago
  95. 6a92e88 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 3 years ago
  96. 1b695db video: Tidy up 24/32 BMP blitting by Simon Glass · 3 years ago
  97. 8dc32e7 video: Drop the uclass colour map by Simon Glass · 3 years ago
  98. 490bb99 video: bmp: Update RLE8 support to use the write function by Simon Glass · 3 years ago
  99. 998e16a video: Move BMP pixel-writing into a function by Simon Glass · 3 years ago
  100. aa662a6 video: Drop fb_put_byte() el at by Simon Glass · 3 years ago