Re: [Xen-devel] [PATCH v4 7/7] xen/arm: Map mmio-sram nodes as un-cached memory

2016-09-27 Thread Julien Grall
Hi Edgar, On 23/09/2016 11:53, Edgar E. Iglesias wrote: From: "Edgar E. Iglesias" 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/bin

[Xen-devel] [PATCH v4 7/7] xen/arm: Map mmio-sram nodes as un-cached memory

2016-09-23 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" 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 ---