diff options
author | Peter Maydell | 2018-08-24 14:17:41 +0200 |
---|---|---|
committer | Peter Maydell | 2018-08-24 14:17:41 +0200 |
commit | 4f4c6206ca6eda478ec0377545ce26eb41090672 (patch) | |
tree | ebe17875c1b03e37abf9560712bb8629995f55fc /MAINTAINERS | |
parent | hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER (diff) | |
download | qemu-4f4c6206ca6eda478ec0377545ce26eb41090672.tar.gz qemu-4f4c6206ca6eda478ec0377545ce26eb41090672.tar.xz qemu-4f4c6206ca6eda478ec0377545ce26eb41090672.zip |
hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
The Arm Cortex-M System Design Kit includes a "dual-input timer module"
which combines two programmable down-counters. Implement a model
of this device.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180820141116.9118-4-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 68bc92eef9..dc207e3fe7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -455,6 +455,8 @@ F: hw/timer/pl031.c F: include/hw/arm/primecell.h F: hw/timer/cmsdk-apb-timer.c F: include/hw/timer/cmsdk-apb-timer.h +F: hw/timer/cmsdk-apb-dualtimer.c +F: include/hw/timer/cmsdk-apb-dualtimer.h F: hw/char/cmsdk-apb-uart.c F: include/hw/char/cmsdk-apb-uart.h F: hw/watchdog/cmsdk-apb-watchdog.c |