aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
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 Makefilev1.3.4-rc1Wolfgang Denk
2008-07-10USB: shutdown USB before bootingMarkus Klotzbücher
2008-07-10Fix some more print() format errors.Wolfgang Denk
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-05-10Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabledMarian Balakowicz
2008-04-24Memory footprint optimizationsBartlomiej Sieka
2008-04-18Fix build breakage casued by commit c0559be371b2Wolfgang Denk
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka
2008-03-18The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz