OSDN Git Service

hw/misc/iotkit-sysctl: Implement IoTKit system control element
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:42 +0000 (13:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:42 +0000 (13:17 +0100)
commit75750e4d43c9c62d26d2b218a1e8c2f8efdf16c4
treeef7a43035a705b372790f38ccb42411625b30f40
parente2d203baba7bf202a64ee321c2754fe918ab909e
hw/misc/iotkit-sysctl: Implement IoTKit system control element

The Arm IoTKit includes a system control element which
provides a block of read-only ID registers and a block
of read-write control registers. Implement a minimal
version of this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180820141116.9118-9-peter.maydell@linaro.org
MAINTAINERS
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/iotkit-sysctl.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/misc/iotkit-sysctl.h [new file with mode: 0644]