Re: [Qemu-devel] [PATCH target-arm v3 0/7] ARM Cortex R5 Support

2015-06-18 Thread Peter Maydell
On 17 June 2015 at 01:35, Peter Crosthwaite wrote: > Hi Peter and all, > > This patch series adds ARM Cortex R5 processor support. The PMSAv7 MPU > is implemented. Two R5s are added to the Xilinx ZynqMP SoC. Thanks, applied to target-arm.next. (This is by a few days post-softfreeze but the patche

[Qemu-devel] [PATCH target-arm v3 0/7] ARM Cortex R5 Support

2015-06-16 Thread Peter Crosthwaite
Hi Peter and all, This patch series adds ARM Cortex R5 processor support. The PMSAv7 MPU is implemented. Two R5s are added to the Xilinx ZynqMP SoC. Changed since v2: Rebased (early patches merged) Added boot CPU selection. Addressed PMM review (see indiv. patches) Changed since v1: Addressed PM