1. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  2. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  3. 0ba04f0 common: always compile fixup_cmdtable() by Heinrich Schuchardt · 4 years ago
  4. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years, 1 month ago
  5. 19f6733 command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 6 months ago
  6. 3a6bca1 Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 6 months ago
  7. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  8. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  9. 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 5 years ago
  10. 8d76d2f common: command: Fix manual relocation for repeatable command by Michal Simek · 5 years ago
  11. bf4229c env: Create a new file for environment functions by Simon Glass · 5 years ago
  12. fe6cdf3 common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT by Marek Vasut · 5 years ago
  13. 388b145 common: command: Add command execution tracer. by Christoph Muellner · 6 years ago
  14. 619fc68 common: command: Add support for $ auto-completion by Boris Brezillon · 6 years ago
  15. c71dfd1 common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  16. ae73c33 common: command: Expose a generic helper to auto-complete sub commands by Boris Brezillon · 6 years ago
  17. 8506ec6 common: command: Fix command auto-completion by Boris Brezillon · 6 years ago
  18. 2e1b90b common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
  19. 44bdb57 common: command: Use command_ret_t enum values instead of values by Michal Simek · 6 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. 831030d common: command: tempory buffer should have size of command line buf by Heinrich Schuchardt · 7 years ago
  22. 4ef90b7 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
  23. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  24. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  25. d6c09ba common: command add '\n' for debug msg by Peng Fan · 9 years ago
  26. 682195e common: command: trivial coding style fixes by Masahiro Yamada · 10 years ago
  27. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  28. d738553 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
  29. a7c03b0 command.c: Fix auto-completion for the full commands list case by Andrew Gabbasov · 11 years ago
  30. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  31. 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  32. 9ac7cc2 common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  33. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  34. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  35. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  36. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  37. 76deb6c common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  38. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  39. e516622 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  40. 33e84d1 cmd_usage: constify by Mike Frysinger · 14 years ago
  41. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  42. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  43. 97ea46f Common/command: Guard strchr/strlen from NULL pointer by Thomas Weber · 14 years ago
  44. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  45. 092cf16 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  46. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  47. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  48. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  49. ad10080 command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · 15 years ago
  50. eabe6d9 command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · 15 years ago
  51. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  52. 9dd775b Make "usage" messages more helpful. by Wolfgang Denk · 16 years ago
  53. 5e6c06b command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  54. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  55. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  56. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. ac2dad6 Expose command table search for sub-commands by Kumar Gala · 16 years ago
  58. 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  60. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  61. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  62. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  63. 582f3dd Adjust "echo" as a default command Patch by Sam Song, 19 Jun 2005 by Wolfgang Denk · 19 years ago
  64. 2a83161 * Patches by Robert Whaley, 29 Nov 2004: by wdenk · 20 years ago
  65. 0593920 * Cleanup, minor fixes by wdenk · 21 years ago
  66. 6203e40 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 21 years ago
  67. 3902d70 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
  68. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  69. f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  70. 3086a97 Rewrite command lookup and help command (fix problems with bubble by wdenk · 21 years ago
  71. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  72. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  73. e6466f6 * Add support for RMU board by wdenk · 21 years ago
  74. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
  75. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  76. c8434db * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
  77. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  78. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  79. c217f6d * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago
  80. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago
  81. 5dfa25f Initial revision by wdenk · 22 years ago