1. c17805e Merge patch series "Fix various bugs" by Tom Rini · 4 months ago
  2. 7086a89 cmd: Fix memory-mapping in cmp command by Simon Glass · 5 months ago
  3. 42f5ffb read: Tidy up use of map_sysmem() in the read command by Simon Glass · 5 months ago
  4. cc6a1b6 mmc: Use map_sysmem() with buffers in the mmc command by Simon Glass · 5 months ago
  5. 4048219 usb: Drop old non-DM code by Simon Glass · 5 months ago
  6. 650883a cmd: osd: Depend on OSD by Marek Vasut · 4 months ago
  7. 6c0943f cmd: mmc: Allow using partition name in mmc erase command by Tomas Paukrt · 5 months ago
  8. 39aa94a mmc: Hide mmc speed command under mmc command by Marek Vasut · 5 months ago
  9. 19dbc09 Merge tag 'v2024.10-rc5' into next by Tom Rini · 4 months ago
  10. 58d825f include: export uuid.h by Caleb Connolly · 5 months ago
  11. 1806fed cmd: add rdcycle test to RISC-V exception command by Heinrich Schuchardt · 5 months ago
  12. 208fc7a Merge patch series "provide names for emmc hardware partitions" by Tom Rini · 4 months ago
  13. 150481e mmc: allow use of hardware partition names for mmc partconf by Tim Harvey · 8 months ago
  14. 8746aa0 mmc: use an enumerated type to represent PARTITION_CONFIG fields by Tim Harvey · 8 months ago
  15. 360aadd Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 4 months ago
  16. c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 5 months ago
  17. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 5 months ago
  18. 8c069df Merge tag 'v2024.10-rc4' into next by Tom Rini · 5 months ago
  19. 5627488 cmd: bind: Use device sequence instead for driver bind/unbind by Zixun LI · 6 months ago
  20. 9735cfa Merge patch series "Tidy up console recording in tests" by Tom Rini · 5 months ago
  21. eccd4ca mmc: Drop the blank line before accesses by Simon Glass · 5 months ago
  22. 2e93131 global_data: Drop spl_handoff by Simon Glass · 5 months ago
  23. 5019d32 board_f: Move fdt_size to board by Simon Glass · 5 months ago
  24. 6abd992 board_f: Add a new struct to hold pre-relocation info by Simon Glass · 5 months ago
  25. 61faa6d cmd: bcb: Fix segfault on invalid block device by Mattijs Korpershoek · 6 months ago
  26. 158cf0270 Merge tag 'v2024.10-rc3' into next by Tom Rini · 5 months ago
  27. 4f64730 sandbox: Enable wget command by Yasuharu Shibata · 5 months ago
  28. c964f33 cmd: led: fix led command usage for the LED_SW_BLINK enabled case by Mikhail Kshevetskiy · 5 months ago
  29. 7fca1ae i2c: Remove CFG_SYS_I2C_MAX_HOPS by Simon Glass · 5 months ago
  30. 12d38c5 date: Drop the legacy I2C code by Simon Glass · 5 months ago
  31. 9baa31a rtc: Drop CFG_SYS_RTC_BUS_NUM by Simon Glass · 5 months ago
  32. 264f4b0 upl: Add a command by Simon Glass · 5 months ago
  33. 25ee9c2 ubi: allow to write to volume with offset by Alexey Romanov · 6 months ago
  34. cead69c ubi: allow to read from volume with offset by Alexey Romanov · 6 months ago
  35. 476fb4d cmd: cpu: add release subcommand by Hou Zhiqiang · 6 months ago
  36. 8877bc5 Merge patch series "led: implement software blinking" by Tom Rini · 6 months ago
  37. 2a15c67 led: enable LEDST_BLINK state unconditionally by Mikhail Kshevetskiy · 6 months ago
  38. 84e000c cmd: move CMD_DHCP6 options beneath CMD_DHCP6 by Heinrich Schuchardt · 6 months ago
  39. 0e46384 cmd: correct ELF-related commands dependencies by Maxim Moskalets · 6 months ago
  40. b81e31a bootstash: Do not provide a default address for all by Tom Rini · 6 months ago
  41. 4595600 Merge patch series "bootstd: Add Android support" by Tom Rini · 6 months ago
  42. a525656 android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr() by Mattijs Korpershoek · 6 months ago
  43. e569c73 cmd: Remove duplicate newlines by Marek Vasut · 6 months ago
  44. 8d57f46 cmd: add resize for FDT in bootelf by Maxim Moskalets · 7 months ago
  45. 72e77ab gpt: allow spaces in partition list by Mikhail Kshevetskiy · 7 months ago
  46. 608a88c Fix Kconfig coding style from spaces to tab by Anand Moon · 7 months ago
  47. 2abf14d cmd: bootm: add ELF file support by Maxim Moskalets · 7 months ago
  48. f0a259c Merge patch series "m68k: Implement a default flush_dcache_all" by Tom Rini · 7 months ago
  49. 7d6cee2 cmd: cache: Remove weak functions by Tom Rini · 7 months ago
  50. 005105b Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 7 months ago
  51. d243b36 sandbox: enable support for the unlz4 command by Jonathan Liu · 8 months ago
  52. 27b169f cmd: ubi: check 'updating' before calling ubi_more_update_data() by Martin Kurbanov · 7 months ago
  53. abae0b7 cmd: ubi: remove redundant initializations by Martin Kurbanov · 7 months ago
  54. 2f96033 Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 7 months ago
  55. 0b07b5e cmd: correct kaslrseed description by Heinrich Schuchardt · 7 months ago
  56. a53fb76 cmd: fwu: Also print information about size by Michal Simek · 7 months ago
  57. 48641bf Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · 7 months ago
  58. 909321b use fdt_kaslrseed function to de-duplicate code by Tim Harvey · 7 months ago
  59. 52ff1f5 zboot: Correct use of state_mask argument by Simon Glass · 7 months ago
  60. bce4c15 zboot: Add debugging for booting by Simon Glass · 7 months ago
  61. 04c63f1 cmd: gpt: Fix freeing gpt_pte in gpt_verify() by Sam Protsenko · 7 months ago
  62. b85ecb2 cmd: Make use of U_BOOT_LONGHELP when missing by Tom Rini · 7 months ago
  63. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 7 months ago
  64. 082b467 cmd: link to doc/usage/fit/x86-fit-boot.rst by Heinrich Schuchardt · 7 months ago
  65. 20a0383 cmd: fix typo in CMD_BOOTMETH help text by Quentin Schulz · 7 months ago
  66. e242cd9 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · 7 months ago
  67. 008c4b3 cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · 8 months ago
  68. 46b6a3e cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · 7 months ago
  69. 822911d imxtract: add support for zstd-compressed images by Dmitry Gerasimov · 8 months ago
  70. ca6a992 cmd: sound: fix help text by Quentin Schulz · 7 months ago
  71. 9cf83a7 Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 7 months ago
  72. 535321c efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · 7 months ago
  73. d9f7f42 cmd: efidebug: add support for setting fdt by Heinrich Schuchardt · 9 months ago
  74. 58bef19 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · 9 months ago
  75. bf03333 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · 8 months ago
  76. 17b1656 abootimg: Add init_boot image support by Roman Stratiienko · 8 months ago
  77. 77ba281 Merge patch series "'eeprom' command improvements" by Tom Rini · 7 months ago
  78. 57a9e8d cmd: eeprom: Extend to EEPROMs probed via driver model by Marek Behún · 8 months ago
  79. e5dbc80 cmd: eeprom: Don't read/write whole EEPROM if not necessary by Marek Behún · 8 months ago
  80. e9774af cmd: eeprom: Refactor command execution into function by action by Marek Behún · 8 months ago
  81. 15f0536 cmd: eeprom: Refactor eeprom device specifier parsing by Marek Behún · 8 months ago
  82. fda747c cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls by Marek Behún · 8 months ago
  83. 2d49daf cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option by Marek Behún · 8 months ago
  84. 642ec48 cmd: eeprom: Fix usage help for the eeprom command by Marek Behún · 8 months ago
  85. 227be29 Merge tag 'v2024.07-rc4' into next by Tom Rini · 8 months ago
  86. 8f8b4b0 usb: remove not used variable in usb_ether_curr_dev by Heiko Schocher · 8 months ago
  87. 89aa846 tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend by Tim Harvey · 8 months ago
  88. 7e52d6c Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · 8 months ago
  89. 7cfe0d8 cmd: fwu: make changes for supporting FWU metadata version 2 by Sughosh Ganu · 10 months ago
  90. 377e91c Merge patch series "Clean-up patch set for MbedTLS integration" by Tom Rini · 8 months ago
  91. cb73fe9 include: Move snprintf to stdio.h by Raymond Mao · 8 months ago
  92. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  93. d478142 Merge tag 'v2024.07-rc3' into next by Tom Rini · 8 months ago
  94. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  95. e0112bc sandbox: make function 'do_undefined' properly compiles for PowerPC by WHR · 9 months ago
  96. 301bac6 cmd: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  97. 5560830 cmd/Kconfig: Add some missing dependencies by Tom Rini · 9 months ago
  98. 8024d57 cmd: gpt: initialize partition table by Kishan Dudhatra · 9 months ago
  99. 62825d4 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 9 months ago
  100. b49861a cmd: sbi: add coreboot and oreboot implementation IDs by Heinrich Schuchardt · 9 months ago