1. d2b22ae vbe: Support reading the next SPL phase via VBE by Simon Glass · 2 years ago
  2. 70b26e4 vbe: Support selecting operations by SPL phase by Simon Glass · 2 years ago
  3. f1459c3 sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years ago
  4. bbe285c image: Allow loading a FIT image for a particular phase by Simon Glass · 2 years ago
  5. 44ad35a image: Add the concept of a phase to FIT by Simon Glass · 2 years ago
  6. 830690d sandbox: Generalise SPL booting by Simon Glass · 2 years ago
  7. 494e66d image: Move comment for fit_conf_find_compat() by Simon Glass · 2 years ago
  8. 2ff3db3 usb: Update the test to cover reading and writing by Simon Glass · 2 years ago
  9. 606b926 dm: blk: Add udevice functions by Simon Glass · 2 years ago
  10. 76c839f disk: Rename block functions by Simon Glass · 2 years ago
  11. b190deb bootstd: Add a way to set up a bootflow by Simon Glass · 2 years ago
  12. cbd71fa test: Support tests which can only be run manually by Simon Glass · 2 years ago
  13. 1facaad test: Report skippped tests by Simon Glass · 2 years ago
  14. 2b8d2cc spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years ago
  15. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  16. 779a7b6 arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753 by William Zhang · 2 years, 2 months ago
  17. 62c0ae4 arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 2 months ago
  18. 872308c arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858 by William Zhang · 2 years, 2 months ago
  19. b0e2b6a arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 2 months ago
  20. fdf8f29 arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360 by William Zhang · 2 years, 2 months ago
  21. dc244ca arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 2 months ago
  22. 07f97bd arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158 by William Zhang · 2 years, 2 months ago
  23. 61546e7 arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 2 months ago
  24. e5703df arm: bcmbca: add bcm4908 SoC support by William Zhang · 2 years, 3 months ago
  25. 1b81843 arm: bcmbca: add bcm6813 SoC support by William Zhang · 2 years, 3 months ago
  26. dc6117d arm: bcmbca: add bcm4912 SoC support by William Zhang · 2 years, 3 months ago
  27. c6e0073 arm: bcmbca: add bcm63146 SoC support by William Zhang · 2 years, 3 months ago
  28. 21385ad arm: bcmbca: add bcm63138 SoC support by William Zhang · 2 years, 3 months ago
  29. 7e3d695 arm: bcmbca: add bcm63148 SoC support by William Zhang · 2 years, 3 months ago
  30. 4054fd7 arm: bcmbca: add bcm6756 SoC support by William Zhang · 2 years, 3 months ago
  31. 4cab038 arm: bcmbca: add bcm6878 SoC support by William Zhang · 2 years, 3 months ago
  32. adb34dd arm: bcmbca: add bcm6846 SoC support by William Zhang · 2 years, 3 months ago
  33. 41c65ce arm: bcmbca: add bcm63178 SoC support by William Zhang · 2 years, 3 months ago
  34. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years ago
  35. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  36. eaf7075 video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · 2 years ago
  37. b0c5353 video: Drop common LCD implementation by Simon Glass · 2 years ago
  38. 9876b5e video: Drop LCD_BPP by Simon Glass · 2 years ago
  39. 0f9b86f video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years ago
  40. c31e0c6 BuR: ronetix: siemens: Drop old LCD code by Simon Glass · 2 years ago
  41. baefc72 tegra: Drop old LCD code by Simon Glass · 2 years ago
  42. 365e52d video: samsung: Drop old LCD code by Simon Glass · 2 years ago
  43. 6b9a829 video: Drop atmel LCD code by Simon Glass · 2 years ago
  44. 26cf75f video: Drop ld9040 driver by Simon Glass · 2 years ago
  45. f24404d video: Move bmp_display() prototype to video.h by Simon Glass · 2 years ago
  46. ba97899 video: Drop CONFIG_LCD_INFO by Simon Glass · 2 years ago
  47. 8166056 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · 2 years ago
  48. 817f934 video: Drop CONFIG_LCD_MENU by Simon Glass · 2 years ago
  49. 832bcbb video: Drop CONFIG_LCD_ALIGNMENT by Simon Glass · 2 years ago
  50. 2fd5a57 Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · 2 years ago
  51. e655003 video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years ago
  52. 4adc28e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · 2 years ago
  53. c830e28 video: Add a way to get the default font height by Simon Glass · 2 years, 1 month ago
  54. e90322f video: Add a function to get the dimensions of a BMP image by Simon Glass · 2 years, 1 month ago
  55. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years, 1 month ago
  56. 57a847c video: Add a way to change the font name and size by Simon Glass · 2 years, 1 month ago
  57. 0d38901 video: Add function to obtain the U-Boot logo by Simon Glass · 2 years, 1 month ago
  58. 50d562c video: Allow filling the display with a colour by Simon Glass · 2 years, 1 month ago
  59. 6b6dc0d video: Provide a function to set the cursor position by Simon Glass · 2 years, 1 month ago
  60. a032e4b video: Move console colours to the video uclass by Simon Glass · 2 years, 1 month ago
  61. f219547 dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years ago
  62. aa5511e dm: core: Add note about device_probe idempotence by Michal Suchanek · 2 years, 1 month ago
  63. 73f8fbc dm: core: Document return value of device bind functions by Michal Suchanek · 2 years, 1 month ago
  64. 58ddb93 dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 1 month ago
  65. 1fcfadc dm: pci: Fix doc typo first -> next by Michal Suchanek · 2 years, 1 month ago
  66. d7e9de7 fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype by Patrick Delaunay · 2 years, 1 month ago
  67. 9b0b564 memory: Add TI GPMC driver by Roger Quadros · 2 years ago
  68. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years ago
  69. 06377c5 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 1 month ago
  70. c2c485d Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years ago
  71. f9d16f2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years ago
  72. 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 ago
  73. 26bfb85 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 2 years ago
  74. 7d8ab3c Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years ago
  75. 2419acf imx6sl: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  76. 97e530d imx6sll: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  77. dfd0adc imx7ulp: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  78. 559c538 verdin-imx8mm: verdin-imx8mp: update env memory layout (again) by Marcel Ziswiler · 2 years, 1 month ago
  79. 864ac2c board: imx8mp: Add Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit by Manoj Sai · 2 years, 2 months ago
  80. ddc8d36 cyclic: Don't disable cylic function upon exceeding CPU time by Stefan Roese · 2 years ago
  81. 10107ef sandbox: add SIGALRM-based watchdog device by Rasmus Villemoes · 2 years, 1 month ago
  82. 2b0dd41 mmc: sdhci: Add new quirks for SUPPORT_SINGLE by Kunihiko Hayashi · 2 years, 1 month ago
  83. 4d60001 mtd: spi-nor-core: Track flash's internal address mode by Takahiro Kuwano · 2 years, 2 months ago
  84. 4344c11 board/km: drop CONFIG_KM_ROOTFSSIZE by Holger Brunck · 2 years ago
  85. 601d4e1 blk: fix a couple of trivial documentation typos by Mattijs Korpershoek · 2 years ago
  86. d6d8720 qemu: Try to automatically boot from the QEMU firmware device (qfw) by Andre Przywara · 2 years ago
  87. 09bd3d0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 2 months ago
  88. 39236ac ARM: imx6: dh-imx6: Use sf update instead of sf erase and write by Marek Vasut · 2 years, 1 month ago
  89. 7fe2408 apalis/colibri_imx6/-imx6ull/_imx7: update env memory layout by Marcel Ziswiler · 2 years, 1 month ago
  90. 187da72 nitrogen6x: Remove extra quotes in fdtfile by Ariel D'Alessandro · 2 years, 1 month ago
  91. 16d6457 verdin-imx8mm: verdin-imx8mp: drop obsolete net/phy configs by Marcel Ziswiler · 2 years, 1 month ago
  92. 8d2cbb0 board: tbs2910: Add serial rx buffer in defconfig by Soeren Moch · 2 years, 1 month ago
  93. 145a996 Merge tag 'u-boot-rockchip-20221020' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 2 years ago
  94. 5302576 ARM: dts: imx8mm: Swap i.MX8M Mini Menlo board UARTs back by Marek Vasut · 2 years, 1 month ago
  95. 27effdd imx: kontron-sl-mx8mm: Migrate to use CONFIG_EXTRA_ENV_TEXT by Frieder Schrempf · 2 years, 2 months ago
  96. 7dd6af8 imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT by Frieder Schrempf · 2 years, 2 months ago
  97. dc3cb0a Merge tag 'clk-2023.01' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 2 years ago
  98. 73ceadc Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years ago
  99. a1265cd clk: change return type of clk_get_parent_rate from long long to ulong by Michal Suchanek · 2 years, 1 month ago
  100. c8b9ba4 sunxi: fix 32MB load address layout by Andre Przywara · 2 years, 1 month ago