summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
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 MakefileWolfgang 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
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala1-0/+1
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala1-0/+14
2008-02-27[new uImage] Add image_get_kernel() routineMarian Balakowicz1-33/+53
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-26/+21
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-110/+251
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-58/+3
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz1-19/+3
2008-02-07[new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz1-74/+107
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz1-65/+12
2008-02-07[new uImage] Remove standalone applications handling from boootmMarian Balakowicz1-37/+1
2008-02-07[new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz1-9/+1
2008-02-07[new uImage] Return error on image move/uncompress overwritesMarian Balakowicz1-0/+22
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-89/+64
2008-02-07[new uImage] Cleanup cmd_bootm.cMarian Balakowicz1-290/+301
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz1-16/+4
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz1-17/+1
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz1-7/+0
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz1-91/+3
2008-02-07[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz1-2/+1
2008-02-07[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz1-542/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-213/+121
2007-11-29Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu1-1/+1