Age | Commit message (Expand) | Author |
2008-09-07 | Prevent crash if random/invalid ramdisks are passed to bootm | Kumar Gala |
2008-09-07 | Prevent crash if random DTB address is passed to bootm | Anatolij Gustschin |
2008-08-26 | bootm: refactor do_reset and os boot function args | Kumar Gala |
2008-08-26 | bootm: refactor image detection and os load steps | Kumar Gala |
2008-08-26 | bootm: move lmb into the bootm_headers_t structure | Kumar Gala |
2008-08-26 | bootm: Set working fdt address as part of the bootm flow | Kumar Gala |
2008-08-26 | bootm: refactor fdt locating and relocation code | Kumar Gala |
2008-08-26 | bootm: refactor ramdisk locating code | Kumar Gala |
2008-08-26 | bootm: refactor entry point code | Kumar Gala |
2008-08-19 | Clean up usage of icache_disable/dcache_disable | Kumar Gala |
2008-08-12 | Fix fallout from autostart revert | Kumar Gala |
2008-08-10 | Revert "[new uImage] Add autostart flag to bootm_headers structure" | Wolfgang Denk |
2008-07-31 | Uncompressed images loaded to their start address shall set load_end too | Guennadi Liakhovetski |
2008-07-31 | cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' | Stefan Roese |
2008-07-30 | Fix remaining CFG_CMD_ define, ifdef and comments | Jean-Christophe PLAGNIOL-VILLARD |
2008-07-15 | Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile | Wolfgang Denk |
2008-07-10 | USB: shutdown USB before booting | Markus Klotzbücher |
2008-07-10 | Fix some more print() format errors. | Wolfgang Denk |
2008-06-12 | Change lmb to use phys_size_t/phys_addr_t | Becky Bruce |
2008-05-10 | Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled | Marian Balakowicz |
2008-04-24 | Memory footprint optimizations | Bartlomiej Sieka |
2008-04-18 | Fix build breakage casued by commit c0559be371b2 | Wolfgang Denk |
2008-04-17 | Restore the ability to continue booting after legacy image overwrite | Marian Balakowicz |
2008-03-26 | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka |
2008-03-26 | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T | Jerry Van Baren |
2008-03-20 | [new uImage] Disable debuging output in preparation for merge with master | Bartlomiej Sieka |
2008-03-18 | The 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 used | Marian Balakowicz |
2008-03-12 | [new uImage] More verbose kernel image uncompress error message | Marian Balakowicz |
2008-03-12 | [new uImage] Use show_boot_progress() for new uImage format | Marian Balakowicz |
2008-03-12 | [new uImage] Add node offsets for FIT images listed in struct bootm_headers | Marian Balakowicz |
2008-03-12 | [new uImage] Re-enable interrupts for non automatic booting | Marian Balakowicz |
2008-03-12 | [new uImage] Add new uImage format support for kernel booting | Marian Balakowicz |
2008-03-11 | [new uImage] Add new uImage format support for imls and iminfo commands | Marian Balakowicz |
2008-02-29 | [new uImage] Update naming convention for bootm/uImage related code | Marian Balakowicz |
2008-02-29 | [new uImage] Provide ability to restrict region used for boot images | Kumar Gala |
2008-02-29 | [new uImage] Use lmb for bootm allocations | Kumar Gala |
2008-02-29 | [new uImage] Add autostart flag to bootm_headers structure | Kumar Gala |
2008-02-29 | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images | Kumar Gala |
2008-02-27 | [new uImage] Add image_get_kernel() routine | Marian Balakowicz |
2008-02-27 | [new uImage] Move image verify flag to bootm_headers structure | Marian Balakowicz |
2008-02-25 | [new uImage] Add dual format uImage support framework | Marian Balakowicz |
2008-02-21 | [new uImage] Rename and move print_image_hdr() routine | Marian Balakowicz |
2008-02-21 | [new uImage] Add gen_get_image() routine | Marian Balakowicz |
2008-02-07 | [new uImage] Move kernel data find code to get_kernel() routine | Marian Balakowicz |
2008-02-07 | [new uImage] Factor out common routines for getting os/arch/type/comp names | Marian Balakowicz |
2008-02-07 | [new uImage] Remove standalone applications handling from boootm | Marian Balakowicz |
2008-02-07 | [new uImage] Remove OF_FLAT_TREE support from PPC bootm code | Marian Balakowicz |
2008-02-07 | [new uImage] Return error on image move/uncompress overwrites | Marian Balakowicz |
2008-02-07 | [new uImage] Cleanup image header pointer use in bootm code | Marian Balakowicz |