target-arm: Implement AArch64 MIDR_EL1
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:02 +0000 (17:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:02 +0000 (17:20 +0000)
commitcd4da6317748e3ae2bed5fcc5fb3f81e5c853446
tree65a967a184c8f0cf3f0a94e2ed5f6db63768c4b7
parent0eef9d9833df1c2376bd3b761abc6580df15af3b
target-arm: Implement AArch64 MIDR_EL1

Implement the AArch64 view of the MIDR system register
(for AArch64 it is a simple constant, unlike the complicated
mess that TI925 imposes on the 32-bit view).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/helper.c