summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeFilesLines
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-7/+2
* Change max size of uncompressed uImage's to 8MByte and addStefan Roese2006-03-131-2/+6
* Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-121-6/+10
|\
| * Add support for passing initrd information via flat device treeKumar Gala2006-01-111-6/+10
* | Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+2
* | Add loads of ntohl() in image header handlingWolfgang Denk2006-03-121-9/+9
|/
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-151-2/+2
|\
| * Added support for TQM834x boards.Marian Balakowicz2005-10-111-2/+2
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-9/+9
* | Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-131-0/+42
|/
* Fix booting from serial dataflash on AT91RM9200Wolfgang Denk2005-10-061-7/+9
* * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-231-2/+2
* * Patch by Travis Sawyer, 10 Jun 2005:wdenk2005-06-201-1/+1
* * Patch by Scott McNutt, 01 Nov 2004:wdenk2005-04-031-0/+2
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-211-7/+7
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-281-0/+7
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-101-0/+2
* * Patch by Detlev Zundel, 08 Sep 2004:wdenk2004-09-081-3/+3
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-181-0/+3
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-29/+30
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-241-2/+2
* * Patch by Yuli Barcohen, 26 Jan 2004:wdenk2004-02-081-1/+7
* * Cleanup lowboot code for MPC5200wdenk2004-01-021-1/+1
* * Patch by Bernhard Kuhn, 28 Nov 2003:wdenk2003-12-081-0/+2
* Fix typo in MPC5XXX code (pointed out by Victor Wren)wdenk2003-12-051-2/+2
* * Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk2003-11-171-2/+10
* * Fix parameter passing to standalone images with bootm commandwdenk2003-10-301-18/+21
* * Patch by Xiao Xianghua, 23 Oct 2003:wdenk2003-10-261-1/+1
* * Correct header printing for multi-image files in do_bootm()dzu2003-10-241-1/+1
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-3/+2
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-101-0/+40
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-081-1/+11
* Patch by Yuli Barcohen, 14 Aug 2003:wdenk2003-08-291-1/+23
* * Map ISP1362 USB OTG controller for NSCU boardwdenk2003-08-051-2/+2
* * Patch by Scott McNutt, 21 Jul 2003:wdenk2003-07-271-0/+28
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-0/+57
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)wdenk2003-07-161-0/+4
* * Patches by Yuli Barcohen, 13 Jul 2003:wdenk2003-07-141-0/+1
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-8/+9
* Fix duplicate command entry.wdenk2003-06-281-1/+1
* Rewrite command lookup and help command (fix problems with bubblewdenk2003-06-281-1/+8
* * Code cleanup:wdenk2003-06-271-6/+37
* * Patch by Nicolas Lacressonniere, 11 Jun 2003:wdenk2003-06-161-0/+16
* Add zero-copy ramdisk support (requires corresponding kernel support!)wdenk2003-05-231-0/+8
* * Patch by David Updegraff, 22 Apr 2003:wdenk2003-05-201-0/+106
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-201-0/+31
* * Patch by Lutz Dennig, 10 Apr 2003:wdenk2003-04-121-2/+7
* * Patches by David Müller, 31 Jan 2003:wdenk2003-03-061-1/+1
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-281-0/+2
* * Use 1-byte-read instead of -write for iprobe() functionwdenk2002-12-171-0/+1