u-boot-brain/drivers/pci
Becky Bruce 35db1c6d34 drivers/fsl_pci_init: Fix inbound window mapping bug
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@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Andy Fleming <afleming@freescale.com>
2008-12-03 22:48:50 -06:00
..
fsl_pci_init.c drivers/fsl_pci_init: Fix inbound window mapping bug 2008-12-03 22:48:50 -06:00
Makefile drivers/pci: Move conditional compilation to Makefile 2008-08-13 01:40:40 +02:00
pci_auto.c pci: Allow for PCI addresses to be 64-bit 2008-10-24 17:32:49 -05:00
pci_indirect.c drivers/pci: Move conditional compilation to Makefile 2008-08-13 01:40:40 +02:00
pci_sh4.c pci: sh: Add pci_skip_dev and pci_print_dev function 2008-07-15 12:24:37 +09:00
pci_sh7751.c sh: Fix compile warning 2008-09-19 11:05:22 +09:00
pci_sh7780.c sh: Fix compile warning 2008-09-19 11:05:22 +09:00
pci.c pci: Allow for PCI addresses to be 64-bit 2008-10-24 17:32:49 -05:00
tsi108_pci.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
w83c553f.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00