Commit Graph

61 Commits (554d33f3db3cdbb02f440ab3b667ff2bc3cfa2b1)

Author SHA1 Message Date
Heinrich Schuchardt 2614a20847 common: command: tempory buffer should have size of command line buf 8 years ago
Simon Glass f8bb696435 Drop command-processing code when CONFIG_CMDLINE is disabled 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 10 years ago
Kun-Hua Huang 2e88bb28d8 NDS32: Generic Board Support and Unsupport 10 years ago
Peng Fan 58b6ad681a common: command add '\n' for debug msg 10 years ago
Masahiro Yamada 616e2162a5 common: command: trivial coding style fixes 11 years ago
York Sun 4d1fd7f1ae Add 64-bit data support for memory commands 11 years ago
Simon Glass 16ff990246 Add cmd_process_error() to report and process errors 11 years ago
Andrew Gabbasov 9b438946c9 command.c: Fix auto-completion for the full commands list case 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Richard Genoud 34765e8853 cmd_time: merge run_command_and_time_it with cmd_process 12 years ago
Anatolij Gustschin 22b6fcb50d common/command.c: revert changes from commit 199adb60 13 years ago
Kim Phillips 199adb601f common/misc: sparse fixes 13 years ago
Marek Vasut 6c7c946cad common: Convert the U-Boot commands to LG-arrays 13 years ago
Simon Glass 9d12d5d41d Add cmd_process() to process commands in one place 13 years ago
Simon Glass bdf8e34b93 Create a single cmd_call() function to handle command execution 13 years ago
Daniel Schwierzeck 3668d8fa04 common: fix missing function pointer relocation in fixup_cmdtable() 14 years ago
Jason Hobbs 4d91a6ecab Replace space and tab checks with isblank 14 years ago
Daniel Schwierzeck fa28bd2eef common: fix missing function pointer relocation in fixup_cmdtable() 14 years ago
Mike Frysinger e84ffddbce cmd_usage: constify 14 years ago
Mike Frysinger 560d424b6d env: re-add support for auto-completion 15 years ago
Mike Frysinger 722b061b6f autocomplete: remove runtime handler install 15 years ago
Thomas Weber 7013c06124 Common/command: Guard strchr/strlen from NULL pointer 15 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 15 years ago
Heiko Schocher 620f1f6a64 relocation: fixup cmdtable 15 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 15 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 15 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 15 years ago
Trübenbach, Ralf 39f7aacf3f command.c: Enable auto tab for the editenv command 15 years ago
Peter Tyser 6b8f5ad10f command.c: Break commands out to appropriate cmd_*.c files 16 years ago
Wolfgang Denk a89c33db96 General help message cleanup 16 years ago
Wolfgang Denk 94796d8544 Make "usage" messages more helpful. 16 years ago
Detlev Zundel 2dce551e10 command.c: Expose the core of do_help as _do_help to the rest of u-boot. 16 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 17 years ago
Kumar Gala b799cb4c0e Expose command table search for sub-commands 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 8a40fb148e move cmd_get_data_size to command.c 17 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 17 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
Jon Loeliger c3517f919d common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 18 years ago
Jon Loeliger b453960d4f common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 18 years ago
Wolfgang Denk 953c5b6f8b Adjust "echo" as a default command 19 years ago
wdenk 20787e23b8 * Patches by Robert Whaley, 29 Nov 2004: 20 years ago
wdenk 6e5923851e * Cleanup, minor fixes 21 years ago
wdenk c26e454dfc Patches by Pantelis Antoniou, 16 Apr 2004: 21 years ago
wdenk 04a85b3b36 * Patches by Pantelis Antoniou, 30 Mar 2004: 21 years ago
wdenk 0d4983930a Patch by Kenneth Johansson, 30 Jun 2003: 22 years ago
wdenk b0fce99bfc Fix some missing commands, cleanup header files 22 years ago
wdenk 9d2b18a0f9 Rewrite command lookup and help command (fix problems with bubble 22 years ago