diff options
author | Peter Maydell | 2018-08-24 14:17:42 +0200 |
---|---|---|
committer | Peter Maydell | 2018-08-24 14:17:42 +0200 |
commit | 75750e4d43c9c62d26d2b218a1e8c2f8efdf16c4 (patch) | |
tree | ef7a43035a705b372790f38ccb42411625b30f40 /MAINTAINERS | |
parent | hw/arm/iotkit: Wire up the S32KTIMER (diff) | |
download | qemu-75750e4d43c9c62d26d2b218a1e8c2f8efdf16c4.tar.gz qemu-75750e4d43c9c62d26d2b218a1e8c2f8efdf16c4.tar.xz qemu-75750e4d43c9c62d26d2b218a1e8c2f8efdf16c4.zip |
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dc207e3fe7..c0c3012c16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -539,6 +539,8 @@ F: hw/misc/mps2-*.c F: include/hw/misc/mps2-*.h F: hw/arm/iotkit.c F: include/hw/arm/iotkit.h +F: hw/misc/iotkit-sysctl.c +F: include/hw/misc/iotkit-sysctl.h Musicpal M: Jan Kiszka <jan.kiszka@web.de> |