On 4/16/21 12:40 PM, Peter Maydell wrote: > The SSE-300 has a Cortex-M55 (which was the whole reason for us > modelling it), but we forgot to actually update the code to let it > have a different CPU type from the IoTKit and SSE-200. Add CPU type > as a field for ARMSSEInfo instead of hardcoding it to always use a > Cortex-M33. > > Buglink: https://bugs.launchpad.net/qemu/+bug/1923861 > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > This is a rather embarrassing bug. None of the test code I ran > on the a547 model actually cared about the CPU specifically being > an M55... Another one for the "maybe in rc4" bucket.
Yes please. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > > hw/arm/armsse.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-)