Re: [U-Boot] [PATCH 1/2] fdt: Add fdt_translate_address to convert reg node to cpu phys addr

2010-07-20 Thread Kumar Gala
On Jul 17, 2010, at 10:00 PM, Jerry Van Baren wrote: > Hi Kumar, > > On 07/17/2010 11:49 AM, Kumar Gala wrote: >> >> 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

Re: [U-Boot] [PATCH 1/2] fdt: Add fdt_translate_address to convert reg node to cpu phys addr

2010-07-17 Thread Jerry Van Baren
Hi Kumar, On 07/17/2010 11:49 AM, Kumar Gala wrote: > > 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

Re: [U-Boot] [PATCH 1/2] fdt: Add fdt_translate_address to convert reg node to cpu phys addr

2010-07-17 Thread Kumar Gala
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 >

[U-Boot] [PATCH 1/2] fdt: Add fdt_translate_address to convert reg node to cpu phys addr

2010-07-04 Thread Kumar Gala
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