summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz
2008-02-07[new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz
2008-02-07[new uImage] Remove standalone applications handling from boootmMarian Balakowicz
2008-02-07[new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz
2008-02-07[new uImage] Return error on image move/uncompress overwritesMarian Balakowicz
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz
2008-02-07[new uImage] Cleanup cmd_bootm.cMarian Balakowicz
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz
2008-02-07[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz
2008-02-07[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz
2007-11-29Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu
2007-10-19Fix two typos.Detlev Zundel
2007-09-23Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu
2007-09-09Bugfix: make bootm+libfdt compile on boards with no flashGrant Likely
2007-09-07Fix do_bootm_linux() so that multi-file images with FDT blob boot.Bartlomiej Sieka
2007-09-06bootm/fdt: Only process the fdt if an fdt address was providedGrant Likely
2007-08-16Fix warnings from of_data copy fixAndy Fleming
2007-08-16Fix of_data copying for CONFIG_OF_FLAT_TREE-using boardsAndy Fleming
2007-08-15Fix where the #ifdef CFG_BOOTMAPSZ is placed.Jerry Van Baren
2007-08-14Fix initrd/dtb interactionAndy Fleming
2007-08-10fdt: do board setup based on fdt address specified on bootm lineKim Phillips
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren
2007-08-10Asthetic improvements: error messages and line lengths.Gerald Van Baren
2007-08-10Reorganize and fix problems (returns) in the bootm command.Gerald Van Baren
2007-08-10Fix bugs in the CONFIG_OF_LIBFDTGerald Van Baren
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-07-13make show_boot_progress () weak.Heiko Schocher
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-05-13sh: First support code of SuperH.Nobuhiro Iwamatsu
2007-05-04Fix initrd length corruption in bootm command.Wolfgang Denk
2007-04-14Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren
2007-03-31Fix some minor whitespace violations.Gerald Van Baren
2007-03-31Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren
2007-03-22Code cleanup / re-insert previous Copyright entries.Wolfgang Denk
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li
2006-11-27[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese
2006-10-26Code cleanup.Wolfgang Denk
2006-10-24Added support for Multi-Image files that contain a device treeKumar Gala
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-12Fix possible uninitialized variable compiler warning.Grant Likely
2006-10-11Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk
2006-10-11* Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock