
17 Jul
2010
17 Jul
'10
5:49 p.m.
On Jul 4, 2010, at 1:18 PM, Kumar Gala wrote:
This code is extracted out of the Linux Kernel code from arch/powerpc/kernel/prom_parse.c.
We maintain some of the same structure to support multiple bus types even though we only have one in the current code. In the future we might want to translate across a PCI bus and thus it will be easier to add that functionality back in.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
common/fdt_support.c | 264 +++++++++++++++++++++++++++++++++++++++++++++++++ include/fdt_support.h | 1 + 2 files changed, 265 insertions(+), 0 deletions(-)
Jerry,
Any comments?
- k