target-arm: Merge EL3 CP15 register lists
commit60fb1a87b47b14e4ea67043aa56f353e77fbd70a
authorGreg Bellows <greg.bellows@linaro.org>
Tue, 16 Dec 2014 16:58:05 +0000 (16 16:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Dec 2014 23:12:27 +0000 (22 23:12 +0000)
tree58da53c48ef72cb3cfe8534a4dc67b80f4d9fc54
parentb28fb27b5edf77f6fd0ac550a156fb20f2218db3
target-arm: Merge EL3 CP15 register lists

Merge of the v8_el2_cp_reginfo and el3_cp_reginfo ARMCPRegInfo lists.
Previously, some EL3 registers were restricted to the ARMv8 list under the
impression that they were not needed on ARMv7.  However, this is not the case
as the ARMv7/32-bit variants rely on the ARMv8/64-bit variants to handle
migration and reset.  For this reason they must always exist.

Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Message-id: 1418406450-14961-1-git-send-email-greg.bellows@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c