hw/arm/armsse: Move sysinfo register block into data-driven framework
commit39bd0bb15f4849c24b1fe6a235f245479b8aac22
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:46:00 +0000 (19 14:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:02 +0000 (8 17:20 +0000)
tree8a7025bf4094914e1650d54dd43afce25bd13963
parent99865afc66bafca6f734712a897c0b68460f7757
hw/arm/armsse: Move sysinfo register block into data-driven framework

Move the sysinfo register block into the data-driven framework.

While we are moving the code for configuring this device around,
regularize on using &error_abortw when setting the integer
properties: they are all simple DEFINE_PROP_UINT32 properties so the
setting can never fail.

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