summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeLines
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-24-2/+2
* * Patch by Yuli Barcohen, 26 Jan 2004:wdenk2004-02-08-1/+7
* * Cleanup lowboot code for MPC5200wdenk2004-01-02-1/+1
* * Patch by Bernhard Kuhn, 28 Nov 2003:wdenk2003-12-08-0/+2
* Fix typo in MPC5XXX code (pointed out by Victor Wren)wdenk2003-12-05-2/+2
* * Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk2003-11-17-2/+10
* * Fix parameter passing to standalone images with bootm commandwdenk2003-10-30-18/+21
* * Patch by Xiao Xianghua, 23 Oct 2003:wdenk2003-10-26-1/+1
* * Correct header printing for multi-image files in do_bootm()dzu2003-10-24-1/+1
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-15-3/+2
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-10-0/+40
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-08-1/+11
* Patch by Yuli Barcohen, 14 Aug 2003:wdenk2003-08-29-1/+23
* * Map ISP1362 USB OTG controller for NSCU boardwdenk2003-08-05-2/+2
* * Patch by Scott McNutt, 21 Jul 2003:wdenk2003-07-27-0/+28
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-24-0/+57
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)wdenk2003-07-16-0/+4
* * Patches by Yuli Barcohen, 13 Jul 2003:wdenk2003-07-14-0/+1
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-8/+9
* Fix duplicate command entry.wdenk2003-06-28-1/+1
* Rewrite command lookup and help command (fix problems with bubblewdenk2003-06-28-1/+8
* * Code cleanup:wdenk2003-06-27-6/+37
* * Patch by Nicolas Lacressonniere, 11 Jun 2003:wdenk2003-06-16-0/+16
* Add zero-copy ramdisk support (requires corresponding kernel support!)wdenk2003-05-23-0/+8
* * Patch by David Updegraff, 22 Apr 2003:wdenk2003-05-20-0/+106
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-20-0/+31
* * Patch by Lutz Dennig, 10 Apr 2003:wdenk2003-04-12-2/+7
* * Patches by David Müller, 31 Jan 2003:wdenk2003-03-06-1/+1
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-28-0/+2
* * Use 1-byte-read instead of -write for iprobe() functionwdenk2002-12-17-0/+1
* * Improve log buffer code; use "loglevel" to decide which messageswdenk2002-12-08-9/+9
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-19-0/+11
* * Patch by Daniel Engström, 13 Nov 2002:wdenk2002-11-18-6/+31
* * Add support for log buffer which can be passed to Linux kernel'swdenk2002-11-05-15/+22
* Initial revisionwdenk2002-11-03-0/+931