[U-Boot] [PATCH] drivers/fsl_pci_init: Fix inbound window mapping bug

Andy Fleming afleming at gmail.com
Thu Dec 4 22:01:38 CET 2008


On Fri, Nov 21, 2008 at 7:24 PM,  <beckyb at kernel.crashing.org> wrote:
> From: Becky Bruce <becky.bruce at freescale.com>
>
> The current code will cause the creation of a 4GB window
> starting at 0 if we have more than 4GB of RAM installed,
> which overlaps with PCI_MEM space and causes pci_bus_to_phys()
> to return erroneous information. Limit the size to 4GB - 1;
> which causes the code to create one 2GB and one 1GB window
> instead.
>
> Signed-off-by: Becky Bruce <beckyb at kernel.crashing.org>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>

Applied, thanks


More information about the U-Boot mailing list