mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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
This commit is contained in:
parent
0d10df3038
commit
0b8ceee822
7 changed files with 535 additions and 0 deletions
|
@ -45,5 +45,8 @@ config RENESAS_CMT
|
|||
config SSE_COUNTER
|
||||
bool
|
||||
|
||||
config SSE_TIMER
|
||||
bool
|
||||
|
||||
config AVR_TIMER16
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue