hw/timer: RX62N 8-Bit timer (TMR)
commit7adca78edaa91069f66e373f5b7e4e7d5fe14879
authorYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 20 Mar 2019 14:16:05 +0000 (20 23:16 +0900)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 22 Jun 2020 16:37:12 +0000 (22 18:37 +0200)
treebbf19775aaf4448b5c1b5a87d3d43d0b7847081a
parente78597cc457ff76119bfc8f78aa21b2e5092da92
hw/timer: RX62N 8-Bit timer (TMR)

renesas_tmr: 8bit timer modules.
This part use many renesas's CPU.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-16-ysato@users.sourceforge.jp>
[PMD: Split from CMT, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/renesas_tmr.c [new file with mode: 0644]
include/hw/timer/renesas_tmr.h [new file with mode: 0644]