| Commit message (Expand) | Author | Age | Lines |
* | Added arch_lmb_reserve to allow arch specific memory regions protection | Kumar Gala | 2008-10-18 | -0/+7 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -10/+10 |
* | Fix lzma uncompress call (image_start wrongly used instead image_len) | Luigi 'Comio' Mantellini | 2008-10-13 | -1/+1 |
* | Add support for LZMA uncompression algorithm. | Luigi 'Comio' Mantellini | 2008-09-13 | -0/+23 |
* | bootm_load_os: fix load_end debug message | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-09 | -2/+2 |
* | bootm: enable fdt support only on ppc, m68k and sparc | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-09 | -0/+2 |
* | FIT: make iminfo check hashes of all images in FIT, return 1 on failed check | Bartlomiej Sieka | 2008-09-09 | -0/+6 |
* | Add support for booting of INTEGRITY operating system uImages | Peter Tyser | 2008-09-09 | -0/+38 |
* | Remove support for booting ARTOS images | Kumar Gala | 2008-09-09 | -99/+0 |
* | common/cmd_bootm.c: fix printf() format warnings | Wolfgang Denk | 2008-09-08 | -2/+2 |
* | Prevent crash if random/invalid ramdisks are passed to bootm | Kumar Gala | 2008-09-07 | -1/+1 |
* | Prevent crash if random DTB address is passed to bootm | Anatolij Gustschin | 2008-09-07 | -1/+2 |
* | bootm: refactor do_reset and os boot function args | Kumar Gala | 2008-08-26 | -32/+35 |
* | bootm: refactor image detection and os load steps | Kumar Gala | 2008-08-26 | -90/+126 |
* | bootm: move lmb into the bootm_headers_t structure | Kumar Gala | 2008-08-26 | -7/+4 |
* | bootm: Set working fdt address as part of the bootm flow | Kumar Gala | 2008-08-26 | -0/+8 |
* | bootm: refactor fdt locating and relocation code | Kumar Gala | 2008-08-26 | -0/+10 |
* | bootm: refactor ramdisk locating code | Kumar Gala | 2008-08-26 | -0/+38 |
* | bootm: refactor entry point code | Kumar Gala | 2008-08-26 | -9/+22 |
* | Clean up usage of icache_disable/dcache_disable | Kumar Gala | 2008-08-19 | -2/+0 |
* | Fix fallout from autostart revert | Kumar Gala | 2008-08-12 | -3/+2 |
* | Revert "[new uImage] Add autostart flag to bootm_headers structure" | Wolfgang Denk | 2008-08-10 | -1/+0 |
* | Uncompressed images loaded to their start address shall set load_end too | Guennadi Liakhovetski | 2008-07-31 | -3/+2 |
* | cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' | Stefan Roese | 2008-07-31 | -2/+2 |
* | Fix remaining CFG_CMD_ define, ifdef and comments | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-30 | -2/+2 |
* | Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile | Wolfgang Denk | 2008-07-15 | -9/+9 |
* | USB: shutdown USB before booting | Markus Klotzbücher | 2008-07-10 | -0/+18 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-10 | -1/+1 |
* | Change lmb to use phys_size_t/phys_addr_t | Becky Bruce | 2008-06-12 | -2/+3 |
* | Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled | Marian Balakowicz | 2008-05-10 | -11/+0 |
* | Memory footprint optimizations | Bartlomiej Sieka | 2008-04-24 | -2/+2 |
* | Fix build breakage casued by commit c0559be371b2 | Wolfgang Denk | 2008-04-18 | -1/+0 |
* | Restore the ability to continue booting after legacy image overwrite | Marian Balakowicz | 2008-04-17 | -11/+26 |
* | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka | 2008-03-26 | -1244/+725 |
|\ |
|
| * | [new uImage] Disable debuging output in preparation for merge with master | Bartlomiej Sieka | 2008-03-20 | -1/+0 |
| * | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used | Marian Balakowicz | 2008-03-12 | -4/+10 |
| * | [new uImage] More verbose kernel image uncompress error message | Marian Balakowicz | 2008-03-12 | -2/+4 |
| * | [new uImage] Use show_boot_progress() for new uImage format | Marian Balakowicz | 2008-03-12 | -4/+26 |
| * | [new uImage] Add node offsets for FIT images listed in struct bootm_headers | Marian Balakowicz | 2008-03-12 | -15/+8 |
| * | [new uImage] Re-enable interrupts for non automatic booting | Marian Balakowicz | 2008-03-12 | -1/+5 |
| * | [new uImage] Add new uImage format support for kernel booting | Marian Balakowicz | 2008-03-12 | -11/+144 |
| * | [new uImage] Add new uImage format support for imls and iminfo commands | Marian Balakowicz | 2008-03-11 | -5/+11 |
| * | [new uImage] Update naming convention for bootm/uImage related code | Marian Balakowicz | 2008-02-29 | -18/+18 |
| * | [new uImage] Provide ability to restrict region used for boot images | Kumar Gala | 2008-02-29 | -5/+5 |
| * | [new uImage] Use lmb for bootm allocations | Kumar Gala | 2008-02-29 | -0/+8 |
| * | [new uImage] Add autostart flag to bootm_headers structure | Kumar Gala | 2008-02-29 | -0/+1 |
| * | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images | Kumar Gala | 2008-02-29 | -0/+14 |
| * | [new uImage] Add image_get_kernel() routine | Marian Balakowicz | 2008-02-27 | -33/+53 |
| * | [new uImage] Move image verify flag to bootm_headers structure | Marian Balakowicz | 2008-02-27 | -26/+21 |
| * | [new uImage] Add dual format uImage support framework | Marian Balakowicz | 2008-02-25 | -110/+251 |