summaryrefslogtreecommitdiffstats
path: root/common/ft_build.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for passing initrd information via flat device treeKumar Gala2006-01-111-3/+8
| | | | Patch by Kumar Gala 11 Jan 2006
* Added OF_STDOUT_PATH and OF_SOCKumar Gala2006-01-111-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
* Allow board code to fixup the flat device tree before booting aKumar Gala2006-01-111-1/+4
| | | | | kernel Patch by Kumar Gala 11 Jan 2006
* Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-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
* Correct includes for flat tree builder.Marian Balakowicz2005-10-281-2/+2
|
* Add missing files for Pantelis Antoniou's patchWolfgang Denk2005-10-131-0/+695
Patch by Pantelis Antoniou, 04 Sep 2005