Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [PATCH 4_4] Remove local implementation of isprint() in ft_build.c | Grant Likely | 2007-02-20 | -5/+1 |
| | | | | | | isprint is already defined in ctype.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | 2006-10-11 | -6/+6 |
|\ | ||||
| * | * Fix a bunch of compiler warnings for gcc 4.0 | Matthew McClintock | 2006-10-11 | -5/+5 |
| | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
| * | Fixed an OF-tree off-by-one bug when adding a new property name. | Zhang Wei | 2006-08-30 | -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) | |||
* | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-10-11 | -1/+3 |
|\ \ | |/ |/| | ||||
| * | Fix buffer overflow problem in ft_build.c | Wolfgang Denk | 2006-10-09 | -1/+3 |
| | | | | | | | | Patch by Fredrik Roubert, 09 Oct 2006 | |||
* | | * Patch to modify ft_build.c to update flat device trees in place | Matthew McClintock | 2006-06-28 | -237/+104 |
|/ | | | | Patch by Matthew McClintock 26-June-2006 | |||
* | Add support for passing initrd information via flat device tree | Kumar Gala | 2006-01-11 | -3/+8 |
| | | | | Patch by Kumar Gala 11 Jan 2006 | |||
* | Added OF_STDOUT_PATH and OF_SOC | Kumar Gala | 2006-01-11 | -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 a | Kumar Gala | 2006-01-11 | -1/+4 |
| | | | | | kernel Patch by Kumar Gala 11 Jan 2006 | |||
* | Added CONFIG_ options for bd_t and env in flat dev tree | Kumar Gala | 2006-01-11 | -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 Balakowicz | 2005-10-28 | -2/+2 |
| | ||||
* | Add missing files for Pantelis Antoniou's patch | Wolfgang Denk | 2005-10-13 | -0/+695 |
Patch by Pantelis Antoniou, 04 Sep 2005 |