hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module
The Arm Cortex-M System Design Kit includes a simple watchdog module
based on a 32-bit down-counter. Implement this.
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- Makefile.objs 1 addition, 0 deletionsMakefile.objs
- default-configs/arm-softmmu.mak 1 addition, 0 deletionsdefault-configs/arm-softmmu.mak
- hw/watchdog/Makefile.objs 1 addition, 0 deletionshw/watchdog/Makefile.objs
- hw/watchdog/cmsdk-apb-watchdog.c 326 additions, 0 deletionshw/watchdog/cmsdk-apb-watchdog.c
- hw/watchdog/trace-events 6 additions, 0 deletionshw/watchdog/trace-events
- include/hw/watchdog/cmsdk-apb-watchdog.h 59 additions, 0 deletionsinclude/hw/watchdog/cmsdk-apb-watchdog.h
hw/watchdog/cmsdk-apb-watchdog.c
0 → 100644
hw/watchdog/trace-events
0 → 100644
include/hw/watchdog/cmsdk-apb-watchdog.h
0 → 100644
Please register or sign in to comment