summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPeter Maydell2019-02-01 15:55:43 +0100
committerPeter Maydell2019-02-01 15:55:43 +0100
commit5aeb36896600ff92aee1083ed17e80f069befb93 (patch)
tree306ba784eb755b101d8a7c0b887bb537aa9a63a7 /MAINTAINERS
parenthw/arm/armsse: Add unimplemented-device stub for CPU local control registers (diff)
downloadqemu-5aeb36896600ff92aee1083ed17e80f069befb93.tar.gz
qemu-5aeb36896600ff92aee1083ed17e80f069befb93.tar.xz
qemu-5aeb36896600ff92aee1083ed17e80f069befb93.zip
hw/misc/armsse-cpuid: Implement SSE-200 CPU_IDENTITY register block
The SSE-200 has a CPU_IDENTITY register block, which is a set of read-only registers. As well as the usual PID/CID registers, there is a single CPUID register which indicates whether the CPU is CPU 0 or CPU 1. Implement a model of this register block. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190121185118.18550-20-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c2ad4e52c9..a70ecb1a69 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -631,6 +631,8 @@ F: hw/misc/iotkit-sysctl.c
F: include/hw/misc/iotkit-sysctl.h
F: hw/misc/iotkit-sysinfo.c
F: include/hw/misc/iotkit-sysinfo.h
+F: hw/misc/armsse-cpuid.c
+F: include/hw/misc/armsse-cpuid.h
Musicpal
M: Jan Kiszka <jan.kiszka@web.de>