From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 17 Jul 2010 23:00:07 -0400 Subject: [U-Boot] [PATCH 1/2] fdt: Add fdt_translate_address to convert reg node to cpu phys addr In-Reply-To: <61ABF7F1-2034-4283-B7F7-F0967BC7D340@kernel.crashing.org> References: <1278267518-13779-1-git-send-email-galak@kernel.crashing.org> <61ABF7F1-2034-4283-B7F7-F0967BC7D340@kernel.crashing.org> Message-ID: <4C426E37.1000501@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 >> --- >> common/fdt_support.c | 264 +++++++++++++++++++++++++++++++++++++++++++++++++ >> include/fdt_support.h | 1 + >> 2 files changed, 265 insertions(+), 0 deletions(-) > > Jerry, > > Any comments? > > - k Looks OK to me. Acked-by: Gerald Van Baren gvb