mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
e489a44e24
This patch ensures that memory gets properly mapped into the PCI address space. Without this patch, the memory window BAR is left at whatever value happened to be loaded into the BAR when Linux was booted. Without this patch, memory could end up getting mapped at any of the 1G address boundaries instead of at '0' where Linux expects it. Similarly, this patch also ensures that the internally memory mapped registers (IMMR) are mapped to the correct PCI address range. Without this patch, PCI appears to work correctly until a PCI device is inserted which DMAs into memory. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Tested-by: Wolfram Sang <w.sang@pengutronix.de> |
||
---|---|---|
.. | ||
efika.c | ||
Kconfig | ||
lite5200.c | ||
lite5200_pm.c | ||
lite5200_sleep.S | ||
Makefile | ||
mpc52xx_common.c | ||
mpc52xx_gpio.c | ||
mpc52xx_pci.c | ||
mpc52xx_pic.c | ||
mpc52xx_pm.c | ||
mpc52xx_sleep.S | ||
mpc5200_simple.c |