Re: [PATCH v3 4/4] target/arm: Implement Cortex-M55 model

2020-12-16 Thread Richard Henderson
On 12/10/20 2:14 PM, Peter Maydell wrote: > Now that we have implemented all the features needed by the v8.1M > architecture, we can add the model of the Cortex-M55. This is the > configuration without MVE support; we'll add MVE later. > > Signed-off-by: Peter Maydell > --- >

[PATCH v3 4/4] target/arm: Implement Cortex-M55 model

2020-12-10 Thread Peter Maydell
Now that we have implemented all the features needed by the v8.1M architecture, we can add the model of the Cortex-M55. This is the configuration without MVE support; we'll add MVE later. Signed-off-by: Peter Maydell --- target/arm/cpu_tcg.c | 42 ++ 1