1. 9330abf pci: Drop test for DM_VIDEO by Simon Glass · 2 years, 1 month ago
  2. feda193 video: Make all video options depend on DM_VIDEO by Simon Glass · 2 years, 1 month ago
  3. eaf7075 video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · 2 years, 1 month ago
  4. b0c5353 video: Drop common LCD implementation by Simon Glass · 2 years, 1 month ago
  5. 70cc7b6 video: Drop use of the lcd header file by Simon Glass · 2 years, 1 month ago
  6. 8b11295 video: Drop CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  7. d32eb92 video: Drop CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  8. b667f4b video: Drop CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  9. 9876b5e video: Drop LCD_BPP by Simon Glass · 2 years, 1 month ago
  10. 2429068 fdt: Drop support for LCD fixup in simplefb by Simon Glass · 2 years, 1 month ago
  11. 0f9b86f video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  12. 777f3e3 efi: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  13. f9b7bd7 video: cmd: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  14. c31e0c6 BuR: ronetix: siemens: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  15. baefc72 tegra: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  16. 5cab749 compulab: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  17. 5ce85e0 nexell: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  18. 365e52d video: samsung: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  19. 6b9a829 video: Drop atmel LCD code by Simon Glass · 2 years, 1 month ago
  20. b95125e treewide: Stop enabling CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  21. 6503969 video: atmel: Drop CONFIG_LCD_IN_PSRAM by Simon Glass · 2 years, 1 month ago
  22. 26cf75f video: Drop ld9040 driver by Simon Glass · 2 years, 1 month ago
  23. be5fada video: atmel: Drop pre-DM parts of video driver by Simon Glass · 2 years, 1 month ago
  24. 82f7b86 video: Drop CONFIG_AM335X_LCD by Simon Glass · 2 years, 1 month ago
  25. 0852d58 BuR: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  26. 2285864 video: Drop VCXK video controller by Simon Glass · 2 years, 1 month ago
  27. 1dc6517 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years, 1 month ago
  28. 3c4d848 api: Drop LCD implementation by Simon Glass · 2 years, 1 month ago
  29. f24404d video: Move bmp_display() prototype to video.h by Simon Glass · 2 years, 1 month ago
  30. ba97899 video: Drop CONFIG_LCD_INFO by Simon Glass · 2 years, 1 month ago
  31. 8166056 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · 2 years, 1 month ago
  32. 817f934 video: Drop CONFIG_LCD_MENU by Simon Glass · 2 years, 1 month ago
  33. 832bcbb video: Drop CONFIG_LCD_ALIGNMENT by Simon Glass · 2 years, 1 month ago
  34. b5b1ce8 video: lcd: Drop console rotation by Simon Glass · 2 years, 1 month ago
  35. 2fd5a57 Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · 2 years, 1 month ago
  36. e655003 video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years, 1 month ago
  37. 4adc28e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · 2 years, 1 month ago
  38. 988d19d video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · 2 years, 1 month ago
  39. 7fcb30c splash: get devpart from environment variable by Julien Masson · 2 years, 1 month ago
  40. a638d9a splash: support raw image from MMC by Julien Masson · 2 years, 1 month ago
  41. c830e28 video: Add a way to get the default font height by Simon Glass · 2 years, 2 months ago
  42. e90322f video: Add a function to get the dimensions of a BMP image by Simon Glass · 2 years, 2 months ago
  43. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years, 2 months ago
  44. 3f425f9 video: Enable the cls command by default by Simon Glass · 2 years, 2 months ago
  45. 57a847c video: Add a way to change the font name and size by Simon Glass · 2 years, 2 months ago
  46. 518d844 video: Add a function to select the truetype metrics by Simon Glass · 2 years, 2 months ago
  47. 39fa02d video: Record the truetype font name by Simon Glass · 2 years, 2 months ago
  48. 31efa25 video: Refactor to allow more than one font size by Simon Glass · 2 years, 2 months ago
  49. 5330612 video: Tidy up the check for valid fonts by Simon Glass · 2 years, 2 months ago
  50. 0d38901 video: Add function to obtain the U-Boot logo by Simon Glass · 2 years, 2 months ago
  51. 50d562c video: Allow filling the display with a colour by Simon Glass · 2 years, 2 months ago
  52. 820b589 video: Move and rename DM_HX8238D option by Simon Glass · 2 years, 2 months ago
  53. f029f90 video: Move the console commands to cmd/ by Simon Glass · 2 years, 2 months ago
  54. 92fd6a1 video: Use vidconsole_put_string() to write a string by Simon Glass · 2 years, 2 months ago
  55. 6b6dc0d video: Provide a function to set the cursor position by Simon Glass · 2 years, 2 months ago
  56. a032e4b video: Move console colours to the video uclass by Simon Glass · 2 years, 2 months ago
  57. db2c8ed video: simplefb: add rotation support by Takumi Sueda · 2 years, 2 months ago
  58. 7209272 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · 2 years, 3 months ago
  59. fb63362 lib: fix buggy strcmp and strncmp by Rasmus Villemoes · 2 years, 2 months ago
  60. 8bc87a4 Merge branch '2022-10-26-assorted-fixes-and-updates' by Tom Rini · 2 years, 1 month ago
  61. 9b0b564 memory: Add TI GPMC driver by Roger Quadros · 2 years, 1 month ago
  62. 37d6d16 dt/bindings: memory: Add bindings for TI GPMC driver by Roger Quadros · 2 years, 1 month ago
  63. 3a82cd2 scripts: Makefile.spl: Enable memory drivers to be built for SPL by Roger Quadros · 2 years, 1 month ago
  64. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
  65. 27e6ebc test: Move to a working version of setuptools by Simon Glass · 2 years, 1 month ago
  66. 59b16e9 examples: hello_world: Drop inclusion of common header by Paul Barker · 2 years, 7 months ago
  67. 47ef860 Licenses: Clarify exceptions for standalone apps by Paul Barker · 2 years, 7 months ago
  68. b567eae crypto: hash: sw: fix Kconfig dependencies by Benjamin Bara · 2 years, 5 months ago
  69. 06377c5 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 2 months ago
  70. 0abe332 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years, 1 month ago
  71. b487387 Merge https://source.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · 2 years, 1 month ago
  72. c2c485d Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 1 month ago
  73. 0b91862 power: fan53555: Fix missing newline in error message by Michal Suchanek · 2 years, 2 months ago
  74. 8edf7ac power: regulator: fix autoset error handling by John Keeping · 2 years, 3 months ago
  75. f9d16f2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years, 1 month ago
  76. 622b5d3 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · 2 years, 2 months ago
  77. 3eebbd8 Merge tag 'fsl-qoriq-2022-10-18' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 2 years, 1 month ago WIP/24Oct2022
  78. 26bfb85 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 2 years, 1 month ago
  79. 7d8ab3c Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 1 month ago
  80. 0f5caf3 configs: verdin-imx8mp: enable caam by Andrejs Cainikovs · 2 years, 2 months ago
  81. 2f95984 configs: colibri-imx7: Enable bootd command by Francesco Dolcini · 2 years, 4 months ago
  82. 063195d imx28: avoid num_cs and spi_max_frequency build errors by Marcel Ziswiler · 2 years, 1 month ago
  83. 1550ab9 imx23: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  84. 7d08ddd imx28: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  85. a557ccd imx51: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  86. 10f4f3f imx53: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  87. fa4ce85 imx6qdl: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  88. 175a874 imx6qp: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  89. 2419acf imx6sl: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  90. 97e530d imx6sll: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  91. 4ad2ff5 imx6sx: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  92. 7b37070 imx6ulz: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  93. 1c385db imx6ull: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  94. bf947d2 imx6ul: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  95. 8dff3ab imx7d: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  96. dfd0adc imx7ulp: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  97. af00762 arm: dts: imx8mn-venice: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  98. 42eb9ef arm: dts: imx8mn-var-som-symphony: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  99. 5a97f33 arm: dts: imx8mn-evk: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  100. 2341256 arm: dts: imx8mn-ddr4-evk: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago