From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sun, 09 Aug 2009 18:54:39 -0400 Subject: [U-Boot] [PATCH] fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges In-Reply-To: <20090809212819.1B1AD833DBD2@gemini.denx.de> References: <1249481034-21936-1-git-send-email-galak@kernel.crashing.org> <20090809212819.1B1AD833DBD2@gemini.denx.de> Message-ID: <4A7F53AF.4000508@cideas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1249481034-21936-1-git-send-email-galak@kernel.crashing.org> you wrote: >> If the size of a region equal to 4G it can't be represnted in a 32-bit >> BAR so we should have marked that case as MEM64. >> >> Additionally bump the number of inbound windows up to 4 to handle the >> fact that Freescale PPCs that have an implicit window for CCSRBAR. >> >> Signed-off-by: Kumar Gala >> --- >> common/fdt_support.c | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) > > Applied, thanks. > > Hope this is OK, Jerry. > > Best regards, > > Wolfgang Denk Yes, no problem. It is only peripherally related to fdt (fdt is the mechanism used, the logic is Kumar's bailiwick). gvb