summaryrefslogtreecommitdiff
path: root/common/cmd_misc.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-3/+3
2012-10-04Add a command to access the system timerJoe Hershberger1-0/+27
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-6/+4
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-12-03Move do_irqinfo() to common/cmd_irq.cPeter Tyser1-11/+0
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-3/+3
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2007-06-12Change 'repeatable' attribute of some commands to sensible values.Detlev Zundel1-1/+1
2005-10-20Fix problem with sleep in NetConsole (use get_timer())Stefan Roese1-9/+8
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-4/+4
2003-06-28* Code cleanup:wdenk1-0/+17
2002-08-27Initial revisionwdenk1-0/+56