Joakim Tjernlund
c0559be371
Change env_get_char from a global function ptr to a function.
...
This avoids an early global data reference.
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
17 years ago
Kim Phillips
6fe2946f19
remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
...
finish off what commit 43ddd9c820
,
"Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
started.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17 years ago
Grant Likely
80ba981d94
[PATCH 4_4] Remove local implementation of isprint() in ft_build.c
...
isprint is already defined in ctype.c
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
18 years ago
Jon Loeliger
13a7fcdf37
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
18 years ago
Matthew McClintock
7376eb87aa
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
18 years ago
Wolfgang Denk
d262a92f0f
Fix buffer overflow problem in ft_build.c
...
Patch by Fredrik Roubert, 09 Oct 2006
18 years ago
Zhang Wei
88c8f4921f
Fixed an OF-tree off-by-one bug when adding a new property name.
...
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
(cherry picked from 2f15776ccc
commit)
18 years ago
Zhang Wei
2f15776ccc
Fixed an OF-tree off-by-one bug when adding a new property name.
...
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
18 years ago
Matthew McClintock
5498d90312
* Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
19 years ago
Matthew McClintock
1b380ec225
* Patch to modify ft_build.c to update flat device trees in place
...
Patch by Matthew McClintock 26-June-2006
19 years ago
Jon Loeliger
debb7354d1
Initial support for MPC8641 HPCN board.
19 years ago
Kumar Gala
e559a6901a
Add support for passing initrd information via flat device tree
...
Patch by Kumar Gala 11 Jan 2006
19 years ago
Kumar Gala
c2871f0380
Added OF_STDOUT_PATH and OF_SOC
...
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
19 years ago
Kumar Gala
4e2531378f
Allow board code to fixup the flat device tree before booting a
...
kernel
Patch by Kumar Gala 11 Jan 2006
19 years ago
Kumar Gala
e4f880eddd
Added CONFIG_ options for bd_t and env in flat dev tree
...
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
19 years ago
Marian Balakowicz
fe93483a0a
Correct includes for flat tree builder.
19 years ago
Wolfgang Denk
814d98f24e
Add missing files for Pantelis Antoniou's patch
...
Patch by Pantelis Antoniou, 04 Sep 2005
19 years ago