1. afab268 sandbox: Enable wget command by Yasuharu Shibata · Wed Aug 14 21:41:06 2024 +0900
  2. 97613b6 cmd: led: fix led command usage for the LED_SW_BLINK enabled case by Mikhail Kshevetskiy · Wed Aug 14 14:08:30 2024 +0400
  3. 8d425ff i2c: Remove CFG_SYS_I2C_MAX_HOPS by Simon Glass · Sun Aug 11 08:50:46 2024 -0600
  4. 104d7d3 date: Drop the legacy I2C code by Simon Glass · Sun Aug 11 08:50:38 2024 -0600
  5. e900e4c rtc: Drop CFG_SYS_RTC_BUS_NUM by Simon Glass · Sun Aug 11 08:50:37 2024 -0600
  6. 3a028c2 upl: Add a command by Simon Glass · Wed Aug 07 16:47:30 2024 -0600
  7. 4862c6f cmd: cpu: add release subcommand by Hou Zhiqiang · Thu Aug 01 11:59:55 2024 +0800
  8. c88e90a Merge patch series "led: implement software blinking" by Tom Rini · Tue Jul 30 12:36:22 2024 -0600
  9. 8224f16 led: enable LEDST_BLINK state unconditionally by Mikhail Kshevetskiy · Fri Jul 19 13:12:11 2024 +0400
  10. e50fa82 cmd: move CMD_DHCP6 options beneath CMD_DHCP6 by Heinrich Schuchardt · Wed Jul 17 16:54:46 2024 +0200
  11. d32ca45 cmd: correct ELF-related commands dependencies by Maxim Moskalets · Mon Jul 15 23:01:10 2024 +0300
  12. d78c9bd bootstash: Do not provide a default address for all by Tom Rini · Mon Jul 15 12:42:00 2024 +0100
  13. 1ae5418 Merge patch series "bootstd: Add Android support" by Tom Rini · Thu Jul 18 13:52:11 2024 -0600
  14. b47db02 android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr() by Mattijs Korpershoek · Wed Jul 10 10:40:04 2024 +0200
  15. ca8881c cmd: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:16 2024 +0200
  16. 987faed cmd: add resize for FDT in bootelf by Maxim Moskalets · Fri Jun 28 11:34:11 2024 +0300
  17. 10f8872 gpt: allow spaces in partition list by Mikhail Kshevetskiy · Thu Jun 27 14:29:04 2024 +0300
  18. 6c368f4 Fix Kconfig coding style from spaces to tab by Anand Moon · Sun Jun 23 23:10:21 2024 +0530
  19. e2b258c cmd: bootm: add ELF file support by Maxim Moskalets · Fri Jun 21 14:42:10 2024 +0300
  20. eff0649 Merge patch series "m68k: Implement a default flush_dcache_all" by Tom Rini · Wed Jul 03 14:42:11 2024 -0600
  21. f773232 cmd: cache: Remove weak functions by Tom Rini · Wed Jun 19 15:27:59 2024 -0600
  22. 97017d8 Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · Wed Jul 03 09:06:07 2024 -0600
  23. 069fd5f sandbox: enable support for the unlz4 command by Jonathan Liu · Sat May 25 18:10:53 2024 +1000
  24. ff3f083 cmd: ubi: check 'updating' before calling ubi_more_update_data() by Martin Kurbanov · Sun Jun 16 16:34:18 2024 +0300
  25. fb42f60 cmd: ubi: remove redundant initializations by Martin Kurbanov · Sun Jun 16 16:34:17 2024 +0300
  26. 6a53fb5 Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Sun Jun 30 10:59:42 2024 -0600
  27. a585918 cmd: correct kaslrseed description by Heinrich Schuchardt · Tue Jun 18 14:29:13 2024 +0200
  28. d8d53db cmd: fwu: Also print information about size by Michal Simek · Wed Jun 05 16:58:27 2024 +0200
  29. 4972f15 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · Fri Jun 28 17:31:28 2024 -0600
  30. c75fab4 use fdt_kaslrseed function to de-duplicate code by Tim Harvey · Tue Jun 18 14:06:08 2024 -0700
  31. 1f613c6 zboot: Correct use of state_mask argument by Simon Glass · Wed Jun 19 06:34:52 2024 -0600
  32. 95c8c8b zboot: Add debugging for booting by Simon Glass · Wed Jun 19 06:34:51 2024 -0600
  33. def1e37 cmd: gpt: Fix freeing gpt_pte in gpt_verify() by Sam Protsenko · Wed Jun 19 16:23:30 2024 -0500
  34. 4c1ca0d cmd: Make use of U_BOOT_LONGHELP when missing by Tom Rini · Wed Jun 19 10:09:44 2024 -0600
  35. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · Mon Jun 24 13:34:52 2024 -0600
  36. cd3894e cmd: link to doc/usage/fit/x86-fit-boot.rst by Heinrich Schuchardt · Tue Jun 18 08:05:46 2024 +0200
  37. 4f7d983 cmd: fix typo in CMD_BOOTMETH help text by Quentin Schulz · Wed Jun 12 16:58:46 2024 +0200
  38. 98379e3 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · Sun Jun 16 09:10:13 2024 -0600
  39. ea36ada cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · Tue May 21 10:46:52 2024 +0200
  40. e4170b8 cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · Wed Jun 05 21:43:34 2024 +0300
  41. f57988d imxtract: add support for zstd-compressed images by Dmitry Gerasimov · Sun Jun 02 17:25:52 2024 +0200
  42. 51027c7 cmd: sound: fix help text by Quentin Schulz · Mon Jun 10 18:11:44 2024 +0200
  43. 626c1ff Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Tue Jun 11 07:42:55 2024 -0600
  44. 40da9e6 efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · Mon Jun 10 10:00:01 2024 +0200
  45. bb89a2b cmd: efidebug: add support for setting fdt by Heinrich Schuchardt · Fri Apr 26 16:13:12 2024 +0200
  46. f7529f7 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · Fri Apr 26 16:13:11 2024 +0200
  47. f8de009 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · Fri May 24 14:54:26 2024 +0200
  48. 826e0be abootimg: Add init_boot image support by Roman Stratiienko · Thu May 23 07:06:07 2024 +0000
  49. 82b5a86 Merge patch series "'eeprom' command improvements" by Tom Rini · Fri Jun 07 10:48:41 2024 -0600
  50. e554506 cmd: eeprom: Extend to EEPROMs probed via driver model by Marek Behún · Tue May 21 09:13:35 2024 +0200
  51. 5ff2f6d cmd: eeprom: Don't read/write whole EEPROM if not necessary by Marek Behún · Tue May 21 09:13:34 2024 +0200
  52. 533d338 cmd: eeprom: Refactor command execution into function by action by Marek Behún · Tue May 21 09:13:33 2024 +0200
  53. 246d1a5 cmd: eeprom: Refactor eeprom device specifier parsing by Marek Behún · Tue May 21 09:13:32 2024 +0200
  54. a56f0ca cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls by Marek Behún · Tue May 21 09:13:31 2024 +0200
  55. bff98ba cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option by Marek Behún · Tue May 21 09:13:30 2024 +0200
  56. ce0a0ef cmd: eeprom: Fix usage help for the eeprom command by Marek Behún · Tue May 21 09:13:29 2024 +0200
  57. a9705f0 Merge tag 'v2024.07-rc4' into next by Tom Rini · Mon Jun 03 18:42:11 2024 -0600
  58. 29950c0 usb: remove not used variable in usb_ether_curr_dev by Heiko Schocher · Wed May 15 08:24:41 2024 +0200
  59. bbfa608 tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend by Tim Harvey · Sat May 25 13:00:49 2024 -0700
  60. 71407d8 Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · Fri May 24 13:42:07 2024 -0600
  61. 90ec245 cmd: fwu: make changes for supporting FWU metadata version 2 by Sughosh Ganu · Fri Mar 22 16:27:27 2024 +0530
  62. 775e261 Merge patch series "Clean-up patch set for MbedTLS integration" by Tom Rini · Wed May 22 08:55:35 2024 -0600
  63. 24da831 include: Move snprintf to stdio.h by Raymond Mao · Thu May 16 14:11:52 2024 -0700
  64. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  65. cb40ccc Merge tag 'v2024.07-rc3' into next by Tom Rini · Mon May 20 10:16:33 2024 -0600
  66. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  67. 63548fb sandbox: make function 'do_undefined' properly compiles for PowerPC by WHR · Wed May 01 00:55:10 2024 +0800
  68. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:59 2024 -0600
  69. 67ecd62 cmd/Kconfig: Add some missing dependencies by Tom Rini · Sat Apr 27 08:10:52 2024 -0600
  70. cdea43b cmd: gpt: initialize partition table by Kishan Dudhatra · Mon Apr 22 23:47:33 2024 +0530
  71. 618618d Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Wed May 01 19:40:32 2024 -0600
  72. 9f251d1 cmd: sbi: add coreboot and oreboot implementation IDs by Heinrich Schuchardt · Wed Apr 17 16:01:28 2024 +0200
  73. 85efa4e cmd: sbi: add Supervisor Software Events extension by Heinrich Schuchardt · Wed Apr 17 16:01:27 2024 +0200
  74. 3d6d02a cmd: terminate efidebug test bootmgr early on error by Heinrich Schuchardt · Sat Apr 20 16:06:16 2024 +0200
  75. 1ca2096 efi_loader: superfluous efi_restore_gd after EFI_CALL by Heinrich Schuchardt · Fri Apr 19 11:59:01 2024 +0200
  76. 69041dd cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST by Heinrich Schuchardt · Mon Apr 22 15:50:10 2024 +0200
  77. 4393ed9 Merge patch series "Kconfig: some cleanups" by Tom Rini · Mon Apr 22 11:01:56 2024 -0600
  78. dd5000ef Kconfig: Add missing quotes around source file by Michal Simek · Tue Apr 16 08:55:16 2024 +0200
  79. fc22ac2 cmd: eficonfig: check initrd path allocation by Heinrich Schuchardt · Wed Apr 17 18:01:25 2024 +0200
  80. 08f3240 Kconfig: Remove all default n options by Michal Simek · Mon Apr 15 10:20:05 2024 +0200
  81. 0748eb1 Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Thu Apr 18 12:13:40 2024 -0600
  82. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  83. 084d88f cmd: optee_rpmb: build cmd for sandbox by Igor Opaniuk · Thu Apr 04 15:19:49 2024 +0200
  84. 3db6974 cmd: optee_rpmb: close tee session by Igor Opaniuk · Thu Apr 04 15:19:48 2024 +0200
  85. eeee659 cmd: mtd: OTP access support by Arseniy Krasnov · Wed Mar 27 01:39:19 2024 +0300
  86. 90fec2b cmd: sf: Fix sf probe crash by Weizhao Ouyang · Thu Jan 04 11:46:19 2024 +0000
  87. 28c2362 Fix references to trace doc by Vincent Stehlé · Thu Apr 11 18:44:02 2024 +0200
  88. 34bc960 sandbox: move sandbox specifics to booti_setup() by Heinrich Schuchardt · Thu Jan 11 09:03:43 2024 +0100
  89. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  90. ae4eb81 fastboot: Change fastboot_buf_addr to an address by Simon Glass · Thu Dec 14 21:19:04 2023 -0700
  91. b4832e8 bootm: Make OS booting dependent on BOOTM by Simon Glass · Thu Dec 14 21:19:01 2023 -0700
  92. 79b906c bootm: Add a Kconfig option for bootm functionality by Simon Glass · Thu Dec 14 21:19:00 2023 -0700
  93. 5de06a6 Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · Wed Apr 10 13:49:35 2024 -0600
  94. 14c0fc7 x86: zboot: Separate logic functions from commands by Simon Glass · Sun Dec 03 17:29:36 2023 -0700
  95. 357105f x86: zboot: Move argument processing outside zboot_start() by Simon Glass · Sun Dec 03 17:29:34 2023 -0700
  96. e1f59f4 x86: zboot: Drop intermediate zboot_go() function by Simon Glass · Sun Dec 03 17:29:33 2023 -0700
  97. 82e6b89 x86: zboot: Drop intermediate zboot_setup() function by Simon Glass · Sun Dec 03 17:29:32 2023 -0700
  98. f6d7ebd x86: zboot: Move environment setting into zboot_load() by Simon Glass · Sun Dec 03 17:29:31 2023 -0700
  99. a911beb x86: zboot: Create separate functions for the logic by Simon Glass · Sun Dec 03 17:29:30 2023 -0700
  100. 205374e x86: zboot: Avoid iteration in do_zboot_states() by Simon Glass · Sun Dec 03 17:29:29 2023 -0700