1. b8d3d71 Revert "cmd: Set modern hush as default shell" by Tom Rini · Thu Jan 18 09:07:25 2024 -0500
  2. c3913e4 Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jan 17 09:27:23 2024 -0500
  3. a6f3753 cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macro by Rasmus Villemoes · Wed Jan 03 11:47:08 2024 +0100
  4. e3e542d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · Wed Jan 17 13:39:42 2024 +0900
  5. 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · Wed Jan 17 13:39:41 2024 +0900
  6. b0796e4 cmd/mem.c: use memmove in do_mem_cp() by Rasmus Villemoes · Wed Jan 03 11:47:03 2024 +0100
  7. 40ef32e cmd: mtd: avoid unintentional integer overflow by Heinrich Schuchardt · Thu Jan 11 08:31:55 2024 +0100
  8. f11d098 cmd: efidebug: check pointer after memory allocation by Heinrich Schuchardt · Thu Jan 11 09:25:35 2024 +0100
  9. 5dcefa7 efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · Mon Jan 08 10:55:33 2024 +0200
  10. 910590d cmd: acpi: check HW reduced flag in acpi list by Heinrich Schuchardt · Sat Dec 16 09:11:59 2023 +0100
  11. 9f8e062 cmd: acpi: fix listing DSDT and FACS by Heinrich Schuchardt · Sat Dec 16 09:11:58 2023 +0100
  12. 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · Sun Dec 31 08:25:54 2023 -0700
  13. 1f8a1b1 Merge patch series "Modernize U-Boot shell" by Tom Rini · Thu Dec 28 12:03:25 2023 -0500
  14. 145263e cmd: Set modern hush as default shell by Francis Laniel · Fri Dec 22 22:02:43 2023 +0100
  15. 3b66e57 cli: Enables using modern hush parser as command line parser by Francis Laniel · Fri Dec 22 22:02:32 2023 +0100
  16. efb5800 cmd: Add new cli command by Francis Laniel · Fri Dec 22 22:02:31 2023 +0100
  17. 529cb2c cli: Add menu for hush parser by Francis Laniel · Fri Dec 22 22:02:29 2023 +0100
  18. 13692b3 Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · Thu Dec 21 16:10:00 2023 -0500
  19. e176bb1 bootm: Create a function to run through the bootz states by Simon Glass · Fri Dec 15 20:14:23 2023 -0700
  20. bd73cac bootm: Create a function to run through the bootm states by Simon Glass · Fri Dec 15 20:14:21 2023 -0700
  21. d90f94f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · Fri Dec 15 20:14:19 2023 -0700
  22. 50fa2fe bootm: Drop arguments from do_bootm_states() by Simon Glass · Fri Dec 15 20:14:18 2023 -0700
  23. 5fb0d14 bootz: Avoid use of #ifdef by Simon Glass · Fri Dec 15 20:14:17 2023 -0700
  24. 7c2a3f6 booti: Avoid use of #ifdef by Simon Glass · Fri Dec 15 20:14:16 2023 -0700
  25. f5b0272 cmd: part: Cover both part type entries with GUID ifdef by Marek Vasut · Sun Dec 10 22:25:07 2023 +0100
  26. 7a164f8 bootflow: Allow setting a cmdline arg with no value by Simon Glass · Wed Nov 29 10:31:19 2023 -0700
  27. 1431df4 arm: afs: Set the filesize env. var. on load by Robert Catherall · Thu Nov 23 14:16:01 2023 +0000
  28. 25498ed imxtract: specify max gunzip size by Nikita Shubin · Mon Dec 19 11:05:27 2022 +0300
  29. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  30. 9f097bc bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · Tue Nov 21 10:29:46 2023 +0900
  31. 685c563 cmd: efidebug: ease efi configuration dependency by AKASHI Takahiro · Tue Nov 21 10:29:45 2023 +0900
  32. 7b06192 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · Tue Nov 21 10:29:44 2023 +0900
  33. 203d196 cmd: bootefi: localize global device paths for efi_selftest by AKASHI Takahiro · Tue Nov 21 10:29:43 2023 +0900
  34. d52dacb cmd: bootefi: carve out binary execution interface by AKASHI Takahiro · Tue Nov 21 10:29:42 2023 +0900
  35. 4ab6c5b cmd: bootefi: carve out EFI boot manager interface by AKASHI Takahiro · Tue Nov 21 10:29:41 2023 +0900
  36. 6a6858e cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · Tue Nov 21 10:29:40 2023 +0900
  37. 28cb4a8 cmd: bootefi: unfold do_bootefi_image() by AKASHI Takahiro · Tue Nov 21 10:29:39 2023 +0900
  38. 7336e68 cmd: clk: Make soc_clk_dump static by Igor Prusov · Thu Nov 09 13:55:16 2023 +0300
  39. 6b56540 cmd: clk: Use dump function from clk_ops by Igor Prusov · Thu Nov 09 13:55:14 2023 +0300
  40. 28a54ae cmd: check argc for acpi dump by Heinrich Schuchardt · Sat Dec 09 18:05:36 2023 +0100
  41. 27e9ebb cmd: acpi: fix acpi list command by Heinrich Schuchardt · Tue Nov 21 15:41:28 2023 +0100
  42. 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · Sun Nov 12 08:27:44 2023 -0700
  43. 9bf2786 bootstd: Add a menu option to bootflow scan by Simon Glass · Sun Oct 01 19:15:25 2023 -0600
  44. 936d05d sandbox: Add a dummy booti command by Simon Glass · Sun Oct 01 19:15:24 2023 -0600
  45. ffafbe3 video: Add a function to clear the display by Simon Glass · Sun Oct 01 19:15:23 2023 -0600
  46. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  47. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  48. d46c81e bootm: Adjust the parameters of bootm_find_images() by Simon Glass · Sat Nov 18 14:05:16 2023 -0700
  49. 761d602 treewide: Tidy up semicolon after command macros by Simon Glass · Sat Nov 18 14:04:52 2023 -0700
  50. 5e2bb90 Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · Sat Dec 09 08:42:49 2023 -0500
  51. f5c2f7c cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e by Marek Vasut · Sat Oct 07 23:41:00 2023 +0200
  52. dc57e93 cmd: bdinfo: Implement support for printing memory layout via bdinfo -m by Marek Vasut · Sat Oct 07 23:40:59 2023 +0200
  53. e44df15 cmd: bdinfo: Optionally use getopt and implement bdinfo -a by Marek Vasut · Sat Oct 07 23:40:58 2023 +0200
  54. 310af31 efi_loader: create memory reservations in ACPI case by Heinrich Schuchardt · Thu Nov 16 10:29:28 2023 +0100
  55. 1d15cb3 efi: Correct display of table GUIDs by Simon Glass · Sun Nov 12 13:55:10 2023 -0700
  56. fcc51d3 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Thu Nov 30 09:33:31 2023 -0500
  57. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  58. 1cdcaed cmd: add scmi command for SCMI firmware by AKASHI Takahiro · Tue Nov 14 11:14:26 2023 +0900
  59. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  60. 5b96203 cmd: ufs: Correct the help text by Bin Meng · Wed Oct 11 21:15:47 2023 +0800
  61. 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · Wed Oct 11 21:15:46 2023 +0800
  62. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  63. 9ae42ce Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Sat Nov 25 12:34:23 2023 -0500
  64. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  65. bdc2a93 cmd: bind: Try to improve the (un)bind help by Miquel Raynal · Tue Oct 10 11:03:03 2023 +0200
  66. 75d6347 cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · Tue Oct 10 11:03:02 2023 +0200
  67. f71c694 cmd: eficonfig: create shortened boot options by Heinrich Schuchardt · Sat Nov 18 12:40:32 2023 +0100
  68. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  69. e501ce1 cmd: efidebug: add uri device path by Masahisa Kojima · Fri Nov 10 13:25:41 2023 +0900
  70. 1923f36 efi_loader: add return to efibootmgr event group by Masahisa Kojima · Fri Nov 10 13:25:39 2023 +0900
  71. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  72. acb2281 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · Fri Nov 10 05:59:55 2023 +0000
  73. 927e210 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · Fri Nov 10 05:59:54 2023 +0000
  74. 9bab2f1 Merge patch series "nand: Add sandbox tests" by Tom Rini · Thu Nov 16 12:46:09 2023 -0500
  75. 23230f7 cmd: nand: Map memory before accessing it by Sean Anderson · Sat Nov 04 16:37:45 2023 -0400
  76. 6d5083b bootstd: Add a return code to bootflow menu by Simon Glass · Sun Oct 01 19:14:38 2023 -0600
  77. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  78. 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · Fri Oct 27 20:59:51 2023 -0400
  79. d1e3158 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · Thu Oct 26 14:31:31 2023 -0400
  80. d4ebc6b cmd: Make most commands depend on CMDLINE by Simon Glass · Thu Oct 26 14:31:29 2023 -0400
  81. ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · Thu Oct 26 14:31:25 2023 -0400
  82. d1e46f0 efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · Thu Oct 26 14:31:20 2023 -0400
  83. 9faa7a3 video: Don't require the font command by Simon Glass · Thu Oct 26 14:31:18 2023 -0400
  84. b8ca93f env: Move env_set() out of cmd/nvedit.c and in to env/common.c by Tom Rini · Thu Oct 26 14:31:16 2023 -0400
  85. 90818d5 Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig by Tom Rini · Thu Oct 26 14:31:15 2023 -0400
  86. bbf245d qemu: Correct CMD_QFW dependencies in Kconfig by Tom Rini · Thu Oct 26 14:31:14 2023 -0400
  87. 6885dc8 version: Separate our version string from the version command by Tom Rini · Thu Oct 26 14:31:13 2023 -0400
  88. c83e6c3 mtd: spi-nor: Add spi flash lock config option by Venkatesh Yadav Abbarapu · Tue Oct 03 08:47:13 2023 +0530
  89. 5786711 net: Get pxe config file from dhcp option 209 by Sean Edmond · Tue Jul 25 16:20:30 2023 -0700
  90. 682a256 binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE by Simon Glass · Sat Oct 14 14:40:29 2023 -0600
  91. 1f692e3 cmd: mmc: Add mmc reg read command for reading card registers by Marek Vasut · Tue Oct 31 13:20:17 2023 +0100
  92. 9fcbdd4 Kconfig: Remove all default n/no options by Michal Simek · Wed Oct 25 09:25:37 2023 +0200
  93. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Oct 27 19:27:29 2023 -0400
  94. 32401ba bootm: Support boot measurement by Eddie James · Tue Oct 24 10:43:50 2023 -0500
  95. faf0ac5 cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096 by Josua Mayer · Wed Oct 25 10:22:54 2023 +0200
  96. 2f568c2 pstore: Use root address-cells/size-cells as defaults for reserved-memory by Andrey Skvortsov · Sat Aug 26 15:16:52 2023 +0300
  97. 9de522d Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Tue Oct 24 09:39:52 2023 -0400
  98. ff1d73f rockchip: cmd: add rkmtd command by Johan Jonker · Wed Oct 18 16:01:40 2023 +0200
  99. 06a1e2a common: add prototype & rename populate_serial_number() by Artur Rojek · Wed Oct 18 16:00:56 2023 +0200
  100. f513c78 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Tue Oct 17 09:15:56 2023 -0400