diff options
author | Peter Maydell | 2021-02-19 15:45:44 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-08 18:20:01 +0100 |
commit | 0d10df30384c22c5f683cbfebc42cee6cf83fed4 (patch) | |
tree | b412ee661ba4e741cbbff65a37808c24dc22759d /MAINTAINERS | |
parent | hw/misc/iotkit-sysinfo.c: Implement SYS_CONFIG1 and IIDR (diff) | |
download | qemu-0d10df30384c22c5f683cbfebc42cee6cf83fed4.tar.gz qemu-0d10df30384c22c5f683cbfebc42cee6cf83fed4.tar.xz qemu-0d10df30384c22c5f683cbfebc42cee6cf83fed4.zip |
hw/timer/sse-counter: Model the SSE Subsystem System Counter
The SSE-300 includes a counter module; implement a model of it.
This counter is documented in the SSE-123 Example Subsystem
Technical Reference Manual:
https://developer.arm.com/documentation/101370/latest/
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-12-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 26c9454823..68c37957cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -751,6 +751,8 @@ F: hw/misc/armsse-cpuid.c F: include/hw/misc/armsse-cpuid.h F: hw/misc/armsse-mhu.c F: include/hw/misc/armsse-mhu.h +F: hw/timer/sse-counter.c +F: include/hw/timer/sse-counter.h F: docs/system/arm/mps2.rst Musca |