]> xenbits.xensource.com Git - xen.git/commit
xen/arm: Map mmio-sram nodes as un-cached memory
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Fri, 23 Sep 2016 18:53:22 +0000 (20:53 +0200)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 28 Sep 2016 01:28:01 +0000 (18:28 -0700)
commit1e75ed8b64bc1a9b47e540e6f100f17ec6d97f1b
tree73b6d6483674da936ffe96a69197013c4de2c3f4
parent9eed361acd1cb8f1c46c92309dc38c584c2c8b78
xen/arm: Map mmio-sram nodes as un-cached memory

Map mmio-sram nodes as un-cached memory. If the node
has set the no-memory-wc property, we map it as device.

The DTS bindings for mmio-sram nodes can be found in the
Linux tree under Documentation/devicetree/bindings/sram/sram.txt.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/domain_build.c