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