summaryrefslogtreecommitdiff
path: root/include/command.h
Commit message (Expand)AuthorAgeLines
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-25-0/+8
* autocomplete: remove runtime handler installMike Frysinger2010-11-28-12/+18
* do_reset: unify duplicate prototypesMike Frysinger2010-11-28-0/+1
* do_bootd: unify duplicate prototypesMike Frysinger2010-11-28-0/+3
* do_bootm: unify duplicate prototypesMike Frysinger2010-11-28-0/+2
* command_t: punt unused typeMike Frysinger2010-11-28-2/+0
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-1/+1
* relocation: fixup cmdtableHeiko Schocher2010-09-19-0/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-4/+4
* Make "usage" messages more helpful.Wolfgang Denk2009-06-12-1/+1
* command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel2009-03-27-1/+3
* Command usage cleanupPeter Tyser2009-01-28-0/+5
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-0/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-3/+3
* Expose command table search for sub-commandsKumar Gala2008-10-18-0/+7
* move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-10-0/+9
* Fix merge problemsStefan Roese2008-08-06-0/+2
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* Remove references to the old cmd_confdefs.h include file.Jon Loeliger2007-07-08-6/+0
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-15-0/+9
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-6/+4
* * Code cleanup:wdenk2003-06-27-9/+19
* Initial revisionwdenk2002-08-27-0/+90