Re: [PATCH v2 1/2] target/arm: Implement Cortex-A5

2022-01-06 Thread Peter Maydell
On Thu, 16 Dec 2021 at 06:48, 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 > --- > target/arm/cpu_tcg.c | 36 +

Re: [PATCH v2 1/2] target/arm: Implement Cortex-A5

2021-12-15 Thread Byron Lathi
..and I've just realized that I left the processor id as C0F instead of C05 again. I also removed the generic timer as I don't think the A5 has one. On Thu, Dec 16, 2021 at 12:48 AM Byron Lathi wrote: > Add support for the Cortex-A5. These changes are based off of the A7 and > A9 Init functions,

[PATCH v2 1/2] target/arm: Implement Cortex-A5

2021-12-15 Thread Byron Lathi
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 --- target/arm/cpu_tcg.c | 36 1 file changed, 36 insertions(+)