summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeLines
* Merge branch 'next'Wolfgang Denk2010-04-01-1/+1
|\
| * cmd_bootm.c: made subcommand array staticFrans Meulenbroeks2010-03-21-1/+1
* | bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"Heiko Schocher2010-03-29-1/+2
|/
* gzip/zlib: make features optionalMike Frysinger2010-01-26-0/+2
* lmb: only force on arches that use itMike Frysinger2010-01-21-18/+16
* cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel2010-01-18-3/+0
* cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel2010-01-18-1/+2
* config_defaults.h: new header for common u-boot config defaultsMike Frysinger2010-01-18-4/+0
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-21-1/+0
* Merge branch 'master' into nextWolfgang Denk2009-12-07-2/+2
|\
| * bootm: Fix help message's sub-command orderingPeter Tyser2009-12-07-2/+2
* | Merge branch 'master' into nextWolfgang Denk2009-12-05-2/+2
|\ \ | |/
| * bootm: mark local boot_os[] table staticMike Frysinger2009-11-24-1/+1
| * Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer2009-11-24-1/+1
* | add lzop decompression supportPeter Korsgaard2009-12-05-0/+22
|/
* Conditionally perform common relocation fixupsPeter Tyser2009-10-03-1/+3
* Add ability for arch code to make changes before we bootKumar Gala2009-09-04-0/+10
* Re-add support for image type 'Standalone Program'Detlev Zundel2009-07-23-0/+33
* Add error checking for unsupported OS types.Detlev Zundel2009-07-23-2/+13
* Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini2009-07-22-3/+2
* General help message cleanupWolfgang Denk2009-06-12-5/+5
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-04-1/+1
* bootm: Reduce the unnecessary memmoveMinkyu Kang2009-02-21-2/+4
* Command usage cleanupPeter Tyser2009-01-28-5/+5
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
* Fix gunzip in case of insufficient output bufferMatthias Fuchs2009-01-27-1/+1
* bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala2008-10-29-0/+20
* bootm: Add subcommandsKumar Gala2008-10-29-1/+167
* bootm: Move to using a function pointer table for the boot os functionKumar Gala2008-10-29-37/+31
* Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala2008-10-18-0/+7
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-10/+10
* Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini2008-10-13-1/+1
* Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini2008-09-13-0/+23
* bootm_load_os: fix load_end debug messageJean-Christophe PLAGNIOL-VILLARD2008-09-09-2/+2
* bootm: enable fdt support only on ppc, m68k and sparcJean-Christophe PLAGNIOL-VILLARD2008-09-09-0/+2
* FIT: make iminfo check hashes of all images in FIT, return 1 on failed checkBartlomiej Sieka2008-09-09-0/+6
* Add support for booting of INTEGRITY operating system uImagesPeter Tyser2008-09-09-0/+38
* Remove support for booting ARTOS imagesKumar Gala2008-09-09-99/+0
* common/cmd_bootm.c: fix printf() format warningsWolfgang Denk2008-09-08-2/+2
* Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala2008-09-07-1/+1
* Prevent crash if random DTB address is passed to bootmAnatolij Gustschin2008-09-07-1/+2
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-26-32/+35
* bootm: refactor image detection and os load stepsKumar Gala2008-08-26-90/+126
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-26-7/+4
* bootm: Set working fdt address as part of the bootm flowKumar Gala2008-08-26-0/+8
* bootm: refactor fdt locating and relocation codeKumar Gala2008-08-26-0/+10
* bootm: refactor ramdisk locating codeKumar Gala2008-08-26-0/+38
* bootm: refactor entry point codeKumar Gala2008-08-26-9/+22
* Clean up usage of icache_disable/dcache_disableKumar Gala2008-08-19-2/+0
* Fix fallout from autostart revertKumar Gala2008-08-12-3/+2