Re: [Qemu-devel] [PATCH 08/19] target/arm: Add Cortex-M33

2018-02-27 Thread Richard Henderson
On 02/20/2018 10:03 AM, Peter Maydell wrote: > Add a Cortex-M33 definition. The M33 is an M profile CPU > which implements the ARM v8M architecture, including the > M profile Security Extension. > > Signed-off-by: Peter Maydell > --- > target/arm/cpu.c | 31 +++ > 1 f

[Qemu-devel] [PATCH 08/19] target/arm: Add Cortex-M33

2018-02-20 Thread Peter Maydell
Add a Cortex-M33 definition. The M33 is an M profile CPU which implements the ARM v8M architecture, including the M profile Security Extension. Signed-off-by: Peter Maydell --- target/arm/cpu.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/target/arm/cpu.c