1. 651031e cmd: correct short text for tftpboot by Heinrich Schuchardt · 2 years, 2 months ago
  2. dc0d17c cmd: Add pause command by Samuel Dionne-Riel · 2 years, 2 months ago
  3. 2d74226 vbe: Enable command only with BOOTSTD_FULL by Simon Glass · 2 years, 2 months ago
  4. 5fe76d4 vbe: Add a new vbe command by Simon Glass · 2 years, 3 months ago
  5. be43a35 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · 2 years, 3 months ago
  6. de70619 test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 3 months ago
  7. fb2b885 fpga: add option for loading FPGA secure bitstreams by Oleksandr Suvorov · 2 years, 3 months ago
  8. 56e3d6e tlv_eeprom: Add missing CRC32 dependency by Pali Rohár · 2 years, 5 months ago
  9. c45568c Convert CONFIG_SYS_BOOTM_LEN to Kconfig by Tom Rini · 2 years, 4 months ago
  10. dd4bf24 Convert CONFIG_USE_ONENAND_BOARD_INIT to Kconfig by Tom Rini · 2 years, 4 months ago
  11. bf904ea Rename CONFIG_SYS_AUTOLAOD to CONFIG_SYS_DISABLE_AUTOLOAD by Tom Rini · 2 years, 4 months ago
  12. bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 5 months ago
  13. b257c4e ubifs: Add missing dependency on GZIP by Pali Rohár · 2 years, 5 months ago
  14. d31466b Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · 2 years, 5 months ago
  15. d0ee7f2 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · 2 years, 5 months ago
  16. cf49358 Convert CONFIG_SYS_MAXARGS to Kconfig by Tom Rini · 2 years, 5 months ago
  17. 83f7363 bootmenu: U-Boot console is enabled as default by Masahisa Kojima · 2 years, 5 months ago
  18. 2158b0d bootmenu: add Kconfig option not to enter U-Boot console by Masahisa Kojima · 2 years, 6 months ago
  19. a3d0aa8 bootmenu: update bootmenu_entry structure by Masahisa Kojima · 2 years, 6 months ago
  20. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 6 months ago
  21. 7fca71d bootstd: Add a bootmeth command by Simon Glass · 2 years, 6 months ago
  22. 2d653f6 bootstd: Add a bootflow command by Simon Glass · 2 years, 6 months ago
  23. 5d053cc bootstd: Add a bootdev command by Simon Glass · 2 years, 6 months ago
  24. 64efbd1 cmd: part: add explicit dependency on PARTITIONS by AKASHI Takahiro · 2 years, 6 months ago
  25. dd2b8c1 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 6 months ago
  26. dafcd96 Convert CONFIG_CMDLINE_PS_SUPPORT to Kconfig by Tom Rini · 2 years, 7 months ago
  27. ec57bd7 cmd: env: Add `indirect` to indirectly set values by Samuel Dionne-Riel · 2 years, 10 months ago
  28. 9d46e63 cmd: bootm: add a stage pre-load by Philippe Reynes · 2 years, 7 months ago
  29. 1fa43ca video: Drop references to CONFIG_VIDEO et al by Simon Glass · 2 years, 9 months ago
  30. cc386f1 Convert CONFIG_MII_INIT to Kconfig by Tom Rini · 2 years, 7 months ago
  31. eeda762 Convert CONFIG_NFS_TIMEOUT to Kconfig by Tom Rini · 2 years, 7 months ago
  32. 739941e fs/erofs: add filesystem commands by Huang Jianan · 2 years, 8 months ago
  33. c81b460 event: Add a command by Simon Glass · 2 years, 8 months ago
  34. a542e43 Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig by Tom Rini · 2 years, 8 months ago
  35. 480245c cmd: Add Kconfig option for multiprocessor cmds by Ashok Reddy Soma · 2 years, 9 months ago
  36. 485c90c common: remove bedbug debugger support by Ovidiu Panait · 2 years, 10 months ago
  37. 1107b06 cmd/Kconfig: Fix spelling of "resetting". by Vagrant Cascadian · 2 years, 10 months ago
  38. 0dadad6 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 2 years, 9 months ago
  39. 968c621 Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · 2 years, 10 months ago
  40. ff27af1 Convert CONFIG_SYS_MEMTEST_START et al to Kconfig by Tom Rini · 2 years, 10 months ago
  41. fe3dde3 cmd: kaslrseed: add command to generate value from hwrng by Chris Morgan · 3 years, 2 months ago
  42. 8905024 trace: sandbox: Use only the Kconfig options by Simon Glass · 2 years, 11 months ago
  43. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 1 month ago
  44. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 2 months ago
  45. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  46. 88cd7d0 Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig by Tom Rini · 3 years, 2 months ago
  47. 9ca0068 Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · 3 years, 3 months ago
  48. f4f8d8b cmd: setexpr: add format string handling by Roland Gaudig · 3 years, 3 months ago
  49. e8d3eaa treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB by Tom Rini · 3 years, 3 months ago
  50. 123dc51 usb: Add correct depends for CMD_USB_MASS_STORAGE by Tom Rini · 3 years, 5 months ago
  51. b7ad721 Revert "TEST: USB_HOST not USB" by Tom Rini · 3 years, 4 months ago
  52. 4e1903a TEST: USB_HOST not USB by Tom Rini · 3 years, 4 months ago
  53. 6b8d9c9 cmd: Add dependency for ums command by Patrick Delaunay · 3 years, 5 months ago
  54. 2f84e9c cmd: add support for a new "extension" command by Kory Maincent · 3 years, 6 months ago
  55. 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 6 months ago
  56. ec61187 cmd: CONFIG_CMD_MMC depends on CONFIG_MMC by Heinrich Schuchardt · 3 years, 7 months ago
  57. b935d19 cmd: xtrace: Convert to bool by Sean Anderson · 3 years, 8 months ago
  58. 2532429 crypto: Add blob command support for i.MX8M platforms by Aymen Sghaier · 3 years, 7 months ago
  59. 88e7f5b imx7ulp: Enable support for cmd blob by Franck LENORMAND · 3 years, 7 months ago
  60. 4e682d5 cmd: blob: Add IMX_HAB and CAAM supported SoCs as dependency by Breno Lima · 3 years, 7 months ago
  61. 90eba24 Merge branch 'next' by Tom Rini · 3 years, 7 months ago
  62. 7823ba3 cmd: CMD_USB depends on USB by Heinrich Schuchardt · 3 years, 7 months ago
  63. 71cebf0 x86: Add a command to display coreboot sysinfo by Simon Glass · 3 years, 7 months ago
  64. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 7 months ago
  65. 26839e5 cmd: SCP03: enable and provision command by Jorge Ramirez-Ortiz · 3 years, 8 months ago
  66. 9586a48 tpm: Don't select LOG by Simon Glass · 3 years, 9 months ago
  67. 05173ec cmd: Fix virtio command dependency by Bin Meng · 3 years, 8 months ago
  68. 56d0635 cmd: Add a command to display the address map by Bin Meng · 3 years, 8 months ago
  69. a70abcf cmd: pinmux: depend on PINCTRL by Marek Behún · 3 years, 8 months ago
  70. 12218c1 cmd: CMD_ACPI depends on ACPIGEN by Heinrich Schuchardt · 3 years, 9 months ago
  71. 9e9a530 cmd: Add a pwm command by Pragnesh Patel · 3 years, 10 months ago
  72. 622178d cmd: CMD_CPU depends on CPU by Heinrich Schuchardt · 4 years ago
  73. 750c543 cmd: Add MBR partition layout control utility by Marek Szyprowski · 3 years, 10 months ago
  74. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  75. 3a5ec03 cmd: sandbox: implement exception command by Heinrich Schuchardt · 4 years ago
  76. 48aee0a cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years ago
  77. 3e40976 cmd: log: Add commands to manipulate filters by Sean Anderson · 4 years ago
  78. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years ago
  79. 05115ab cmd: Add a mux command by Pratyush Yadav · 4 years ago
  80. 3bc0db1 cmd: Add a 'misc' command to access miscellaneous devices by Bin Meng · 4 years ago
  81. 1606085 cmd: Rename CMD_MISC to CMD_SLEEP by Bin Meng · 4 years ago
  82. bcc6c57 cmd: optee_rpmb command for read/write of rpmb from optee by Ruchika Gupta · 4 years ago
  83. 9744d1a cmd: Add command to display or save Linux PStore dumps by Frédéric Danis · 4 years, 7 months ago
  84. 98eed0d Kconfig: Move autoboot options under boot options by Simon Glass · 4 years, 1 month ago
  85. 4aed227 bloblist: Add a command by Simon Glass · 4 years, 1 month ago
  86. 912ece4 sntp: use udp framework by Philippe Reynes · 4 years, 1 month ago
  87. c5a7e5b cmd: irq: disable CMD_IRQ for riscv arch by Pragnesh Patel · 4 years, 2 months ago
  88. 9989fb1 cmd: mem: fix range of bitflip test by Ralph Siemsen · 4 years, 1 month ago
  89. 6e741cf cmd: Kconfig: Change dependency for CMD_ADC by Michal Simek · 4 years, 2 months ago
  90. c92b50a cmd: provide command sbi by Heinrich Schuchardt · 4 years, 2 months ago
  91. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 2 months ago
  92. bba604b fs/squashfs: add filesystem commands by Joao Marcos Costa · 4 years, 3 months ago
  93. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 3 months ago
  94. 4a4830c cmd: add clone command by John Chau · 4 years, 4 months ago
  95. a97d22e cmd: env: add env select command by Patrick Delaunay · 4 years, 3 months ago
  96. 0115dd3 cmd: env: add env load command by Patrick Delaunay · 4 years, 3 months ago
  97. 325141a cmd: button: add a new 'button' command by Philippe Reynes · 4 years, 3 months ago
  98. 6718ebd cmd: env: add option for quiet output on env info by Patrick Delaunay · 4 years, 4 months ago
  99. ec5f0ed efi_selftest: enable 'bootefi hello' by Heinrich Schuchardt · 4 years, 3 months ago
  100. a2f0b50 cmd: drop fitupd command by Heinrich Schuchardt · 4 years, 4 months ago