1. 8bfcb34 thordown: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:59 2023 +0200
  2. 2bd299d sdp: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:58 2023 +0200
  3. 7786e70 cmd: ums: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:54 2023 +0200
  4. 01336ab cmd: thordown: Reorder variable declaration by Marek Vasut · Fri Sep 01 11:49:53 2023 +0200
  5. 0b48adb cmd: sdp: Reorder variable declaration by Marek Vasut · Fri Sep 01 11:49:52 2023 +0200
  6. fdf2ed7 cmd: rockusb: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:51 2023 +0200
  7. 7f2e898 cmd: fastboot: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:50 2023 +0200
  8. 2a77b6f cmd: pxe: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:55 2023 +0200
  9. cdbabac cmd: onenand: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:54 2023 +0200
  10. 317d6b6 cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:53 2023 +0200
  11. 272829d cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:52 2023 +0200
  12. b3c29df cmd: date: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:51 2023 +0200
  13. a66d1d8 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:42 2023 +0200
  14. f72cd26 boot: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:41 2023 +0200
  15. c97dbc4 cmd: gpt: fix gpt read by Heinrich Schuchardt · Sat Sep 02 09:35:24 2023 +0200
  16. d4bb653 cmd: gpt: fix calc_parts_list_len() by Heinrich Schuchardt · Sat Sep 02 09:35:23 2023 +0200
  17. 2d07fb4 cmd: gpt: use UUID accessor more consistently by Heinrich Schuchardt · Sat Sep 02 09:35:22 2023 +0200
  18. d88ba5f cmd: gpt: Add command to swap partition order by Joshua Watt · Thu Aug 31 10:51:41 2023 -0600
  19. 9e58adf cmd: gpt: Preserve bootable flag by Joshua Watt · Thu Aug 31 10:51:40 2023 -0600
  20. da40173 cmd: gpt: Preserve type GUID if enabled by Joshua Watt · Thu Aug 31 10:51:39 2023 -0600
  21. 44d6233 cmd: gpt: Add command to set bootable flags by Joshua Watt · Thu Aug 31 10:51:38 2023 -0600
  22. fd1134e cmd: gpt: Add gpt_partition_bootable variable by Joshua Watt · Thu Aug 31 10:51:37 2023 -0600
  23. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  24. 08d7110 cmd: gpt: Remove confusing help text by Joshua Watt · Thu Aug 31 10:51:34 2023 -0600
  25. 848d73c setexpr: Silence some diagnostic messages by Łukasz Stelmach · Thu Aug 24 08:10:25 2023 +0200
  26. 7e879da cmd: let gpt_partition_entry be hexadecimal by Heinrich Schuchardt · Sat Aug 26 03:53:43 2023 +0200
  27. 16e48de cmd: fix gpt enumerate by Heinrich Schuchardt · Sat Aug 26 03:53:42 2023 +0200
  28. 441dc54 cmd: fix gpt setenv by Heinrich Schuchardt · Sat Aug 26 03:53:41 2023 +0200
  29. d465ad5 bootflow: Show an empty filename when there is none by Simon Glass · Thu Aug 24 13:55:39 2023 -0600
  30. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · Thu Aug 24 13:55:31 2023 -0600
  31. 4462fa3 expo: cedit: Support reading settings from CMOS RAM by Simon Glass · Mon Aug 14 16:40:38 2023 -0600
  32. 2b91ca6 expo: cedit: Support writing settings to CMOS RAM by Simon Glass · Mon Aug 14 16:40:37 2023 -0600
  33. 0f2e5a6 expo: cedit: Support reading settings from environment vars by Simon Glass · Mon Aug 14 16:40:36 2023 -0600
  34. 237f375 expo: cedit: Support writing settings to environment vars by Simon Glass · Mon Aug 14 16:40:35 2023 -0600
  35. b1cd32b expo: cedit: Support reading settings from a file by Simon Glass · Mon Aug 14 16:40:34 2023 -0600
  36. 28bf435 expo: cedit: Support writing settings to a file by Simon Glass · Mon Aug 14 16:40:33 2023 -0600
  37. 82adc29 expo: Move cedit theme under bootstd by Simon Glass · Mon Aug 14 16:40:30 2023 -0600
  38. 8df4a4e expo: Split out cedit into its own header by Simon Glass · Mon Aug 14 16:40:25 2023 -0600
  39. bc0f312 cmd: setexpr: fix printf_str() by Heinrich Schuchardt · Tue Aug 22 12:21:13 2023 +0200
  40. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  41. 7477d43 Merge branch '2023-08-14-assorted-general-updates' into next by Tom Rini · Tue Aug 15 10:39:41 2023 -0400
  42. 3c72eca cmd: ubi: Fix 'ubi list' command arguments parsing by Dmitry Dunaev · Wed Jul 12 15:58:21 2023 +0300
  43. c44cfba cmd: pxe: Update the command help by Bin Meng · Mon Jul 31 16:33:23 2023 +0800
  44. 6d8f95b bootstd: Add a command to read all files for a bootflow by Simon Glass · Thu Aug 10 19:33:18 2023 -0600
  45. 5495aaf bootstd: Allow display of the x86 setup information by Simon Glass · Sun Jul 30 11:17:00 2023 -0600
  46. e9c8780 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Thu Aug 10 11:40:09 2023 -0400
  47. 81c24f2 cmd: cyclic: Remove duplicate command name in help text by Alexander Dahl · Fri Aug 04 17:53:23 2023 +0200
  48. 70884d7 cmd/sbi: display new extensions by Heinrich Schuchardt · Wed Aug 02 22:39:46 2023 +0200
  49. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  50. 1ae0917 cmd: improve string matching for hex by Dan Carpenter · Mon Jul 31 17:03:59 2023 +0300
  51. 80bfe48 cmd: Fix a size parameter in test_readonly() by Dan Carpenter · Tue Jul 25 09:50:26 2023 +0300
  52. a065952 cmd: Fix an error code in cmd_mux_find() by Dan Carpenter · Tue Jul 25 09:50:08 2023 +0300
  53. 5ad079f arm_ffa: introduce armffa command by Abdellatif El Khlifi · Fri Aug 04 14:33:43 2023 +0100
  54. 1f9c3d0 cmd: Enable BIND by default if we have USB_ETHER by Tom Rini · Fri Aug 04 12:06:21 2023 -0400
  55. 1191374 cmd/bootdev: print readable status code by Heinrich Schuchardt · Sun Jul 30 16:52:30 2023 +0200
  56. 4a75a12 x86: Add a little more info to cbsysinfo by Simon Glass · Tue Jul 25 15:37:06 2023 -0600
  57. d486812 Merge tag 'efi-2023-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Jul 28 12:48:00 2023 -0400
  58. d265067 cmd: ini: Fix build warning by Jonas Karlman · Sat Jul 22 14:02:13 2023 +0000
  59. b09ecf1 efi_loader: make efi_delete_handle() follow the EFI spec by Ilias Apalodimas · Mon Jul 24 13:17:36 2023 +0300
  60. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · Mon Jul 24 19:51:05 2023 -0400
  61. e7f77f9 arm_ffa: introduce armffa command by Abdellatif El Khlifi · Thu Jul 13 14:28:42 2023 +0100
  62. aa3c9bb common: Kconfig: Fix CMD_BMP/BMP dependency by Samuel Dionne-Riel · Tue Jul 18 14:27:36 2023 +0530
  63. 604404b cmd: fix loads, saves on sandbox by Heinrich Schuchardt · Sun Jun 25 11:54:23 2023 +0200
  64. 794b44a cmd: mbr: Force DOS driver to be used for verify by Joshua Watt · Mon Jul 03 08:39:56 2023 -0500
  65. 9d5251c android_ab: Add option to skip decrementing tries by Joshua Watt · Fri Jun 23 17:05:48 2023 -0500
  66. f6e23ab Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Jul 17 10:38:28 2023 -0400
  67. 345c974 bdinfo: Show the malloc base with the bdinfo command by Simon Glass · Sat Jul 15 21:38:53 2023 -0600
  68. 30e0bb8 qfw: Show the file address if available by Simon Glass · Sat Jul 15 21:38:48 2023 -0600
  69. ed338b7 part: Allow setting the partition-table type by Simon Glass · Sat Jul 15 21:38:47 2023 -0600
  70. 5087c77 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · Sat Jul 15 21:38:46 2023 -0600
  71. 2b94342 acpi: Add a comment to set the acpi tables by Simon Glass · Sat Jul 15 21:38:45 2023 -0600
  72. fb84243 x86: Allow listing MTRRs in SPL by Simon Glass · Sat Jul 15 21:38:36 2023 -0600
  73. cd91e99 bootstd: Support automatically setting Linux parameters by Simon Glass · Wed Jul 12 09:04:42 2023 -0600
  74. 55a2da3 bootstd: Add support for updating elements of the cmdline by Simon Glass · Wed Jul 12 09:04:39 2023 -0600
  75. 3ddee31 bdinfo: Show information about the serial port by Simon Glass · Wed Jul 12 09:04:37 2023 -0600
  76. 63398b0 bootstd: Allow storing x86 setup information by Simon Glass · Wed Jul 12 09:04:36 2023 -0600
  77. b35513a bootstd: Use the bootargs env var for changing the cmdline by Simon Glass · Wed Jul 12 09:04:35 2023 -0600
  78. 3392752 bootstd: Allow storing the OS command line in the bootflow by Simon Glass · Wed Jul 12 09:04:34 2023 -0600
  79. 10733e4 Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jul 15 11:19:11 2023 -0400
  80. a35784d Fix incorrect return code of boot option update by Raymond Mao · Mon Jun 19 14:22:59 2023 -0700
  81. 70a76c5 Move bootorder and bootoption apis to lib by Raymond Mao · Mon Jun 19 14:22:58 2023 -0700
  82. d9d1538 disable NFS support by default by Peter Robinson · Wed Jun 14 15:41:10 2023 +0100
  83. c892511 expo: Add a configuration editor by Simon Glass · Thu Jun 01 10:23:02 2023 -0600
  84. 5101ea4 cat: Update command to use fs_load_alloc() by Simon Glass · Thu Jun 01 10:22:39 2023 -0600
  85. 5ba5a20 Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Jul 11 13:27:32 2023 -0400
  86. b189df9 cmd: efidebug: add missing efi_free_pool for dh subcommand by Masahisa Kojima · Thu Jun 29 11:13:51 2023 +0900
  87. 86dff47 cmd: CONFIG_CMD_SAVES depends on CONFIG_CMD_LOADS by Ying Sun · Sun Jun 25 16:24:47 2023 +0800
  88. cd464d1 cmd/sbi: display new extensions by Heinrich Schuchardt · Wed Apr 12 10:38:16 2023 +0200
  89. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  90. 5be531b spl: spl_legacy: Add extra address checks by Marek Vasut · Mon May 29 14:04:06 2023 +0200
  91. 914b119 cmd: usb: Prevent reset in usb tree/info command by Xavier Drudis Ferran · Wed Jun 21 09:13:07 2023 +0200
  92. 0860588 net: ipv6: Fix CID 453851 and CID 436278 by Sean Edmond · Thu May 18 12:35:40 2023 -0700
  93. 7a9fdec cmd: net: add a 'net stats' command to dump network statistics by Ioana Ciornei · Tue May 23 16:47:47 2023 +0300
  94. 7856b71 Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · Tue Jun 13 13:14:49 2023 -0400
  95. 3be8926 tpm: Add 'tpm autostart' shell command by Ilias Apalodimas · Wed Jun 07 12:18:10 2023 +0300
  96. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 12 16:42:37 2023 -0400
  97. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  98. 50fa118 global: Use proper project name U-Boot by Michal Simek · Wed May 17 09:17:16 2023 +0200
  99. 9acb2a5 cmd: sf/nand: Print and return failure when 0 length is passed by Ashok Reddy Soma · Tue May 16 05:52:36 2023 -0600
  100. f752255 fwu: rename fwu_get_verified_mdata to fwu_get_mdata by Jassi Brar · Mon Mar 06 17:18:48 2023 -0600