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
This commit is contained in:
Peter Maydell 2021-02-19 14:45:44 +00:00
parent 446587a914
commit 0d10df3038
7 changed files with 593 additions and 0 deletions

View file

@ -42,5 +42,8 @@ config RENESAS_TMR
config RENESAS_CMT
bool
config SSE_COUNTER
bool
config AVR_TIMER16
bool