From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 23 Oct 2008 09:11:23 -0400 Subject: [U-Boot] [PATCH v2 05/10] fdt: Added helper to set PCI dma-ranges property In-Reply-To: <1224766729-31513-2-git-send-email-galak@kernel.crashing.org> References: <1224766729-31513-1-git-send-email-galak@kernel.crashing.org> <1224766729-31513-2-git-send-email-galak@kernel.crashing.org> Message-ID: <490077FB.6010902@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > Added fdt_pci_dma_ranges() that parses the pci_region info from the > struct pci_controller and populates the dma-ranges based on it. > > The max # of windws/dma-ranges we support is 3 since on embedded > PowerPC based systems this is the max number of windows. > > Signed-off-by: Kumar Gala > --- > > move to using fdt_getprop_u32_default > > - k > > common/fdt_support.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ > include/fdt_support.h | 5 +++ > 2 files changed, 74 insertions(+), 0 deletions(-) > > diff --git a/common/fdt_support.c b/common/fdt_support.c > index f430777..d483d66 100644 > --- a/common/fdt_support.c > +++ b/common/fdt_support.c [snip] > diff --git a/include/fdt_support.h b/include/fdt_support.h > index 816c9d0..6062df9 100644 > --- a/include/fdt_support.h > +++ b/include/fdt_support.h [snip] I'm not really authoritative on the PCI changes, but it looks good to me so I'm OK with adding this to fdt_support.[ch]. Acked-by: Gerald Van Baren Thanks, gvb