summaryrefslogtreecommitdiff
path: root/common/cmd_portio.c
Commit message (Expand)AuthorAgeLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-2/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-10/+8
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-2/+2
* General help message cleanupWolfgang Denk2009-06-12-2/+2
* Command usage cleanupPeter Tyser2009-01-28-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
* move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+0
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-4/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
* common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-1/+1
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-4/+4
* Fix some missing commands, cleanup header fileswdenk2003-06-29-1/+13
* * Patch by Marc Singer, 29 May 2003:wdenk2003-05-31-0/+157