On 12/13/21 19:24, Byron Lathi wrote: > Add support for the Cortex-A5. These changes are based off of the A7 and > A9 init functions, using the appropriate values from the technical > reference manual for the A5. > > Signed-off-by: Byron Lathi <bslath...@gmail.com> > --- > target/arm/cpu_tcg.c | 37 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+)
> static const ARMCPRegInfo cortexa9_cp_reginfo[] = { > /* > * power_control should be set to maximum latency. Again, > @@ -1019,6 +1055,7 @@ static const ARMCPUInfo arm_tcg_cpus[] = { > { .name = "arm1136", .initfn = arm1136_initfn }, > { .name = "arm1176", .initfn = arm1176_initfn }, > { .name = "arm11mpcore", .initfn = arm11mpcore_initfn }, > + { .name = "cortext-a5", .initfn = cortex_a5_initfn }, Typo "cortex"? > { .name = "cortex-a7", .initfn = cortex_a7_initfn }, > { .name = "cortex-a8", .initfn = cortex_a8_initfn }, > { .name = "cortex-a9", .initfn = cortex_a9_initfn }, >