]> git.proxmox.com Git - mirror_qemu.git/commit
hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:41 +0000 (13:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:41 +0000 (13:17 +0100)
commit4f4c6206ca6eda478ec0377545ce26eb41090672
treeebe17875c1b03e37abf9560712bb8629995f55fc
parent93739075d28ce81ae06237b48084f26a377cdcad
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
MAINTAINERS
default-configs/arm-softmmu.mak
hw/timer/Makefile.objs
hw/timer/cmsdk-apb-dualtimer.c [new file with mode: 0644]
hw/timer/trace-events
include/hw/timer/cmsdk-apb-dualtimer.h [new file with mode: 0644]