| Commit message (Expand) | Author | Age | Lines |
* | Fix two typos. | Detlev Zundel | 2007-10-19 | -1/+1 |
* | Bugfix: make bootm+libfdt compile on boards with no flash | Grant Likely | 2007-09-09 | -0/+2 |
* | Fix do_bootm_linux() so that multi-file images with FDT blob boot. | Bartlomiej Sieka | 2007-09-07 | -10/+19 |
* | bootm/fdt: Only process the fdt if an fdt address was provided | Grant Likely | 2007-09-06 | -17/+19 |
* | Fix warnings from of_data copy fix | Andy Fleming | 2007-08-16 | -2/+2 |
* | Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards | Andy Fleming | 2007-08-16 | -0/+9 |
* | Fix where the #ifdef CFG_BOOTMAPSZ is placed. | Jerry Van Baren | 2007-08-15 | -2/+3 |
* | Fix initrd/dtb interaction | Andy Fleming | 2007-08-14 | -9/+14 |
* | fdt: do board setup based on fdt address specified on bootm line | Kim Phillips | 2007-08-10 | -1/+1 |
* | Call ft_board_setup() from the bootm command. | Gerald Van Baren | 2007-08-10 | -0/+4 |
* | Asthetic improvements: error messages and line lengths. | Gerald Van Baren | 2007-08-10 | -65/+61 |
* | Reorganize and fix problems (returns) in the bootm command. | Gerald Van Baren | 2007-08-10 | -66/+64 |
* | Fix bugs in the CONFIG_OF_LIBFDT | Gerald Van Baren | 2007-08-10 | -2/+2 |
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-08-06 | -17/+17 |
|\ |
|
| * | common/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -6/+6 |
| * | common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | -11/+11 |
| * | common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -11/+11 |
* | | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | -38/+31 |
|/ |
|
* | Fix initrd length corruption in bootm command. | Wolfgang Denk | 2007-05-04 | -2/+1 |
* | Improve the bootm command for CONFIG_OF_LIBFDT | Gerald Van Baren | 2007-04-14 | -8/+48 |
* | Moved fdt command support code to fdt_support.c | Gerald Van Baren | 2007-04-06 | -1/+1 |
* | Fix some minor whitespace violations. | Gerald Van Baren | 2007-03-31 | -1/+1 |
* | Add a flattened device tree (fdt) command (2 of 2) | Gerald Van Baren | 2007-03-31 | -10/+55 |
* | Code cleanup / re-insert previous Copyright entries. | Wolfgang Denk | 2007-03-22 | -18/+18 |
* | [Blackfin][PATCH-2/2] Common files changed to support bf533 platform | Aubrey.Li | 2007-03-09 | -1/+2 |
* | [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel | Stefan Roese | 2006-11-27 | -32/+22 |
* | Code cleanup. | Wolfgang Denk | 2006-10-26 | -3/+2 |
* | Added support for Multi-Image files that contain a device tree | Kumar Gala | 2006-10-24 | -6/+55 |
* | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-10-24 | -5/+7 |
|\ |
|
| * | Fix possible uninitialized variable compiler warning. | Grant Likely | 2006-10-12 | -1/+1 |
| * | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-10 | -0/+3 |
| |\ |
|
| * | | Fix disable_of booting | Matthew McClintock | 2006-08-22 | -1/+4 |
| * | | Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | 2006-08-22 | -5/+65 |
| * | | Unlock cache before kernel starts up for MPC86xx | Haiying Wang | 2006-08-17 | -2/+2 |
| * | | Merge branch 'mpc85xx' | Jon Loeliger | 2006-08-09 | -15/+27 |
| |\ \ |
|
| | * | | * Patch to modify ft_build.c to update flat device trees in place Patch by Ma... | Matthew McClintock | 2006-08-09 | -1/+1 |
| | * | | * Modify bootm command to support booting with flat device trees Patch by Mat... | Matthew McClintock | 2006-08-09 | -14/+26 |
| * | | | Fixed initrd issue by define big RAM | Jin Zhengxiong | 2006-07-13 | -1/+0 |
| * | | | We made a u-boot patch to fix the hang up issue | Jason Jin | 2006-07-07 | -0/+1 |
| * | | | Remove unneeded INIT_RAM_LOCK cache twiddling. | Haiying Wang | 2006-05-10 | -2/+2 |
| |/ / |
|
* | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | 2006-10-11 | -6/+7 |
|\ \ \ |
|
| * | | | * Fix a bunch of compiler warnings for gcc 4.0 | Matthew McClintock | 2006-10-11 | -1/+1 |
| * | | | * Another small fix for booting with disable_of | Matthew McClintock | 2006-08-23 | -5/+6 |
* | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-10-11 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Define IH_CPU_AVR32 | Stefan Roese | 2006-10-09 | -0/+3 |
| |/ |
|
* | | * Fix disable_of booting | Matthew McClintock | 2006-08-16 | -1/+4 |
* | | * Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | 2006-08-16 | -5/+65 |
* | | * Patch to modify ft_build.c to update flat device trees in place | Matthew McClintock | 2006-06-28 | -1/+1 |
* | | * Modify bootm command to support booting with flat device trees | Matthew McClintock | 2006-06-28 | -14/+26 |
|/ |
|
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -7/+2 |