aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_itest.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Fix itest mask overflowSimon Glass1-1/+1
2014-02-21common, itest: pass u-boot env variables to itest.sHeiko Schocher1-0/+13
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-2/+2
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2011-02-15itest: fix result of string comparesWolfgang Denk1-5/+2
2010-11-28cmd_itest: constify & localize op tableMike Frysinger1-5/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-02-24cmd_itest.c: fix pointer dereferencingFrans Meulenbroeks1-2/+7
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD1-2/+0
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-3/+0
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2004-06-09Patch by Thomas Viehweger, 14 May 2004:wdenk1-1/+1
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-0/+3
2004-02-23* Patch by Laurent Mohin, 10 Feb 2004:wdenk1-7/+7
2004-02-23* Patch by Thomas Elste, 10 Feb 2004:wdenk1-0/+197