1. 50db3b9 cmd/flash: Make this default y for CFI and NOR only by Tom Rini · Wed Jan 10 13:46:09 2024 -0500
  2. dc11bf0 cmd/mtdparts: Make this select MTD_PARTITIONS by Tom Rini · Wed Jan 10 13:46:07 2024 -0500
  3. d080a1a cmd: license: Add CONFIG_GZIP dependency by Ivan Orlov · Thu Jan 11 12:58:19 2024 +0000
  4. b8d3d71 Revert "cmd: Set modern hush as default shell" by Tom Rini · Thu Jan 18 09:07:25 2024 -0500
  5. e3e542d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · Wed Jan 17 13:39:42 2024 +0900
  6. 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · Wed Jan 17 13:39:41 2024 +0900
  7. 145263e cmd: Set modern hush as default shell by Francis Laniel · Fri Dec 22 22:02:43 2023 +0100
  8. 3b66e57 cli: Enables using modern hush parser as command line parser by Francis Laniel · Fri Dec 22 22:02:32 2023 +0100
  9. 529cb2c cli: Add menu for hush parser by Francis Laniel · Fri Dec 22 22:02:29 2023 +0100
  10. 25498ed imxtract: specify max gunzip size by Nikita Shubin · Mon Dec 19 11:05:27 2022 +0300
  11. 9f097bc bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · Tue Nov 21 10:29:46 2023 +0900
  12. 6a6858e cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · Tue Nov 21 10:29:40 2023 +0900
  13. 936d05d sandbox: Add a dummy booti command by Simon Glass · Sun Oct 01 19:15:24 2023 -0600
  14. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  15. 1cdcaed cmd: add scmi command for SCMI firmware by AKASHI Takahiro · Tue Nov 14 11:14:26 2023 +0900
  16. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  17. 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · Wed Oct 11 21:15:46 2023 +0800
  18. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  19. 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
  20. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  21. bdc2a93 cmd: bind: Try to improve the (un)bind help by Miquel Raynal · Tue Oct 10 11:03:03 2023 +0200
  22. 75d6347 cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · Tue Oct 10 11:03:02 2023 +0200
  23. 927e210 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · Fri Nov 10 05:59:54 2023 +0000
  24. d1e3158 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · Thu Oct 26 14:31:31 2023 -0400
  25. d4ebc6b cmd: Make most commands depend on CMDLINE by Simon Glass · Thu Oct 26 14:31:29 2023 -0400
  26. ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · Thu Oct 26 14:31:25 2023 -0400
  27. d1e46f0 efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · Thu Oct 26 14:31:20 2023 -0400
  28. 9faa7a3 video: Don't require the font command by Simon Glass · Thu Oct 26 14:31:18 2023 -0400
  29. 90818d5 Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig by Tom Rini · Thu Oct 26 14:31:15 2023 -0400
  30. bbf245d qemu: Correct CMD_QFW dependencies in Kconfig by Tom Rini · Thu Oct 26 14:31:14 2023 -0400
  31. 5786711 net: Get pxe config file from dhcp option 209 by Sean Edmond · Tue Jul 25 16:20:30 2023 -0700
  32. 1f692e3 cmd: mmc: Add mmc reg read command for reading card registers by Marek Vasut · Tue Oct 31 13:20:17 2023 +0100
  33. 9fcbdd4 Kconfig: Remove all default n/no options by Michal Simek · Wed Oct 25 09:25:37 2023 +0200
  34. ff1d73f rockchip: cmd: add rkmtd command by Johan Jonker · Wed Oct 18 16:01:40 2023 +0200
  35. 4c0bf97 cli: Add a command to show cmdline history by Simon Glass · Sun Oct 01 19:13:06 2023 -0600
  36. 4c29c2b cmd: xxd: move xxd into shell commands by Roger Knecht · Thu Sep 07 14:51:43 2023 +0000
  37. 7143f2a cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD by Venkatesh Yadav Abbarapu · Mon Sep 04 08:45:27 2023 +0530
  38. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  39. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  40. 5ad079f arm_ffa: introduce armffa command by Abdellatif El Khlifi · Fri Aug 04 14:33:43 2023 +0100
  41. 1f9c3d0 cmd: Enable BIND by default if we have USB_ETHER by Tom Rini · Fri Aug 04 12:06:21 2023 -0400
  42. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · Mon Jul 24 19:51:05 2023 -0400
  43. e7f77f9 arm_ffa: introduce armffa command by Abdellatif El Khlifi · Thu Jul 13 14:28:42 2023 +0100
  44. aa3c9bb common: Kconfig: Fix CMD_BMP/BMP dependency by Samuel Dionne-Riel · Tue Jul 18 14:27:36 2023 +0530
  45. 5087c77 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · Sat Jul 15 21:38:46 2023 -0600
  46. d9d1538 disable NFS support by default by Peter Robinson · Wed Jun 14 15:41:10 2023 +0100
  47. c892511 expo: Add a configuration editor by Simon Glass · Thu Jun 01 10:23:02 2023 -0600
  48. 86dff47 cmd: CONFIG_CMD_SAVES depends on CONFIG_CMD_LOADS by Ying Sun · Sun Jun 25 16:24:47 2023 +0800
  49. 5be531b spl: spl_legacy: Add extra address checks by Marek Vasut · Mon May 29 14:04:06 2023 +0200
  50. 2d5a8e1 bootstd: Correct default boot command by Simon Glass · Sat May 06 08:27:09 2023 -0600
  51. e264be4 acpi: Create a new Kconfig for ACPI by Simon Glass · Thu May 04 16:54:57 2023 -0600
  52. a0d6d27 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · Fri Apr 21 17:08:21 2023 -0700
  53. ba80286 net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 by Sean Edmond · Tue Apr 11 10:48:47 2023 -0700
  54. b158b8f cmd: Add 2048 game by Simon Glass · Tue Feb 07 14:33:53 2023 -0700
  55. b9a76c7 cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI by Heinrich Schuchardt · Sun Mar 26 19:10:38 2023 +0200
  56. 91ec259 cmd: blkmap: Add blkmap command by Tobias Waldekranz · Thu Feb 16 16:33:52 2023 +0100
  57. bb8068d cmd: ums: abort mounting by pressing any key by Svyatoslav Ryhel · Mon Mar 20 21:01:43 2023 +0200
  58. 3d876c4 cmd: pci: Add command to set MPS of all PCIe devices by Stephen Carlson · Fri Mar 10 11:07:13 2023 -0800
  59. c614b83 cmd: introduce 'write' command by Rasmus Villemoes · Thu Mar 02 09:12:22 2023 +0100
  60. bb165e4 video console: allow font size configuration at runtime by Dzmitry Sankouski · Tue Mar 07 13:21:16 2023 +0300
  61. 323bfa5 efi_loader: enable eficonfig command by default by Heinrich Schuchardt · Wed Feb 08 09:57:00 2023 +0100
  62. aecf40e cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU by Heinrich Schuchardt · Wed Feb 08 13:56:33 2023 +0100
  63. fbcd3b7 cmd: Add an option to enable the ini command by Simon Glass · Wed Feb 01 13:19:24 2023 -0700
  64. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · Wed Feb 01 00:16:13 2023 +0100
  65. 3bf5514 Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Jan 31 10:15:39 2023 -0500
  66. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  67. 1e8e828 cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_DEFAULT by Patrick Delaunay · Thu Dec 08 09:10:13 2022 +0100
  68. 68c4a37 arm/mach-meson: move smc commands in cmd/meson by Alexey Romanov · Tue Jan 10 13:56:47 2023 +0300
  69. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  70. 34aa075 cmd: net: wget: fix Kconfig dependency by Michael Walle · Wed Dec 28 16:27:15 2022 +0100
  71. 4079115 Convert CONFIG_THOR_RESET_OFF to Kconfig by Tom Rini · Fri Dec 02 16:42:46 2022 -0500
  72. e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · Fri Dec 02 12:18:08 2022 +0300
  73. cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · Tue Nov 08 14:17:29 2022 +0800
  74. 36ce43b cmd: fix dependency for CMD_CLS by John Keeping · Wed Nov 23 17:16:14 2022 +0000
  75. 5a70f17 Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · Fri Oct 28 20:27:02 2022 -0400
  76. 0f951fd FWU: cmd: Add a command to read FWU metadata by Sughosh Ganu · Fri Oct 21 18:16:04 2022 +0530
  77. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  78. fae8560 video: Drop CONFIG_LCD by Simon Glass · Tue Oct 18 07:19:42 2022 -0600
  79. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:24:15 2022 -0600
  80. a8173bc video: Enable the cls command by default by Simon Glass · Thu Oct 06 08:36:15 2022 -0600
  81. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · Thu Oct 06 08:36:06 2022 -0600
  82. feebd6c cmd: Add ncsi command by Samuel Mendoza-Jonas · Mon Aug 08 21:46:04 2022 +0930
  83. 3f5873f sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · Tue Sep 13 01:23:58 2022 +0100
  84. 99e6fde cmd: add temperature command by Robert Marko · Tue Sep 06 13:30:33 2022 +0200
  85. f841bb8 cmd: xxd: add new command by Roger Knecht · Sat Sep 03 13:15:04 2022 +0000
  86. 11827c4 cmd: cat: add new command by Roger Knecht · Sat Sep 03 11:34:53 2022 +0000
  87. f519da3 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · Fri Oct 07 20:36:12 2022 +0200
  88. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  89. af9e847 cmd: Drop use of HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:46 2022 -0600
  90. 5dc80cc xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · Sat Aug 27 16:37:55 2022 +0200
  91. bf91d1d Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Wed Sep 14 12:31:44 2022 -0400
  92. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · Mon Sep 12 17:33:50 2022 +0900
  93. 2702b27 cyclic: Add 'cyclic list' and 'cyclic demo' commands by Stefan Roese · Fri Sep 02 13:57:51 2022 +0200
  94. 7d289f1 cmd: correct short text for tftpboot by Heinrich Schuchardt · Sun Sep 04 09:08:11 2022 +0200
  95. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · Thu Aug 18 15:44:04 2022 -0400
  96. d39d5b2 vbe: Enable command only with BOOTSTD_FULL by Simon Glass · Tue Aug 23 10:14:05 2022 -0700
  97. e5a7b77 vbe: Add a new vbe command by Simon Glass · Sat Jul 30 15:52:37 2022 -0600
  98. 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · Thu Jul 28 11:19:15 2022 +0100
  99. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · Fri Jul 22 21:32:09 2022 +0530
  100. fbe31bb fpga: add option for loading FPGA secure bitstreams by Oleksandr Suvorov · Fri Jul 22 17:16:02 2022 +0300