summaryrefslogtreecommitdiff
path: root/common/cmd_load.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-16Enable xmodem supportAngus Ainslie1-4/+20
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-01common: Use new numeric setenv functionsSimon Glass1-9/+3
2013-02-20cmd_load.c: Add #endif comments to reduce confusionRobert P. J. Day1-4/+4
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-152/+151
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-1/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-4/+4
2009-09-23Remove deprecated 'autoscr' command/variablesPeter Tyser1-18/+0
2009-06-12General help message cleanupWolfgang Denk1-8/+8
2009-04-04Fix quoting bug introduced by commit 74de7aefWolfgang Denk1-1/+1
2009-04-04Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-3/+4
2009-01-28Command usage cleanupPeter Tyser1-7/+7
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-20/+20
2008-09-06loads: allow negative offsetsRicardo Ribalda Delgado1-5/+5
2008-08-27common/cmd_load.c cleanup - remove unused variablesGururaja Hebbar K R1-10/+0
2008-08-11common/cmd_load.c - Minor code & Coding Style cleanupGururaja Hebbar K R1-7/+8
2008-03-12[new uImage] Add new uImage format support to autoscript routineMarian Balakowicz1-2/+9
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-9/+9
2007-07-09common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-10/+10
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-11/+13
2006-05-02Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk1-1/+4
2006-04-16Some code cleanupWolfgang Denk1-35/+37
2006-04-01* Add support for ymodem protocol downloadWolfgang Denk1-12/+92
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+1
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher1-13/+92
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2004-03-12Add support for Siemens SX1 mobile phone;wdenk1-21/+21
2004-02-23* CVS add missing fileswdenk1-1/+1
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-5/+4
2003-07-08* Add support for NSCU boardwdenk1-2/+2
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-12/+12
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-0/+1057