hw/arm/armsse: Move PPUs into data-driven framework
commita459e849aa2b683fac20fc72db9b4b1d90a4b4b9
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:46:02 +0000 (19 14:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:02 +0000 (8 17:20 +0000)
tree905480ccc8379e9c477c960059b77e64229113c7
parent9de4ddb49595670fcbf8da16c3a6bceb083c34ce
hw/arm/armsse: Move PPUs into data-driven framework

Move the PPUs into the data-driven device placement framework.
We don't implement them, so they are just TYPE_UNIMPLEMENTED stubs.

Because the SSE-200 and the IotKit diverge here (the IoTKit does
not have the PPUs) we need to separate out the ARMSSEDeviceInfo
for the two variants, and only add the PPUs to the SSE-200.

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-30-peter.maydell@linaro.org
hw/arm/armsse.c
include/hw/arm/armsse.h