hw/arm/armsse: Add SSE-300 support
commit8901bb414a2416a3ad3bc870770daaebb08c3aa8
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:46:08 +0000 (19 14:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:03 +0000 (8 17:20 +0000)
tree3b0862dae21d74a0badd8a2905d24a07decbd6f9
parent4668b441cb667619916d4bc6a204f3df06730dfb
hw/arm/armsse: Add SSE-300 support

Now we have sufficiently parameterised the code, we can add SSE-300
support by adding a new entry to the armsse_variants[] array.

Note that the main watchdog (unlike the s32k watchdog) in the SSE-300
is a different device from the CMSDK watchdog; we don't have a model
of it so we leave it as a TYPE_UNIMPLEMENTED_DEVICE stub.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210219144617.4782-36-peter.maydell@linaro.org
hw/arm/armsse.c
include/hw/arm/armsse.h