hw/timer/sse-timer: Model the SSE Subsystem System Timer
commit0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:45:45 +0000 (19 14:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:01 +0000 (8 17:20 +0000)
treee9f13fb705e2b8165988789a49ccb1b9cafd2f65
parent0d10df30384c22c5f683cbfebc42cee6cf83fed4
hw/timer/sse-timer: Model the SSE Subsystem System Timer

The SSE-300 includes some timers which are a different kind to
those in the SSE-200. Model them.

These timers are 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-13-peter.maydell@linaro.org
MAINTAINERS
hw/arm/Kconfig
hw/timer/Kconfig
hw/timer/meson.build
hw/timer/sse-timer.c [new file with mode: 0644]
hw/timer/trace-events
include/hw/timer/sse-timer.h [new file with mode: 0644]