On 2/6/24 23:29, Peter Maydell wrote:
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.mayd...@linaro.org> --- target/arm/tcg/cpu32.c | 108 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~