summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [new uImage] Add image_get_kernel() routineMarian Balakowicz2008-02-271-33/+53
| * [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-271-26/+21
| * [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-110/+251
| * [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-58/+3
| * [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-211-19/+3
| * [new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz2008-02-071-74/+107
| * [new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2008-02-071-65/+12
| * [new uImage] Remove standalone applications handling from boootmMarian Balakowicz2008-02-071-37/+1
| * [new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz2008-02-071-9/+1
| * [new uImage] Return error on image move/uncompress overwritesMarian Balakowicz2008-02-071-0/+22
| * [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-071-89/+64
| * [new uImage] Cleanup cmd_bootm.cMarian Balakowicz2008-02-071-290/+301
| * [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-071-16/+4
| * [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-071-17/+1
| * [new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz2008-02-071-7/+0
| * [new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz2008-02-071-91/+3
| * [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz2008-02-071-2/+1
| * [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz2008-02-071-542/+1
| * [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-213/+121
* | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-261-14/+0
* | The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov2008-03-181-0/+4
|/
* Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-291-1/+1
|\
| * Fix two typos.Detlev Zundel2007-10-191-1/+1
* | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-09-231-166/+185
|\ \ | |/
| * Bugfix: make bootm+libfdt compile on boards with no flashGrant Likely2007-09-091-0/+2
| * Fix do_bootm_linux() so that multi-file images with FDT blob boot.Bartlomiej Sieka2007-09-071-10/+19
| * bootm/fdt: Only process the fdt if an fdt address was providedGrant Likely2007-09-061-17/+19
| * Fix warnings from of_data copy fixAndy Fleming2007-08-161-2/+2
| * Fix of_data copying for CONFIG_OF_FLAT_TREE-using boardsAndy Fleming2007-08-161-0/+9
| * Fix where the #ifdef CFG_BOOTMAPSZ is placed.Jerry Van Baren2007-08-151-2/+3
| * Fix initrd/dtb interactionAndy Fleming2007-08-141-9/+14
| * fdt: do board setup based on fdt address specified on bootm lineKim Phillips2007-08-101-1/+1
| * Call ft_board_setup() from the bootm command.Gerald Van Baren2007-08-101-0/+4
| * Asthetic improvements: error messages and line lengths.Gerald Van Baren2007-08-101-65/+61
| * Reorganize and fix problems (returns) in the bootm command.Gerald Van Baren2007-08-101-66/+64
| * Fix bugs in the CONFIG_OF_LIBFDTGerald Van Baren2007-08-101-2/+2
OpenPOWER on IntegriCloud