summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
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
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-10Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-09Define IH_CPU_AVR32Stefan Roese
2006-08-23* Another small fix for booting with disable_ofMatthew McClintock
2006-08-22Fix disable_of bootingMatthew McClintock
2006-08-22Support for FDT in uImage format, error when using FDT from flashMatthew McClintock
2006-08-17Unlock cache before kernel starts up for MPC86xxHaiying Wang
2006-08-16* Fix disable_of bootingMatthew McClintock
2006-08-16* Support for FDT in uImage format, error when using FDT from flashMatthew McClintock
2006-08-09Merge branch 'mpc85xx'Jon Loeliger
2006-08-09* Patch to modify ft_build.c to update flat device trees in place Patch by Ma...Matthew McClintock
2006-08-09* Modify bootm command to support booting with flat device trees Patch by Mat...Matthew McClintock
2006-07-13Fixed initrd issue by define big RAMJin Zhengxiong
2006-07-07We made a u-boot patch to fix the hang up issueJason Jin
2006-06-28* Patch to modify ft_build.c to update flat device trees in placeMatthew McClintock