summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala2008-10-291-0/+20
* bootm: Add subcommandsKumar Gala2008-10-291-1/+167
* bootm: Move to using a function pointer table for the boot os functionKumar Gala2008-10-291-37/+31
* Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala2008-10-181-0/+7
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-10/+10
* Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini2008-10-131-1/+1
* Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini2008-09-131-0/+23
* bootm_load_os: fix load_end debug messageJean-Christophe PLAGNIOL-VILLARD2008-09-091-2/+2
* bootm: enable fdt support only on ppc, m68k and sparcJean-Christophe PLAGNIOL-VILLARD2008-09-091-0/+2
* FIT: make iminfo check hashes of all images in FIT, return 1 on failed checkBartlomiej Sieka2008-09-091-0/+6
* Add support for booting of INTEGRITY operating system uImagesPeter Tyser2008-09-091-0/+38
* Remove support for booting ARTOS imagesKumar Gala2008-09-091-99/+0
* common/cmd_bootm.c: fix printf() format warningsWolfgang Denk2008-09-081-2/+2
* Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala2008-09-071-1/+1
* Prevent crash if random DTB address is passed to bootmAnatolij Gustschin2008-09-071-1/+2
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-32/+35
* bootm: refactor image detection and os load stepsKumar Gala2008-08-261-90/+126
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-261-7/+4
* bootm: Set working fdt address as part of the bootm flowKumar Gala2008-08-261-0/+8
* bootm: refactor fdt locating and relocation codeKumar Gala2008-08-261-0/+10
* bootm: refactor ramdisk locating codeKumar Gala2008-08-261-0/+38
* bootm: refactor entry point codeKumar Gala2008-08-261-9/+22
* Clean up usage of icache_disable/dcache_disableKumar Gala2008-08-191-2/+0
* Fix fallout from autostart revertKumar Gala2008-08-121-3/+2
* Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk2008-08-101-1/+0
* Uncompressed images loaded to their start address shall set load_end tooGuennadi Liakhovetski2008-07-311-3/+2
* cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'Stefan Roese2008-07-311-2/+2
* Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD2008-07-301-2/+2
* Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort MakefileWolfgang Denk2008-07-151-9/+9
* USB: shutdown USB before bootingMarkus Klotzbücher2008-07-101-0/+18
* Fix some more print() format errors.Wolfgang Denk2008-07-101-1/+1
* Change lmb to use phys_size_t/phys_addr_tBecky Bruce2008-06-121-2/+3
* Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabledMarian Balakowicz2008-05-101-11/+0
* Memory footprint optimizationsBartlomiej Sieka2008-04-241-2/+2
* Fix build breakage casued by commit c0559be371b2Wolfgang Denk2008-04-181-1/+0
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-11/+26
* Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-261-1244/+725
|\
| * [new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka2008-03-201-1/+0
| * [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-121-4/+10
| * [new uImage] More verbose kernel image uncompress error messageMarian Balakowicz2008-03-121-2/+4
| * [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-121-4/+26
| * [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-121-15/+8
| * [new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz2008-03-121-1/+5
| * [new uImage] Add new uImage format support for kernel bootingMarian Balakowicz2008-03-121-11/+144
| * [new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz2008-03-111-5/+11
| * [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-18/+18
| * [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-291-5/+5
| * [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-291-0/+8
| * [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-291-0/+1
| * [new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala2008-02-291-0/+14
OpenPOWER on IntegriCloud