1. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  2. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  3. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  4. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  5. adaea9c cmd: sandbox: implement exception command by Heinrich Schuchardt · Thu Nov 12 00:29:57 2020 +0100
  6. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · Thu Nov 05 10:33:47 2020 -0700
  7. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · Thu Nov 05 10:33:37 2020 -0700
  8. 38833c8 cmd: add "efidebug capsule" command by AKASHI Takahiro · Tue Nov 17 09:28:01 2020 +0900
  9. a51fb1c cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · Mon Nov 30 11:47:41 2020 +0200
  10. 7f59c71 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · Thu Nov 26 23:07:22 2020 +0200
  11. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · Mon Oct 26 09:31:42 2020 +0100
  12. 580a7a5 setexpr: Add support for strings by Simon Glass · Sun Nov 01 14:15:44 2020 -0700
  13. 00547af setexpr: Convert to use a struct for values by Simon Glass · Sun Nov 01 14:15:43 2020 -0700
  14. 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · Sun Nov 01 14:15:42 2020 -0700
  15. 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · Sun Nov 01 14:15:41 2020 -0700
  16. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · Sun Nov 01 14:15:40 2020 -0700
  17. b8e9f2d setexpr: Split the core logic into its own function by Simon Glass · Sun Nov 01 14:15:39 2020 -0700
  18. 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · Sun Nov 01 14:15:37 2020 -0700
  19. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · Sun Nov 01 14:15:36 2020 -0700
  20. feb7db8 cmd: pxe: Use internal FDT if retrieving from FDTDIR fails by Anton Leontiev · Tue Sep 03 10:52:24 2019 +0300
  21. a078915 tpm: Change response length of tpm2_get_capability() by Ilias Apalodimas · Thu Nov 05 23:58:43 2020 +0200
  22. 30ca181 cmd: conitrace: replace getc() by getchar() by Heinrich Schuchardt · Fri Oct 23 12:46:04 2020 +0200
  23. 304882e cmd: log: Add commands to manipulate filters by Sean Anderson · Tue Oct 27 19:55:38 2020 -0400
  24. 60aa4fe cmd: log: Make "log level" print all log levels by Sean Anderson · Tue Oct 27 19:55:35 2020 -0400
  25. cd6f8ab cmd: log: Add commands to list categories and drivers by Sean Anderson · Tue Oct 27 19:55:34 2020 -0400
  26. 0a3b694 cmd: log: Split off log level parsing by Sean Anderson · Tue Oct 27 19:55:33 2020 -0400
  27. dcabb4b cmd: log: Use sub-commands for log by Sean Anderson · Tue Oct 27 19:55:32 2020 -0400
  28. c182182 test: log: Convert log_test from python to C by Sean Anderson · Tue Oct 27 19:55:27 2020 -0400
  29. b6e92dc log: Use CONFIG_IS_ENABLED() for LOG_TEST by Sean Anderson · Tue Oct 27 19:55:23 2020 -0400
  30. 9a2cdfc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Oct 29 09:10:24 2020 -0400
  31. becd9b7 cmd: Add a mux command by Pratyush Yadav · Fri Oct 16 16:16:35 2020 +0530
  32. fad2e88 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · Tue Oct 20 08:45:46 2020 +0100
  33. e1dae50 cmd: Add a 'misc' command to access miscellaneous devices by Bin Meng · Wed Oct 14 14:34:52 2020 +0800
  34. 9ad0417 cmd: Split out timer command from the sleep command by Bin Meng · Tue Oct 13 18:45:06 2020 +0800
  35. 7c4f7be cmd: Rename CMD_MISC to CMD_SLEEP by Bin Meng · Tue Oct 13 18:45:05 2020 +0800
  36. 1a99435 cmd: optee_rpmb command for read/write of rpmb from optee by Ruchika Gupta · Fri Oct 23 13:39:33 2020 +0530
  37. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  38. adee5df cmd/button: return button status by Heinrich Schuchardt · Mon Sep 14 12:50:56 2020 +0200
  39. cdd6a6d cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · Fri Mar 20 10:59:24 2020 +0100
  40. ed2e8e4 cmd: Add command to display or save Linux PStore dumps by Frédéric Danis · Fri Mar 20 10:59:22 2020 +0100
  41. e9d54d7 Kconfig: Move autoboot options under boot options by Simon Glass · Thu Sep 10 20:21:16 2020 -0600
  42. bd81c5b Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Oct 06 13:59:01 2020 -0400
  43. b936a97 bloblist: Add a command by Simon Glass · Sat Sep 19 18:49:26 2020 -0600
  44. 928de7d efi_loader: consider no-map property of reserved memory by Heinrich Schuchardt · Thu Aug 27 12:52:20 2020 +0200
  45. 38ae92e Merge branch 'next' by Tom Rini · Mon Oct 05 13:05:46 2020 -0400
  46. 2829d99 sntp: use udp framework by Philippe Reynes · Fri Sep 18 14:13:02 2020 +0200
  47. 3375e0b cmd: irq: disable CMD_IRQ for riscv arch by Pragnesh Patel · Mon Aug 24 20:38:55 2020 +0530
  48. 50adeff efi_loader: efidebug display RNG protocol by Heinrich Schuchardt · Sun Sep 27 14:50:25 2020 +0200
  49. 38738d9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Fri Sep 25 09:04:01 2020 -0400
  50. 3bbcf6f x86: video: Show information about each video device by Simon Glass · Tue Sep 22 21:16:40 2020 -0600
  51. fbf120c x86: Add support for more than 8 MTRRs by Simon Glass · Tue Sep 22 14:54:51 2020 -0600
  52. fdc4587 x86: Allow showing details about a HOB entry by Simon Glass · Tue Sep 22 14:54:50 2020 -0600
  53. fe6d294 x86: hob: Try to show a name instead of a GUID by Simon Glass · Tue Sep 22 14:54:49 2020 -0600
  54. 3c07f1c x86: hob: Add way to show a single hob entry by Simon Glass · Tue Sep 22 14:54:48 2020 -0600
  55. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 24 08:33:47 2020 -0400
  56. 37923d9 cmd: pxe: Add relocation to pxe_sub cmds by T Karthik Reddy · Wed Sep 16 01:13:56 2020 -0600
  57. 594a7f0 Merge branch 'master' into next by Tom Rini · Mon Sep 21 14:25:37 2020 -0400
  58. c248742 cmd: acpi: Print revisions in hex format by Andy Shevchenko · Mon Sep 21 11:34:21 2020 +0300
  59. 2febde4 Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Sep 19 08:35:20 2020 -0400
  60. d9858d6 efi: change 'env -e -i' usage syntax by Maxim Uvarov · Fri Aug 28 22:20:10 2020 +0300
  61. 1c39c10 cmd: mem: fix range of bitflip test by Ralph Siemsen · Wed Sep 09 12:10:00 2020 -0400
  62. 834b552 env: Crash in 'env import' when using checksum and a specific size by Pedro Aguilar · Mon Aug 31 11:01:41 2020 +0200
  63. 8724b97 board: ns3: kconfig: extend board kconfig with specific commands by Vladimir Olovyannikov · Thu Aug 20 20:41:07 2020 +0530
  64. 79e3e02a cmd: broadcom: add command for chimp handshake by Bharat Kumar Reddy Gooty · Thu Aug 20 20:41:06 2020 +0530
  65. c693173 cmd: broadcom: add cmd to update bnxt image env variables by Vikas Gupta · Thu Aug 20 20:41:05 2020 +0530
  66. c30a59c cmd: broadcom: add bnxt boot command by Trac Hoang · Thu Aug 20 20:41:04 2020 +0530
  67. 26fd219 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · Mon Sep 07 14:31:00 2020 -0400
  68. cc5bd26 efi: clean up efi command by Heinrich Schuchardt · Thu Aug 27 12:39:03 2020 +0200
  69. c3a9c9c efi_loader: log messages for bootefi command by Heinrich Schuchardt · Tue Aug 25 17:54:05 2020 +0000
  70. d0ba411 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Sep 03 09:48:28 2020 -0400
  71. be30ec1 usb: gadget: Fix controller index in UMS by Ye Li · Mon Jun 29 10:12:26 2020 +0800
  72. 9abf45b x86: mtrr: Fix parsing of "mtrr list" command by Wolfgang Wallner · Fri Aug 14 09:55:24 2020 +0200
  73. 93b5cb2 cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH by Michal Simek · Mon Aug 24 13:17:00 2020 +0200
  74. 463c386 cmd: Kconfig: Change dependency for CMD_ADC by Michal Simek · Wed Aug 19 10:44:17 2020 +0200
  75. 454b3ef cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize values by Stefan Roese · Thu Aug 13 07:04:24 2020 +0200
  76. a13a2aa global: Move from bi_memstart/memsize -> gd->ram_base/ram_size by Stefan Roese · Wed Aug 12 13:16:36 2020 +0200
  77. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  78. b4699fe Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Tue Aug 25 08:18:50 2020 -0400
  79. 724ff23 Merge branch '2020-08-24-misc-improvements' by Tom Rini · Mon Aug 24 20:24:21 2020 -0400
  80. 95492ae cmd: provide command sbi by Heinrich Schuchardt · Thu Aug 20 19:43:39 2020 +0200
  81. 93ba128 Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Aug 24 17:28:18 2020 -0400
  82. a4016cb cmd: fix clone coverity scan by John Chau · Mon Aug 17 15:53:01 2020 +0800
  83. fa11c86 efi_loader: use ':' as separator for setenv -i by Heinrich Schuchardt · Mon Aug 24 08:27:49 2020 +0200
  84. aa4a66c efi_loader: document parameters of do_bootefi_exec() by Heinrich Schuchardt · Sat Aug 15 23:10:22 2020 +0200
  85. 7cb5151 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Mon Aug 24 09:06:02 2020 -0400
  86. 0ca4cc0 cmd: clk: correctly handle depth for clk dump by Patrick Delaunay · Thu Jul 30 14:04:10 2020 +0200
  87. 15c5a34 cmd: clk: cosmetic: correct code alignment in show_clks by Patrick Delaunay · Thu Jul 30 14:04:09 2020 +0200
  88. fcb3731 cmd: bind: allow to bind driver with driver data by Patrice Chotard · Tue Jul 28 09:13:31 2020 +0200
  89. a7c05b1 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Aug 15 09:01:01 2020 -0400
  90. 550ad7c cmd: demo: Remove duplicated help message for list subcommand by Michal Simek · Thu Aug 13 10:12:21 2020 +0200
  91. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · Thu Aug 06 12:42:55 2020 +0300
  92. 5dfa883 cmd: exception: unaligned data access on RISC-V by Heinrich Schuchardt · Thu Aug 06 12:34:59 2020 +0200
  93. e6ed835 cmd/efidebug: missing initialization of load_options by Heinrich Schuchardt · Tue Aug 11 18:20:50 2020 +0200
  94. 410ed36 Merge tag 'efi-2020-10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Aug 11 08:56:52 2020 -0400
  95. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · Fri Aug 07 17:49:39 2020 +0200
  96. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · Fri Aug 07 17:47:13 2020 +0200
  97. eb1f909 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · Fri Jul 24 17:14:47 2020 -0400
  98. a12c66f fs/squashfs: add filesystem commands by Joao Marcos Costa · Thu Jul 30 15:33:48 2020 +0200
  99. 573c0fa cmd: Update the memory-search command by Simon Glass · Tue Jul 28 19:41:14 2020 -0600
  100. 3ae4e95 cmd: bdinfo: Move sram info prints to generic code by Ovidiu Panait · Fri Jul 24 14:12:13 2020 +0300