1. e569c73 cmd: Remove duplicate newlines by Marek Vasut · 6 months ago
  2. 8d57f46 cmd: add resize for FDT in bootelf by Maxim Moskalets · 7 months ago
  3. 72e77ab gpt: allow spaces in partition list by Mikhail Kshevetskiy · 7 months ago
  4. 608a88c Fix Kconfig coding style from spaces to tab by Anand Moon · 7 months ago
  5. 2abf14d cmd: bootm: add ELF file support by Maxim Moskalets · 7 months ago
  6. f0a259c Merge patch series "m68k: Implement a default flush_dcache_all" by Tom Rini · 7 months ago
  7. 7d6cee2 cmd: cache: Remove weak functions by Tom Rini · 7 months ago
  8. 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
  9. d243b36 sandbox: enable support for the unlz4 command by Jonathan Liu · 8 months ago
  10. 27b169f cmd: ubi: check 'updating' before calling ubi_more_update_data() by Martin Kurbanov · 7 months ago
  11. abae0b7 cmd: ubi: remove redundant initializations by Martin Kurbanov · 7 months ago
  12. 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
  13. 0b07b5e cmd: correct kaslrseed description by Heinrich Schuchardt · 7 months ago
  14. a53fb76 cmd: fwu: Also print information about size by Michal Simek · 8 months ago
  15. 48641bf Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · 7 months ago
  16. 909321b use fdt_kaslrseed function to de-duplicate code by Tim Harvey · 7 months ago
  17. 52ff1f5 zboot: Correct use of state_mask argument by Simon Glass · 7 months ago
  18. bce4c15 zboot: Add debugging for booting by Simon Glass · 7 months ago
  19. 04c63f1 cmd: gpt: Fix freeing gpt_pte in gpt_verify() by Sam Protsenko · 7 months ago
  20. b85ecb2 cmd: Make use of U_BOOT_LONGHELP when missing by Tom Rini · 7 months ago
  21. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 7 months ago
  22. 082b467 cmd: link to doc/usage/fit/x86-fit-boot.rst by Heinrich Schuchardt · 7 months ago
  23. 20a0383 cmd: fix typo in CMD_BOOTMETH help text by Quentin Schulz · 7 months ago
  24. e242cd9 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · 7 months ago
  25. 008c4b3 cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · 8 months ago
  26. 46b6a3e cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · 7 months ago
  27. 822911d imxtract: add support for zstd-compressed images by Dmitry Gerasimov · 8 months ago
  28. ca6a992 cmd: sound: fix help text by Quentin Schulz · 7 months ago
  29. 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
  30. 535321c efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · 7 months ago
  31. d9f7f42 cmd: efidebug: add support for setting fdt by Heinrich Schuchardt · 9 months ago
  32. 58bef19 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · 9 months ago
  33. bf03333 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · 8 months ago
  34. 17b1656 abootimg: Add init_boot image support by Roman Stratiienko · 8 months ago
  35. 77ba281 Merge patch series "'eeprom' command improvements" by Tom Rini · 7 months ago
  36. 57a9e8d cmd: eeprom: Extend to EEPROMs probed via driver model by Marek Behún · 8 months ago
  37. e5dbc80 cmd: eeprom: Don't read/write whole EEPROM if not necessary by Marek Behún · 8 months ago
  38. e9774af cmd: eeprom: Refactor command execution into function by action by Marek Behún · 8 months ago
  39. 15f0536 cmd: eeprom: Refactor eeprom device specifier parsing by Marek Behún · 8 months ago
  40. fda747c cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls by Marek Behún · 8 months ago
  41. 2d49daf cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option by Marek Behún · 8 months ago
  42. 642ec48 cmd: eeprom: Fix usage help for the eeprom command by Marek Behún · 8 months ago
  43. 227be29 Merge tag 'v2024.07-rc4' into next by Tom Rini · 8 months ago
  44. 8f8b4b0 usb: remove not used variable in usb_ether_curr_dev by Heiko Schocher · 8 months ago
  45. 89aa846 tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend by Tim Harvey · 8 months ago
  46. 7e52d6c Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · 8 months ago
  47. 7cfe0d8 cmd: fwu: make changes for supporting FWU metadata version 2 by Sughosh Ganu · 10 months ago
  48. 377e91c Merge patch series "Clean-up patch set for MbedTLS integration" by Tom Rini · 8 months ago
  49. cb73fe9 include: Move snprintf to stdio.h by Raymond Mao · 8 months ago
  50. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  51. d478142 Merge tag 'v2024.07-rc3' into next by Tom Rini · 8 months ago
  52. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  53. e0112bc sandbox: make function 'do_undefined' properly compiles for PowerPC by WHR · 9 months ago
  54. 301bac6 cmd: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  55. 5560830 cmd/Kconfig: Add some missing dependencies by Tom Rini · 9 months ago
  56. 8024d57 cmd: gpt: initialize partition table by Kishan Dudhatra · 9 months ago
  57. 62825d4 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 9 months ago
  58. b49861a cmd: sbi: add coreboot and oreboot implementation IDs by Heinrich Schuchardt · 9 months ago
  59. c57c187 cmd: sbi: add Supervisor Software Events extension by Heinrich Schuchardt · 9 months ago
  60. 84aab11 cmd: terminate efidebug test bootmgr early on error by Heinrich Schuchardt · 9 months ago
  61. a55039d efi_loader: superfluous efi_restore_gd after EFI_CALL by Heinrich Schuchardt · 9 months ago
  62. aa028df cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST by Heinrich Schuchardt · 9 months ago
  63. 9552923 Merge patch series "Kconfig: some cleanups" by Tom Rini · 9 months ago
  64. 953d335 Kconfig: Add missing quotes around source file by Michal Simek · 9 months ago
  65. 8afeab4 cmd: eficonfig: check initrd path allocation by Heinrich Schuchardt · 9 months ago
  66. 84dda5c Kconfig: Remove all default n options by Michal Simek · 9 months ago
  67. d893c93 Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 9 months ago
  68. cdd20e3 Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · 9 months ago
  69. dfac18e cmd: optee_rpmb: build cmd for sandbox by Igor Opaniuk · 10 months ago
  70. fbdaafb cmd: optee_rpmb: close tee session by Igor Opaniuk · 10 months ago
  71. 248fc16 cmd: mtd: OTP access support by Arseniy Krasnov · 10 months ago
  72. 85f3d3d cmd: sf: Fix sf probe crash by Weizhao Ouyang · 1 year ago
  73. 6d9a851 Fix references to trace doc by Vincent Stehlé · 9 months ago
  74. 04fc470 sandbox: move sandbox specifics to booti_setup() by Heinrich Schuchardt · 1 year ago
  75. 777c284 Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 9 months ago
  76. 637425b fastboot: Change fastboot_buf_addr to an address by Simon Glass · 1 year, 1 month ago
  77. b34c828 bootm: Make OS booting dependent on BOOTM by Simon Glass · 1 year, 1 month ago
  78. 6e558e3 bootm: Add a Kconfig option for bootm functionality by Simon Glass · 1 year, 1 month ago
  79. ab3453e Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · 9 months ago
  80. 9ad5fdf x86: zboot: Separate logic functions from commands by Simon Glass · 1 year, 1 month ago
  81. 02ed6c3 x86: zboot: Move argument processing outside zboot_start() by Simon Glass · 1 year, 1 month ago
  82. d531499 x86: zboot: Drop intermediate zboot_go() function by Simon Glass · 1 year, 1 month ago
  83. cb19931 x86: zboot: Drop intermediate zboot_setup() function by Simon Glass · 1 year, 1 month ago
  84. db0c6f4 x86: zboot: Move environment setting into zboot_load() by Simon Glass · 1 year, 1 month ago
  85. 42a99d0 x86: zboot: Create separate functions for the logic by Simon Glass · 1 year, 1 month ago
  86. 228c672 x86: zboot: Avoid iteration in do_zboot_states() by Simon Glass · 1 year, 1 month ago
  87. 80d4c98 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · 1 year, 1 month ago
  88. bade0ac x86: zboot: Move command code into its own file by Simon Glass · 1 year, 1 month ago
  89. ae8e1d5 cmd: sysboot: null check filename by Caleb Connolly · 10 months ago
  90. 144c016 cmd: rng: Print "Abort" on -EINTR by Marek Behún · 10 months ago
  91. cdfcc37 Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 10 months ago
  92. 23109d0 cmd: smbios: type 1 wake-up time, family by Heinrich Schuchardt · 11 months ago
  93. 4735d03 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · 12 months ago
  94. ab8d9ca Merge tag 'v2024.04-rc5' into next by Tom Rini · 10 months ago
  95. 304fa0a usb: gadget: UMS: support multiple sector sizes by Caleb Connolly · 10 months ago
  96. 68fc0b8 cmd: bootefi: error handling bootefi selftest by Heinrich Schuchardt · 10 months ago
  97. 46e5dd6 cmd: bootefi: Don't show usage help if EFI binary fails. by Heinrich Schuchardt · 10 months ago
  98. f048104 Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next by Tom Rini · 10 months ago
  99. 099c94b Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next by Tom Rini · 10 months ago
  100. 8081561 pmic: reword help text by Quentin Schulz · 10 months ago