aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren1-0/+4
2007-08-10Asthetic improvements: error messages and line lengths.Gerald Van Baren1-65/+61
2007-08-10Reorganize and fix problems (returns) in the bootm command.Gerald Van Baren1-66/+64
2007-08-10Fix bugs in the CONFIG_OF_LIBFDTGerald Van Baren1-2/+2
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-17/+17
2007-07-13make show_boot_progress () weak.Heiko Schocher1-38/+31
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-6/+6
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-11/+11
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-11/+11
2007-05-13sh: First support code of SuperH.Nobuhiro Iwamatsu1-0/+2
2007-05-04Fix initrd length corruption in bootm command.Wolfgang Denk1-2/+1
2007-04-14Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren1-8/+48
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren1-1/+1
2007-03-31Fix some minor whitespace violations.Gerald Van Baren1-1/+1
2007-03-31Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren1-10/+55
2007-03-22Code cleanup / re-insert previous Copyright entries.Wolfgang Denk1-18/+18
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li1-1/+2
2006-11-27[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese1-32/+22
2006-10-26Code cleanup.Wolfgang Denk1-3/+2
2006-10-24Added support for Multi-Image files that contain a device treeKumar Gala1-6/+55
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk1-5/+7
2006-10-12Fix possible uninitialized variable compiler warning.Grant Likely1-1/+1
2006-10-11Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk1-6/+7
2006-10-11* Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock1-1/+1
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk1-0/+3
2006-10-10Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger1-0/+3
2006-10-09Define IH_CPU_AVR32Stefan Roese1-0/+3
2006-08-23* Another small fix for booting with disable_ofMatthew McClintock1-5/+6
2006-08-22Fix disable_of bootingMatthew McClintock1-1/+4
2006-08-22Support for FDT in uImage format, error when using FDT from flashMatthew McClintock1-5/+65
2006-08-17Unlock cache before kernel starts up for MPC86xxHaiying Wang1-2/+2
2006-08-16* Fix disable_of bootingMatthew McClintock1-1/+4
2006-08-16* Support for FDT in uImage format, error when using FDT from flashMatthew McClintock1-5/+65
2006-08-09Merge branch 'mpc85xx'Jon Loeliger1-15/+27
2006-08-09* Patch to modify ft_build.c to update flat device trees in place Patch by Ma...Matthew McClintock1-1/+1
2006-08-09* Modify bootm command to support booting with flat device trees Patch by Mat...Matthew McClintock1-14/+26
2006-07-13Fixed initrd issue by define big RAMJin Zhengxiong1-1/+0
2006-07-07We made a u-boot patch to fix the hang up issueJason Jin1-0/+1
2006-06-28* Patch to modify ft_build.c to update flat device trees in placeMatthew McClintock1-1/+1