Home
last modified time | relevance | path

Searched hist:f58007762f537ba13674a3138b3f4c20fff1cba9 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-zynq/
H A Dcommon.cdiff f58007762f537ba13674a3138b3f4c20fff1cba9 Mon Oct 22 04:15:37 CEST 2012 Josh Cartwright <josh.cartwright@ni.com> 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>