summaryrefslogtreecommitdiff
path: root/common/ft_build.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Remove the deprecated CONFIG_OF_FLAT_TREEGerald Van Baren1-471/+0
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk1-3/+0
2008-05-12Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk1-0/+2
2008-04-18Change env_get_char from a global function ptr to a function.Joakim Tjernlund1-2/+0
2008-04-02remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips1-113/+0
2007-02-20[PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely1-5/+1
2006-10-12Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk1-6/+6
2006-10-12* Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock1-5/+5
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
2006-08-30Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei1-1/+1
2006-06-28* Patch to modify ft_build.c to update flat device trees in placeMatthew McClintock1-237/+104
2006-01-12Add support for passing initrd information via flat device treeKumar Gala1-3/+8
2006-01-11Added OF_STDOUT_PATH and OF_SOCKumar Gala1-0/+3
2006-01-11Allow board code to fixup the flat device tree before booting aKumar Gala1-1/+4
2006-01-11Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala1-7/+23
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