summaryrefslogtreecommitdiff
path: root/common/cmd_dcr.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-1/+1
2014-05-30move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-4/+4
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg1-1/+0
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-16/+8
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-4/+4
2009-06-12General help message cleanupWolfgang Denk1-4/+4
2009-01-28Command usage cleanupPeter Tyser1-4/+4
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-4/+4
2008-05-21Big white-space cleanup.Wolfgang Denk1-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_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-1/+1
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-10-26Code cleanup.Wolfgang Denk1-4/+4
2006-10-17Add monitor functions for indirect access to PPC440 DCR'sStefan Roese1-2/+129
2005-09-23Cleanup (PPC4xx is AMCC now)Wolfgang Denk1-59/+61
2005-07-28Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"Wolfgang Denk1-1/+1
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-4/+4
2003-06-28* Code cleanup:wdenk1-24/+41
2002-08-27Initial revisionwdenk1-0/+103