| Commit message (Expand) | Author | Age | Lines |
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | -2/+2 |
* | Stop using builtin_run_command() | Simon Glass | 2012-03-06 | -1/+1 |
* | Rename run_command() to builtin_run_command() | Simon Glass | 2012-03-06 | -1/+1 |
* | common: move extern char console_buffer[] to common.h | Igor Grinberg | 2011-11-22 | -1/+0 |
* | cmd_usage(): simplify return code handling | Wolfgang Denk | 2010-07-24 | -8/+4 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -8/+8 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -8/+8 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -8/+8 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -2/+2 |
* | Consolidate MAX/MIN definitions | Andy Fleming | 2008-11-02 | -4/+0 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -1/+1 |
* | [BUILD] conditionally compile common/cmd_*.c in common/Makefile | Grant Likely | 2007-11-20 | -3/+0 |
* | common/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -1/+1 |
* | common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | -1/+1 |
* | common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -1/+1 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -296/+279 |
* | Patch by Kenneth Johansson, 30 Jun 2003: | wdenk | 2003-07-01 | -16/+16 |
* | * Code cleanup: | wdenk | 2003-06-27 | -20/+45 |
* | Add support for TQM862L modules | wdenk | 2003-04-10 | -1/+1 |
* | Initial revision | wdenk | 2002-11-03 | -0/+424 |