]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm: Implement PMSAv7 MPU
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 19 Jun 2015 13:17:45 +0000 (14:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jun 2015 13:17:45 +0000 (14:17 +0100)
commitf6bda88ff839e2adefe4959b7def420b90703855
tree4543b136d8c0fc2180b226bbc6f0d854a6652010
parent6cb0b013a1fa421cdfb83257cd33f855cc90649a
target-arm: Implement PMSAv7 MPU

Unified MPU only. Uses ARM architecture major revision to switch
between PMSAv5 and v7 when ARM_FEATURE_MPU is set. PMSA v6 remains
unsupported and is asserted against.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: dcb03cda6dd754c5cc6a962fa11f25089811e954.1434501320.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/helper.c