summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-6/+6
* Some doxygen related fixesJuergen Beisert2009-12-141-0/+1
* commands: remove maxargsSascha Hauer2009-10-191-2/+1
* call getopt_reset only onceSascha Hauer2009-10-191-2/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* remove SHOW_BOOT_PROGRESSSascha Hauer2009-03-191-7/+0
* bootm: Fix verifying of uImagesSascha Hauer2009-02-061-0/+1
* bootm: honour the -n flag againSascha Hauer2008-08-201-2/+1
* bootm: memmap now returns (void *)-1 for failure. Test for this instead of NULLSascha Hauer2008-08-201-1/+1
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-1/+2
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-6/+8
* - Add functions to register image handlers for booting uImagesSascha Hauer2008-02-201-361/+96
* commands/bootm.c:872:4: warning: no newline at end of fileMarc Kleine-Budde2007-11-121-1/+1
* saving added docuJuergen Beisert2007-11-051-0/+17
* export symbolsSascha Hauer2007-10-071-0/+3
* declare lots of functions staticSascha Hauer2007-09-281-3/+3
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-6/+8
* remove u-boot command paramter flagSascha Hauer2007-09-241-17/+17
* - fix handling of images on not mappable devices in bootm.Sascha Hauer2007-09-131-8/+28
* use memmap() to save one memcpy call in bootmSascha Hauer2007-07-151-34/+45
* fix compiler warningSascha Hauer2007-07-111-3/+3
* svn_rev_692Sascha Hauer2007-07-051-310/+104
* svn_rev_653Sascha Hauer2007-07-051-18/+0
* svn_rev_643Sascha Hauer2007-07-051-0/+1043