hw/watchdog: Implement SBSA watchdog device
commit4204c5f70360dc1e527e65eb225d0688993fdcef
authorShashi Mallela <shashi.mallela@linaro.org>
Tue, 27 Oct 2020 01:59:26 +0000 (26 21:59 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2020 11:10:44 +0000 (27 11:10 +0000)
treee62695d7d8ccf2f4426c842655a28e5884f06b01
parent581bb849f749b6c51864989094399c77283b3d6c
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>
hw/arm/Kconfig
hw/watchdog/Kconfig
hw/watchdog/meson.build
hw/watchdog/sbsa_gwdt.c [new file with mode: 0644]
include/hw/watchdog/sbsa_gwdt.h [new file with mode: 0644]