[PATCH 02/11] target/arm: Add ARM Cortex-R52 cpu

2022-07-14 Thread Tobias Roehmel
From: Tobias Röhmel All constants are taken from the ARM Cortex-R52 Processor TRM Revision: r1p3 Signed-off-by: Tobias Röhmel --- target/arm/cpu_tcg.c | 54 1 file changed, 54 insertions(+) diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c i

Re: [PATCH 02/11] target/arm: Add ARM Cortex-R52 cpu

2022-07-14 Thread Peter Maydell
On Thu, 14 Jul 2022 at 15:54, Tobias Roehmel wrote: > > From: Tobias Röhmel > > All constants are taken from the ARM Cortex-R52 Processor TRM Revision: r1p3 This should be the last patch in the patchset, so that we only add the new CPU when all the code changes necessary to make it work are pres