aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.c
AgeCommit message (Expand)AuthorFilesLines
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 fileswdenk1-13/+13
2003-06-28Rewrite command lookup and help command (fix problems with bubblewdenk1-41/+51
2003-06-27* Code cleanup:wdenk1-244/+86
2003-06-15* Fix CONFIG_NET_MULTI support in include/net.hwdenk1-5/+9
2003-06-05* Add support for RMU boardwdenk1-0/+1
2003-05-31* Patch by Marc Singer, 29 May 2003:wdenk1-0/+3
2003-04-20* Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk1-0/+2
2003-03-26* Patch by Rick Bronson, 16 Mar 2003:wdenk1-0/+3
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+11
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:wdenk1-0/+3
2002-11-11* Patch by Andreas Oberritter, 09 Nov 2002:wdenk1-0/+2
2002-11-05* Add support for log buffer which can be passed to Linux kernel'swdenk1-0/+2
2002-10-19Initial revisionwdenk1-0/+328