aboutsummaryrefslogtreecommitdiff
path: root/common/command.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass1-0/+6
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang1-1/+1
2015-08-05common: command add '\n' for debug msgPeng Fan1-1/+1
2014-10-27common: command: trivial coding style fixesMasahiro Yamada1-30/+26
2014-03-04Add 64-bit data support for memory commandsYork Sun1-0/+4
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass1-0/+10
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud1-1/+5
2012-11-08common/command.c: revert changes from commit 199adb60Anatolij Gustschin1-8/+1
2012-11-04common/misc: sparse fixesKim Phillips1-1/+8
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-7/+10
2012-03-06Add cmd_process() to process commands in one placeSimon Glass1-1/+40
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass1-0/+21
2011-10-23common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck1-1/+2
2011-10-17Replace space and tab checks with isblankJason Hobbs1-4/+5
2011-10-15common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck1-0/+6
2011-07-26cmd_usage: constifyMike Frysinger1-1/+1
2011-01-09env: re-add support for auto-completionMike Frysinger1-2/+1
2010-11-28autocomplete: remove runtime handler installMike Frysinger1-24/+0
2010-11-27Common/command: Guard strchr/strlen from NULL pointerThomas Weber1-0/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-09-19relocation: fixup cmdtableHeiko Schocher1-0/+37
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-1/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-6/+6
2010-05-06command.c: Enable auto tab for the editenv commandTrübenbach, Ralf1-0/+3
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser1-233/+0
2009-06-12General help message cleanupWolfgang Denk1-8/+7
2009-06-12Make "usage" messages more helpful.Wolfgang Denk1-17/+16
2009-03-27command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel1-7/+13
2009-01-28Command usage cleanupPeter Tyser1-10/+11
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-0/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-14/+14
2008-10-18Expose command table search for sub-commandsKumar Gala1-4/+10
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD1-0/+24
2008-05-21Big white-space cleanup.Wolfgang Denk1-18/+16
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2006-03-12Adjust "echo" as a default commandWolfgang Denk1-0/+4
2005-04-06* Patches by Robert Whaley, 29 Nov 2004:wdenk1-2/+2
2004-04-18* Cleanup, minor fixeswdenk1-2/+2
2004-04-18Patches by Pantelis Antoniou, 16 Apr 2004:wdenk1-0/+153
2004-04-15* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-0/+282
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-8/+16
2003-06-29Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk1-13/+13
2003-06-28Rewrite command lookup and help command (fix problems with bubblewdenk1-41/+51
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-244/+86