1. f24404d video: Move bmp_display() prototype to video.h by Simon Glass · 2 years, 1 month ago
  2. ba97899 video: Drop CONFIG_LCD_INFO by Simon Glass · 2 years, 1 month ago
  3. 8166056 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · 2 years, 1 month ago
  4. 817f934 video: Drop CONFIG_LCD_MENU by Simon Glass · 2 years, 1 month ago
  5. 832bcbb video: Drop CONFIG_LCD_ALIGNMENT by Simon Glass · 2 years, 1 month ago
  6. b5b1ce8 video: lcd: Drop console rotation by Simon Glass · 2 years, 1 month ago
  7. 2fd5a57 Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · 2 years, 1 month ago
  8. e655003 video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years, 1 month ago
  9. 4adc28e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · 2 years, 1 month ago
  10. 988d19d video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · 2 years, 1 month ago
  11. 7fcb30c splash: get devpart from environment variable by Julien Masson · 2 years, 1 month ago
  12. a638d9a splash: support raw image from MMC by Julien Masson · 2 years, 1 month ago
  13. c830e28 video: Add a way to get the default font height by Simon Glass · 2 years, 1 month ago
  14. e90322f video: Add a function to get the dimensions of a BMP image by Simon Glass · 2 years, 1 month ago
  15. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years, 1 month ago
  16. 3f425f9 video: Enable the cls command by default by Simon Glass · 2 years, 1 month ago
  17. 57a847c video: Add a way to change the font name and size by Simon Glass · 2 years, 1 month ago
  18. 518d844 video: Add a function to select the truetype metrics by Simon Glass · 2 years, 1 month ago
  19. 39fa02d video: Record the truetype font name by Simon Glass · 2 years, 1 month ago
  20. 31efa25 video: Refactor to allow more than one font size by Simon Glass · 2 years, 1 month ago
  21. 5330612 video: Tidy up the check for valid fonts by Simon Glass · 2 years, 1 month ago
  22. 0d38901 video: Add function to obtain the U-Boot logo by Simon Glass · 2 years, 1 month ago
  23. 50d562c video: Allow filling the display with a colour by Simon Glass · 2 years, 1 month ago
  24. 820b589 video: Move and rename DM_HX8238D option by Simon Glass · 2 years, 1 month ago
  25. f029f90 video: Move the console commands to cmd/ by Simon Glass · 2 years, 1 month ago
  26. 92fd6a1 video: Use vidconsole_put_string() to write a string by Simon Glass · 2 years, 1 month ago
  27. 6b6dc0d video: Provide a function to set the cursor position by Simon Glass · 2 years, 1 month ago
  28. a032e4b video: Move console colours to the video uclass by Simon Glass · 2 years, 1 month ago
  29. db2c8ed video: simplefb: add rotation support by Takumi Sueda · 2 years, 2 months ago
  30. 7209272 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · 2 years, 2 months ago
  31. fb63362 lib: fix buggy strcmp and strncmp by Rasmus Villemoes · 2 years, 1 month ago
  32. 8bc87a4 Merge branch '2022-10-26-assorted-fixes-and-updates' by Tom Rini · 2 years, 1 month ago
  33. 9b0b564 memory: Add TI GPMC driver by Roger Quadros · 2 years, 1 month ago
  34. 37d6d16 dt/bindings: memory: Add bindings for TI GPMC driver by Roger Quadros · 2 years, 1 month ago
  35. 3a82cd2 scripts: Makefile.spl: Enable memory drivers to be built for SPL by Roger Quadros · 2 years, 1 month ago
  36. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
  37. 27e6ebc test: Move to a working version of setuptools by Simon Glass · 2 years, 1 month ago
  38. 59b16e9 examples: hello_world: Drop inclusion of common header by Paul Barker · 2 years, 6 months ago
  39. 47ef860 Licenses: Clarify exceptions for standalone apps by Paul Barker · 2 years, 6 months ago
  40. b567eae crypto: hash: sw: fix Kconfig dependencies by Benjamin Bara · 2 years, 5 months ago
  41. 06377c5 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 1 month ago
  42. 0abe332 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years, 1 month ago
  43. b487387 Merge https://source.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · 2 years, 1 month ago
  44. c2c485d Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 1 month ago
  45. 0b91862 power: fan53555: Fix missing newline in error message by Michal Suchanek · 2 years, 2 months ago
  46. 8edf7ac power: regulator: fix autoset error handling by John Keeping · 2 years, 2 months ago
  47. f9d16f2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years, 1 month ago
  48. 622b5d3 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · 2 years, 1 month ago
  49. 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
  50. 26bfb85 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 2 years, 1 month ago
  51. 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
  52. 0f5caf3 configs: verdin-imx8mp: enable caam by Andrejs Cainikovs · 2 years, 1 month ago
  53. 2f95984 configs: colibri-imx7: Enable bootd command by Francesco Dolcini · 2 years, 3 months ago
  54. 063195d imx28: avoid num_cs and spi_max_frequency build errors by Marcel Ziswiler · 2 years, 1 month ago
  55. 1550ab9 imx23: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  56. 7d08ddd imx28: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  57. a557ccd imx51: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  58. 10f4f3f imx53: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  59. fa4ce85 imx6qdl: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  60. 175a874 imx6qp: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  61. 2419acf imx6sl: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  62. 97e530d imx6sll: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  63. 4ad2ff5 imx6sx: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  64. 7b37070 imx6ulz: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  65. 1c385db imx6ull: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  66. bf947d2 imx6ul: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  67. 8dff3ab imx7d: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  68. dfd0adc imx7ulp: synchronise device tree with linux by Marcel Ziswiler · 2 years, 1 month ago
  69. af00762 arm: dts: imx8mn-venice: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  70. 42eb9ef arm: dts: imx8mn-var-som-symphony: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  71. 5a97f33 arm: dts: imx8mn-evk: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  72. 2341256 arm: dts: imx8mn-ddr4-evk: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  73. d096b8a arm: dts: imx8mn-bsh-smm-s2: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  74. cc1028b arm: dts: imx8mn-beacon-kit: Consolidate with imx8mn-u-boot by Adam Ford · 2 years, 1 month ago
  75. 93c4c0e arm: dts: imx8mn-u-boot: Create common imx8mn-u-boot.dtsi by Adam Ford · 2 years, 1 month ago
  76. c9473b2 imx8m: fix reading of DDR4 MR registers [again] by Rasmus Villemoes · 2 years, 1 month ago
  77. 727694b verdin-imx8mp: spl: initialize caam by Andrejs Cainikovs · 2 years, 1 month ago
  78. 9836eb0 arm: dts: verdin-imx8mp: enable caam in SPL by Andrejs Cainikovs · 2 years, 1 month ago
  79. 973e6b6 verdin-imx8mp: various config additions and improvements by Marcel Ziswiler · 2 years, 2 months ago
  80. b103004 verdin-imx8mm: various config additions and improvements by Marcel Ziswiler · 2 years, 2 months ago
  81. 559c538 verdin-imx8mm: verdin-imx8mp: update env memory layout (again) by Marcel Ziswiler · 2 years, 2 months ago
  82. 61e7f97 board: gateworks: venice: add imx8mm-gw7904 support by Tim Harvey · 2 years, 2 months ago
  83. 864ac2c board: imx8mp: Add Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit by Manoj Sai · 2 years, 3 months ago
  84. 3fb342a arm64: dts: imx8mp: Add Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit by Manoj Sai · 2 years, 3 months ago
  85. 068782b arm64: dts: imx8mp: Add Engicam i.Core MX8M Plus SoM by Manoj Sai · 2 years, 3 months ago
  86. ad0ff2f board: gateworks: venice: add GW7903 PMIC by Tim Harvey · 2 years, 3 months ago
  87. 5e112c7 watchdog: ulp_wdog: add driver model for ulp watchdog driver by Alice Guo · 2 years, 1 month ago
  88. a7fd633 watchdog: ulp_wdog: enable watchdog interrupt on imx93 by Alice Guo · 2 years, 1 month ago
  89. ef0ad9b watchdog: ulp_wdog: Update watchdog driver for imx93 by Alice Guo · 2 years, 1 month ago
  90. a79f200 ulp_wdog: Update ulp wdog driver for 32bits command by Ye Li · 2 years, 1 month ago
  91. ddc8d36 cyclic: Don't disable cylic function upon exceeding CPU time by Stefan Roese · 2 years, 1 month ago
  92. 374d5d9 sandbox.dtsi: add a sandbox,alarm-wdt instance by Rasmus Villemoes · 2 years, 2 months ago
  93. 10107ef sandbox: add SIGALRM-based watchdog device by Rasmus Villemoes · 2 years, 2 months ago
  94. 2783670 watchdog: introduce a u-boot,autostart property by Rasmus Villemoes · 2 years, 2 months ago
  95. 0ab55cb wdt: nuvoton: add expire function for generic reset by Jim Liu · 2 years, 2 months ago
  96. 337af54 mmc: Fix static checker warnings by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
  97. 7ff2f30 mmc: dwmmc: only clear handled interrupts by John Keeping · 2 years, 2 months ago
  98. 359c176 mmc: stm32_sdmmc2: manage vqmmc by Yann Gautier · 2 years, 2 months ago
  99. 27fbce4 mmc: stm32_sdmmc2: protect against unsupported modes by Yann Gautier · 2 years, 2 months ago
  100. be18729 mmc: stm32_sdmmc2: add dual data rate support by Yann Gautier · 2 years, 2 months ago