summaryrefslogtreecommitdiff
path: root/common/ft_build.c
AgeCommit message (Collapse)Author
2007-02-20[PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely
isprint is already defined in ctype.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-09Fix buffer overflow problem in ft_build.cWolfgang Denk
Patch by Fredrik Roubert, 09 Oct 2006
2006-08-30Fixed 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 placeMatthew McClintock
Patch by Matthew McClintock 26-June-2006
2006-01-11Add support for passing initrd information via flat device treeKumar Gala
Patch by Kumar Gala 11 Jan 2006
2006-01-11Added OF_STDOUT_PATH and OF_SOCKumar 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-11Allow board code to fixup the flat device tree before booting aKumar Gala
kernel Patch by Kumar Gala 11 Jan 2006
2006-01-11Added CONFIG_ options for bd_t and env in flat dev treeKumar 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-28Correct includes for flat tree builder.Marian Balakowicz
2005-10-13Add missing files for Pantelis Antoniou's patchWolfgang Denk
Patch by Pantelis Antoniou, 04 Sep 2005