1. 722073a video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n by Eva Kurchatova · 3 months ago
  2. 18a85cf video: Avoid starting a new line to close to the bottom by Simon Glass · 3 months ago
  3. 52c1917 video: Add a dark-grey console colour by Simon Glass · 3 months ago
  4. 8c914e5 video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled by Neil Armstrong · 3 months ago
  5. 82686e6 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 3 months ago
  6. 711fcd3 video: panel: add Sharp LQ101R1SX01 MIPI DSI panel driver by Svyatoslav Ryhel · 1 year, 1 month ago
  7. 744bce5 video: tegra20: dsi: add ganged mode support by Svyatoslav Ryhel · 6 months ago
  8. 68ebc7c video: tegra20: dc: remove DECLARE_GLOBAL_DATA_PTR use by Svyatoslav Ryhel · 6 months ago
  9. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 4 months ago
  10. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 4 months ago
  11. 456bdb7 xpl: Rename spl_phase() to xpl_phase() by Simon Glass · 4 months ago
  12. 32c24a1 video: Avoid setting global_data fb_base in video setup by Simon Glass · 5 months ago
  13. 3430a62 video: Avoid setting global_data fb_base from SPL handoff by Simon Glass · 5 months ago
  14. 3876abb zynqmp: Avoid setting the framebuffer address by Simon Glass · 5 months ago
  15. 1a36338 video: mxs: Avoid setting global_data fb_base by Simon Glass · 5 months ago
  16. 60fa5e9 video: mxc: Avoid setting global_data fb_base by Simon Glass · 5 months ago
  17. b5c5923 video: Add a function to obtain the framebuffer address by Simon Glass · 5 months ago
  18. 5c8ddda video: Use cyclic to handle video sync by Simon Glass · 6 months ago
  19. b023948 video: Move last_sync to private data by Simon Glass · 6 months ago
  20. 109ab9d drivers: video: Remove duplicate newlines by Marek Vasut · 6 months ago
  21. 317a6f9 video: tegra20: dc: use nvidia,head property to identify DC controller by Svyatoslav Ryhel · 8 months ago
  22. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  23. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  24. a295557 video: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  25. 9552923 Merge patch series "Kconfig: some cleanups" by Tom Rini · 9 months ago
  26. 81f3a66 common: Convert *.c/h from UTF-8 to ASCII enconfing by Michal Simek · 9 months ago
  27. 4ac7ffb video: Assume video to be active if SPL is passing video hand-off by Devarsh Thakkar · 11 months ago
  28. 91e9687 video: simplefb: modernise DT parsing by Caleb Connolly · 11 months ago
  29. 9970634 video: renesas: shift the init sequence by one step earlier by Svyatoslav Ryhel · 12 months ago
  30. 3573f2f video: bridge: ssd2825: shift the init sequence by one step earlier by Svyatoslav Ryhel · 12 months ago
  31. 2a9ce5f video: endeavoru-panel: shift the init sequence by one step earlier by Svyatoslav Ryhel · 12 months ago
  32. 0afdc32 video: bridge: add basic support for the Parade DP501 transmitter by Jonas Schwöbel · 12 months ago
  33. da16cde video: bridge: add Toshiba TC358768 RGB to DSI bridge support by Svyatoslav Ryhel · 12 months ago
  34. d6a6dd9 video: panel: add Samsung LTL106HL02 MIPI DSI panel driver by Anton Bambura · 12 months ago
  35. 3cb3174 video: panel: add LG LG070WX3 MIPI DSI panel driver by Svyatoslav Ryhel · 12 months ago
  36. edb8a52 video: tegra20: dsi: use set_backlight for backlight only by Jonas Schwöbel · 12 months ago
  37. 580a444 video: tegra20: dsi: set correct fifo depth by Jonas Schwöbel · 12 months ago
  38. 2702c6a video: tegra20: dsi: remove pre-configuration by Jonas Schwöbel · 12 months ago
  39. 6c4dc89 video: tegra20: dsi: add reset support by Svyatoslav Ryhel · 12 months ago
  40. f1b1f5e video: tegra20: dsi: add T114 support by Svyatoslav Ryhel · 12 months ago
  41. c68d08b video: tegra20: add MIPI calibration driver by Svyatoslav Ryhel · 12 months ago
  42. 8fea336 video: tegra20: dc: parameterize V- and H-sync polarities by Svyatoslav Ryhel · 12 months ago
  43. eb81700 video: tegra20: dc: clean framebuffer memory block by Jonas Schwöbel · 12 months ago
  44. 6b4559b video: tegra20: dc: enable backlight after DC is configured by Jonas Schwöbel · 12 months ago
  45. de903ac video: tegra20: dc: fix printing of framebuffer address by Jonas Schwöbel · 12 months ago
  46. 8c0eb06 video: tegra20: dc: configure behavior if PLLD/D2 is used by Svyatoslav Ryhel · 12 months ago
  47. 8a8bfd8 video: tegra20: dc: add powergate by Svyatoslav Ryhel · 12 months ago
  48. 97b6914 video: tegra20: dc: add PLLD2 parent support by Svyatoslav Ryhel · 12 months ago
  49. b9ef623 video: tegra20: dc: pass DC id to internal devices by Svyatoslav Ryhel · 12 months ago
  50. d5e1eaf video: tegra20: consolidate DC header by Svyatoslav Ryhel · 12 months ago
  51. dc43aa6 video: tegra20: dc: fix image shift on rotated panels by Svyatoslav Ryhel · 12 months ago
  52. e88d026 video: tegra20: dc: diverge DC per-SOC by Svyatoslav Ryhel · 12 months ago
  53. ddc75bc video: dw_hdmi: Fix compiler warnings with gcc-14 by Khem Raj · 12 months ago
  54. 804838a video: rockchip: Add rk3328 vop support by Jagan Teki · 1 year ago
  55. f3ea872 video: rockchip: Add rk3328 hdmi support by Jagan Teki · 1 year ago
  56. 7cebb30 video: rockchip: vop: Add dsp offset support by Jagan Teki · 1 year ago
  57. 41b612e video: rockchip: vop: Add win offset support by Jagan Teki · 1 year ago
  58. 3c0f45c video: rockchip: vop: Simplify rkvop_enable by Jagan Teki · 1 year ago
  59. 25353b5 video: dw_hdmi: Add setup_hpd hook by Jagan Teki · 1 year ago
  60. 054a0ca video: dw_hdmi: Add read_hpd hook by Jagan Teki · 1 year ago
  61. 5eacb92 video: dw_hdmi: Extend the HPD detection by Jagan Teki · 1 year ago
  62. f889491 video: dw_hdmi: Add Vendor PHY handling by Jagan Teki · 1 year ago
  63. 41524d7 video: rockchip: hdmi: Detect hpd after controller init by Jagan Teki · 1 year ago
  64. 25ca331 video: simple_panel: add EDID support by Svyatoslav Ryhel · 1 year ago
  65. 02bb997 video: simple_panel: simplify platform data pass by Svyatoslav Ryhel · 1 year ago
  66. a691594 Merge patch series "Resolve issues with booting distros on x86" by Tom Rini · 9 months ago
  67. 5716be5 x86: Enable SSE in 64-bit mode by Simon Glass · 1 year ago
  68. a469c8e video: Drop unnecessary truetype operations from SPL by Simon Glass · 1 year ago
  69. 9e95e90 video: Correct setting of cursor position by Simon Glass · 1 year ago
  70. 5ea38f9 video: console: Parse UTF-8 character sequences by Janne Grunau · 10 months ago
  71. 9f5df9a rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.h by Quentin Schulz · 10 months ago
  72. 9b9f022 video: mxsfb: add back imx6ul/imx6ull support by Sébastien Szymanski · 11 months ago
  73. 090d846 Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 12 months ago
  74. cce167e bcm2835: Dynamically calculate bytes per pixel parameter by Ivan T. Ivanov · 12 months ago
  75. c9309f4 treewide: Remove clk_free by Sean Anderson · 1 year, 1 month ago
  76. 24adbee video: console: Fix buffer overflow in cmd 'font list' by Janne Grunau · 12 months ago
  77. 3883c9a video: Support VIDEO_X2R10G10B10 in truetype console by Janne Grunau · 12 months ago
  78. ca6d60d video: tidss: Use DT property names for parsing nodes by Devarsh Thakkar · 12 months ago
  79. 073f4f1 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · 12 months ago
  80. b30414f video: Fill video handoff in video post probe by Devarsh Thakkar · 1 year, 1 month ago
  81. eefe23c video: Skip framebuffer reservation if already reserved by Devarsh Thakkar · 1 year, 1 month ago
  82. ac2370a global: Remove duplicate common.h inclusions by Tom Rini · 1 year, 1 month ago
  83. 47256b0 board: stm32f469-disco: add support to display by Dario Binacchi · 1 year, 1 month ago
  84. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 2 months ago
  85. d83f4e6 video: Don't require the font command by Simon Glass · 1 year, 3 months ago
  86. a8f6dab Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 3 months ago
  87. 207ed0a pinctrl: sunxi: remove GPIO_EXTRA_HEADER by Andre Przywara · 2 years, 4 months ago
  88. 846dcae video: tegra20: dsi: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 4 months ago
  89. 66ac14f video: simple_panel: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 4 months ago
  90. 251ff34 video: pwm_backlight: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 4 months ago
  91. 6d225ec video: Mark truetype_measure() static by Simon Glass · 1 year, 4 months ago
  92. 37db20d video: Support showing a cursor by Simon Glass · 1 year, 4 months ago
  93. 617d7b5 video: Export vidconsole_entry_start() by Simon Glass · 1 year, 4 months ago
  94. 9899eef video: Allow saving and restoring text-entry state by Simon Glass · 1 year, 4 months ago
  95. 9e55d09 video: Allow obtaining the nominal size of a string size by Simon Glass · 1 year, 4 months ago
  96. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 4 months ago
  97. 3fef0de x86: coreboot: Enable VIDEO_COPY by Simon Glass · 1 year, 4 months ago
  98. 31b097a video: Move the BMP options by Simon Glass · 1 year, 4 months ago
  99. 8168359 video: Move bmp code to drivers/video by Simon Glass · 1 year, 4 months ago
  100. 3b4e6e9 video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helper by Jonas Karlman · 1 year, 5 months ago