aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
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
2008-03-12[new uImage] More verbose kernel image uncompress error messageMarian Balakowicz
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz
2008-03-12[new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz
2008-03-12[new uImage] Add new uImage format support for kernel bootingMarian Balakowicz
2008-03-11[new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala
2008-02-27[new uImage] Add image_get_kernel() routineMarian Balakowicz
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz