aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
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-09bootm_load_os: fix load_end debug messageJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-09bootm: 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-08common/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-26bootm: refactor do_reset and os boot function argsKumar Gala1-32/+35
2008-08-26bootm: refactor image detection and os load stepsKumar Gala1-90/+126
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala1-7/+4
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala1-0/+8
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala1-0/+10
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-0/+38
2008-08-26bootm: 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
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk1-1/+0
2008-07-31Uncompressed images loaded to their start address shall set load_end tooGuennadi Liakhovetski1-3/+2
2008-07-31cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'Stefan Roese1-2/+2
2008-07-30Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-15Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefilev1.3.4-rc1Wolfgang Denk1-9/+9
2008-07-10USB: shutdown USB before bootingMarkus Klotzbücher1-0/+18
2008-07-10Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-2/+3
2008-05-10Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabledMarian Balakowicz1-11/+0
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-2/+2
2008-04-18Fix build breakage casued by commit c0559be371b2Wolfgang Denk1-1/+0
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-11/+26
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-1244/+725
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren1-14/+0
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka1-1/+0
2008-03-18The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov1-0/+4
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz1-4/+10
2008-03-12[new uImage] More verbose kernel image uncompress error messageMarian Balakowicz1-2/+4
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz1-4/+26
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz1-15/+8
2008-03-12[new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz1-1/+5
2008-03-12[new uImage] Add new uImage format support for kernel bootingMarian Balakowicz1-11/+144
2008-03-11[new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz1-5/+11
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-18/+18
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-5/+5
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-0/+8