summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
2011-01-27db8500: Verify signature of kernel before bootingRobert Rosengren
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner
2009-12-07Merge branch 'master' into nextWolfgang Denk
2009-12-07bootm: Fix help message's sub-command orderingPeter Tyser
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-05add lzop decompression supportPeter Korsgaard
2009-11-24bootm: mark local boot_os[] table staticMike Frysinger
2009-11-24Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-09-04Add ability for arch code to make changes before we bootKumar Gala
2009-07-23Re-add support for image type 'Standalone Program'Detlev Zundel
2009-07-23Add error checking for unsupported OS types.Detlev Zundel
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini
2009-06-12General help message cleanupWolfgang Denk
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-02-21bootm: Reduce the unnecessary memmoveMinkyu Kang
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs
2008-10-29bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-29bootm: Move to using a function pointer table for the boot os functionKumar Gala
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-13Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini
2008-09-09bootm_load_os: fix load_end debug messageJean-Christophe PLAGNIOL-VILLARD
2008-09-09bootm: enable fdt support only on ppc, m68k and sparcJean-Christophe PLAGNIOL-VILLARD
2008-09-09FIT: make iminfo check hashes of all images in FIT, return 1 on failed checkBartlomiej Sieka
2008-09-09Add support for booting of INTEGRITY operating system uImagesPeter Tyser
2008-09-09Remove support for booting ARTOS imagesKumar Gala
2008-09-08common/cmd_bootm.c: fix printf() format warningsWolfgang Denk
2008-09-07Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala
2008-09-07Prevent crash if random DTB address is passed to bootmAnatolij Gustschin
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26bootm: refactor image detection and os load stepsKumar Gala
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-19Clean up usage of icache_disable/dcache_disableKumar Gala
2008-08-12Fix fallout from autostart revertKumar Gala
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk
2008-07-31Uncompressed images loaded to their start address shall set load_end tooGuennadi Liakhovetski
2008-07-31cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'Stefan Roese
2008-07-30Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD
2008-07-15Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort MakefileWolfgang Denk
2008-07-10USB: shutdown USB before bootingMarkus Klotzbücher
2008-07-10Fix some more print() format errors.Wolfgang Denk