target-arm/helper.c: Implement MIDR aliases
commit97ce8d61559b99492b4d389eba51a198e55b8455
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Wed, 10 Jul 2013 04:22:21 +0000 (10 14:22 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jul 2013 16:13:51 +0000 (15 17:13 +0100)
treeeebb5b45905a7c30f1c8c6e6b996e1a415e0c2c8
parenta703eda18a5c3e9b45f2b9a337a3e1e16c836cf9
target-arm/helper.c: Implement MIDR aliases

Unimplemented registers in the cp15, CRn=0, opc1=0, CRm=0 space default
to aliasing the MIDR register. Set all registers in the space to access
MIDR by default.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 6127846712b7ad2727354a4f5e1d809451f1e859.1373429432.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c