diff options
author | Hao Wu | 2020-10-23 23:06:34 +0200 |
---|---|---|
committer | Peter Maydell | 2020-10-27 12:10:01 +0100 |
commit | 7d378ed6e3b4a26f4da887fcccc4c6f1db3dcd42 (patch) | |
tree | 6770998f835720d3e7bc0879ad7a0705a9650cee /MAINTAINERS | |
parent | Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause (diff) | |
download | qemu-7d378ed6e3b4a26f4da887fcccc4c6f1db3dcd42.tar.gz qemu-7d378ed6e3b4a26f4da887fcccc4c6f1db3dcd42.tar.xz qemu-7d378ed6e3b4a26f4da887fcccc4c6f1db3dcd42.zip |
hw/timer: Adding watchdog for NPCM7XX Timer.
The watchdog is part of NPCM7XX's timer module. Its behavior is
controlled by the WTCR register in the timer.
When enabled, the watchdog issues an interrupt signal after a pre-set
amount of cycles, and issues a reset signal shortly after that.
Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: deleted blank line at end of npcm_watchdog_timer-test.c]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ef6f5c7399..1edc8bd4c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -755,6 +755,7 @@ L: qemu-arm@nongnu.org S: Supported F: hw/*/npcm7xx* F: include/hw/*/npcm7xx* +F: tests/qtest/npcm7xx* F: pc-bios/npcm7xx_bootrom.bin F: roms/vbootrom |