]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/timer/sse-counter: Model the SSE Subsystem System Counter
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:45:44 +0000 (14:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:01 +0000 (17:20 +0000)
commit0d10df30384c22c5f683cbfebc42cee6cf83fed4
treeb412ee661ba4e741cbbff65a37808c24dc22759d
parent446587a914cfa57c2ce529056a9ca2215bde7111
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
MAINTAINERS
hw/arm/Kconfig
hw/timer/Kconfig
hw/timer/meson.build
hw/timer/sse-counter.c [new file with mode: 0644]
hw/timer/trace-events
include/hw/timer/sse-counter.h [new file with mode: 0644]