target/arm: Add Cortex-R52 IMPDEF sysregs
commit282a48eca4c84c3f146165aab3a64e82b4b60670
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 6 Feb 2024 13:29:21 +0000 (6 13:29 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Feb 2024 14:32:38 +0000 (15 14:32 +0000)
treebbb1ddaaf79fda370477d29a75519e87f09a553a
parentfe31d6c72d0046eb633db51dc1d8fb9b231d270f
target/arm: Add Cortex-R52 IMPDEF sysregs

Add the Cortex-R52 IMPDEF sysregs, by defining them here and
also by enabling the AUXCR feature which defines the ACTLR
and HACTLR registers. As is our usual practice, we make these
simple reads-as-zero stubs for now.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240206132931.38376-4-peter.maydell@linaro.org
target/arm/tcg/cpu32.c