mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw/watchdog: Implement SBSA watchdog device
Generic watchdog device model implementation as per ARM SBSA v6.0 Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> Message-id: 20201027015927.29495-2-shashi.mallela@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
581bb849f7
commit
4204c5f703
5 changed files with 377 additions and 0 deletions
|
@ -17,3 +17,6 @@ config WDT_DIAG288
|
|||
|
||||
config WDT_IMX2
|
||||
bool
|
||||
|
||||
config WDT_SBSA
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue