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