summaryrefslogtreecommitdiff
path: root/common/cmd_load.c
Commit message (Expand)AuthorAgeLines
* Enable xmodem supportAngus Ainslie2013-08-16-4/+20
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* common: Use new numeric setenv functionsSimon Glass2013-02-28-9/+3
* cmd_load.c: Add #endif comments to reduce confusionRobert P. J. Day2013-02-19-4/+4
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-152/+151
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-4/+4
* Remove deprecated 'autoscr' command/variablesPeter Tyser2009-09-22-18/+0
* General help message cleanupWolfgang Denk2009-06-12-8/+8
* Fix quoting bug introduced by commit 74de7aefWolfgang Denk2009-04-04-1/+1
* Add "source" command; prepare removal of "autoscr" commandWolfgang Denk2009-04-03-3/+4
* Command usage cleanupPeter Tyser2009-01-28-7/+7
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-20/+20
* loads: allow negative offsetsRicardo Ribalda Delgado2008-09-06-5/+5
* common/cmd_load.c cleanup - remove unused variablesGururaja Hebbar K R2008-08-27-10/+0
* common/cmd_load.c - Minor code & Coding Style cleanupGururaja Hebbar K R2008-08-11-7/+8
* [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-12-2/+9
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-9/+9
* common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-10/+10
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-11/+13
* Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk2006-05-02-1/+4
* Some code cleanupWolfgang Denk2006-04-16-35/+37
* * Add support for ymodem protocol downloadWolfgang Denk2006-04-01-12/+92
|\
| * Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-30-13/+92
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-5/+1
|/
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-1/+1
* Add support for Siemens SX1 mobile phone;wdenk2004-03-12-21/+21
* * CVS add missing fileswdenk2004-02-23-1/+1
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-24-5/+4
* * Add support for NSCU boardwdenk2003-07-07-2/+2
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-12/+12
* Fix some missing commands, cleanup header fileswdenk2003-06-29-1/+0
* * Code cleanup:wdenk2003-06-27-0/+1057