summaryrefslogtreecommitdiff
path: root/common/ft_build.c
AgeCommit message (Collapse)AuthorFilesLines
2007-02-20[PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely1-5/+1
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 Denk1-6/+6
2006-10-11* Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock1-5/+5
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk1-1/+3
2006-10-09Fix buffer overflow problem in ft_build.cWolfgang Denk1-1/+3
Patch by Fredrik Roubert, 09 Oct 2006
2006-08-30Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei1-1/+1
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 McClintock1-237/+104
Patch by Matthew McClintock 26-June-2006
2006-01-11Add support for passing initrd information via flat device treeKumar Gala1-3/+8
Patch by Kumar Gala 11 Jan 2006
2006-01-11Added OF_STDOUT_PATH and OF_SOCKumar Gala1-0/+3
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 Gala1-1/+4
kernel Patch by Kumar Gala 11 Jan 2006
2006-01-11Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala1-7/+23
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 Balakowicz1-2/+2
2005-10-13Add missing files for Pantelis Antoniou's patchWolfgang Denk1-0/+695
Patch by Pantelis Antoniou, 04 Sep 2005