On 08/20/2018 07:11 AM, Peter Maydell wrote: > Implement the IoTKit system control element's system information > block; this is just a pair of read-only version/config registers, > plus the usual PID/CID ID registers. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/misc/Makefile.objs | 1 + > include/hw/misc/iotkit-sysinfo.h | 37 +++++++++ > hw/misc/iotkit-sysinfo.c | 128 +++++++++++++++++++++++++++++++ > MAINTAINERS | 2 + > default-configs/arm-softmmu.mak | 1 + > 5 files changed, 169 insertions(+) > create mode 100644 include/hw/misc/iotkit-sysinfo.h > create mode 100644 hw/misc/iotkit-sysinfo.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~