Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-20 | [PATCH 4_4] Remove local implementation of isprint() in ft_build.c | Grant Likely | |
isprint is already defined in ctype.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
2006-10-11 | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | |
2006-10-11 | * Fix a bunch of compiler warnings for gcc 4.0 | Matthew McClintock | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-11 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-09 | Fix buffer overflow problem in ft_build.c | Wolfgang Denk | |
Patch by Fredrik Roubert, 09 Oct 2006 | |||
2006-08-30 | Fixed an OF-tree off-by-one bug when adding a new property name. | Zhang Wei | |
This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <wei.zhang@freescale.com> (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit) | |||
2006-06-28 | * Patch to modify ft_build.c to update flat device trees in place | Matthew McClintock | |
Patch by Matthew McClintock 26-June-2006 | |||
2006-01-11 | Add support for passing initrd information via flat device tree | Kumar Gala | |
Patch by Kumar Gala 11 Jan 2006 | |||
2006-01-11 | Added OF_STDOUT_PATH and OF_SOC | Kumar Gala | |
OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006 | |||
2006-01-11 | Allow board code to fixup the flat device tree before booting a | Kumar Gala | |
kernel Patch by Kumar Gala 11 Jan 2006 | |||
2006-01-11 | Added CONFIG_ options for bd_t and env in flat dev tree | Kumar Gala | |
CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006 | |||
2005-10-28 | Correct includes for flat tree builder. | Marian Balakowicz | |
2005-10-13 | Add missing files for Pantelis Antoniou's patch | Wolfgang Denk | |
Patch by Pantelis Antoniou, 04 Sep 2005 |