aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-19Fix two typos.Detlev Zundel1-1/+1
2007-09-23Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu1-166/+185
2007-09-09Bugfix: make bootm+libfdt compile on boards with no flashGrant Likely1-0/+2
2007-09-07Fix do_bootm_linux() so that multi-file images with FDT blob boot.Bartlomiej Sieka1-10/+19
2007-09-06bootm/fdt: Only process the fdt if an fdt address was providedGrant Likely1-17/+19
2007-08-16Fix warnings from of_data copy fixAndy Fleming1-2/+2
2007-08-16Fix of_data copying for CONFIG_OF_FLAT_TREE-using boardsAndy Fleming1-0/+9
2007-08-15Fix where the #ifdef CFG_BOOTMAPSZ is placed.Jerry Van Baren1-2/+3
2007-08-14Fix initrd/dtb interactionAndy Fleming1-9/+14
2007-08-10fdt: do board setup based on fdt address specified on bootm lineKim Phillips1-1/+1