linux/arch/arm/mach-zynq
Josh Cartwright f58007762f zynq: move static peripheral mappings
Shifting them up into the vmalloc region prevents the following warning,
when booting a zynq qemu target with more than 512mb of RAM:

  BUG: mapping for 0xe0000000 at 0xe0000000 out of vmalloc space

In addition, it allows for reuse of these mappings when the proper
drivers issue requests via ioremap().

There are currently unknown issues with the early uart mapping.  For
now, the uart will be mapped to a known working address.

Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Cc: John Linn <john.linn@xilinx.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Michal Simek <michal.simek@xilinx.com>
2012-10-29 08:54:56 +01:00
..
include/mach zynq: move static peripheral mappings 2012-10-29 08:54:56 +01:00
common.c zynq: move static peripheral mappings 2012-10-29 08:54:56 +01:00
common.h ARM: Xilinx: merge board file into main platform code 2011-07-07 14:13:58 +00:00
Makefile ARM: zynq: remove incorrectly deleted file 2011-07-28 16:02:53 +00:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
timer.c