Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
be0c1f187383abda15af2c7443323d157b6bdaeb
/
cmd
/
load.c
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· Thu Aug 03 12:22:12 2017 -0600
4d949a2
env: Rename common functions related to setenv()
by Simon Glass
· Thu Aug 03 12:22:10 2017 -0600
8cea9b5
flash: complete CONFIG_SYS_NO_FLASH move with renaming
by Masahiro Yamada
· Sat Feb 11 22:43:54 2017 +0900
bbaf424
cmd: load: align cache flush
by Chris Packham
· Tue Oct 25 20:22:48 2016 +1300
593ec02
Remove unused CONFIG_CMD_HWFLOW option and associated dead code.
by David Müller (ELSOFT AG)
· Sat Feb 06 07:57:26 2016 +0100
5f861a7
Remove the cmd_ prefix from command files
by Simon Glass
· Sun Jan 17 20:53:52 2016 -0700
[Renamed from cmd/cmd_load.c]
29499a0
Move all command code into its own directory
by Simon Glass
· Sun Jan 17 20:53:51 2016 -0700
[Renamed from common/cmd_load.c]
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
cb2c286
Export redesign
by Martin Dorwig
· Mon Jan 26 15:22:54 2015 -0700
f283bd0
Enable xmodem support
by Angus Ainslie
· Wed Jun 26 16:54:24 2013 -0600
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
103789d
common: Use new numeric setenv functions
by Simon Glass
· Sun Feb 24 17:33:22 2013 +0000
aec64f0
cmd_load.c: Add #endif comments to reduce confusion
by Robert P. J. Day
· Sun Feb 03 05:46:13 2013 +0000
dc00a68
common/cmd_*.c: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:31 2012 +0000
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· Sat Dec 10 08:44:01 2011 +0000
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· Sat Jul 17 01:06:04 2010 +0200
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· Mon Jun 28 22:00:46 2010 +0200
d78876c
Remove deprecated 'autoscr' command/variables
by Peter Tyser
· Wed Sep 16 21:38:10 2009 -0500
c54781c
General help message cleanup
by Wolfgang Denk
· Sun May 24 17:06:54 2009 +0200
4f44a6b
Fix quoting bug introduced by commit 74de7aef
by Wolfgang Denk
· Sat Apr 04 16:57:50 2009 +0200
85c25df
Add "source" command; prepare removal of "autoscr" command
by Wolfgang Denk
· Wed Apr 01 23:34:12 2009 +0200
dfb72b8
Command usage cleanup
by Peter Tyser
· Tue Jan 27 18:03:12 2009 -0600
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· Tue Jan 27 18:03:10 2009 -0600
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
9cde830
loads: allow negative offsets
by Ricardo Ribalda Delgado
· Wed Jul 30 12:39:29 2008 +0200
544e83e
common/cmd_load.c cleanup - remove unused variables
by Gururaja Hebbar K R
· Tue Aug 19 08:31:18 2008 +0530
b4d7eb2
common/cmd_load.c - Minor code & Coding Style cleanup
by Gururaja Hebbar K R
· Thu Aug 07 13:13:27 2008 +0530
23b77a2
[new uImage] Add new uImage format support to autoscript routine
by Marian Balakowicz
· Wed Mar 12 10:33:00 2008 +0100
d704d91
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· Tue Jul 10 11:02:44 2007 -0500
d76b5c1
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· Sun Jul 08 18:02:23 2007 -0500
3de8b24
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· Mon Jun 11 19:01:54 2007 -0500
da91693
Declare load_serial_ymodem() when using CFG_CMD_LOADB.
by Wolfgang Denk
· Tue May 02 00:11:25 2006 +0200
ebd3deb
Some code cleanup
by Wolfgang Denk
· Sun Apr 16 10:51:58 2006 +0200
20a5182
* Add support for ymodem protocol download Patch by Stefano Babic, 29 Mar 2006
by Wolfgang Denk
· Sat Apr 01 15:52:46 2006 +0200
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· Fri Mar 31 18:32:53 2006 +0200
387f541
Add support for ymodem protocol (loady command).
by Markus Klotzbuecher
· Thu Mar 30 13:40:55 2006 +0200
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· Thu Oct 13 16:45:02 2005 +0200
29e7f5a
Add support for Siemens SX1 mobile phone;
by wdenk
· Fri Mar 12 00:14:09 2004 +0000
ef89394
* CVS add missing files
by wdenk
· Mon Feb 23 16:11:30 2004 +0000
874ac26
* Implement new mechanism to export U-Boot's functions to standalone
by wdenk
· Thu Jul 24 23:38:38 2003 +0000
6914128
* Add support for NSCU board
by wdenk
· Mon Jul 07 20:07:54 2003 +0000
f287a24
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· Tue Jul 01 21:06:45 2003 +0000
f12e396
Fix some missing commands, cleanup header files
by wdenk
· Sun Jun 29 21:03:46 2003 +0000
57b2d80
* Code cleanup:
by wdenk
· Fri Jun 27 21:31:46 2003 +0000