hw/rx: RX62N microcontroller (MCU)
commit0c80f50f1e047535f76cffcf9629ebf6d4542c4d
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 21 Jan 2019 13:16:00 +0000 (21 22:16 +0900)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 22 Jun 2020 16:37:12 +0000 (22 18:37 +0200)
tree3abd0072ce8372c8a21fae94b19ee47a166a734a
parent645194c7aa8ff501cfdab864c9f5cdf220c3af76
hw/rx: RX62N microcontroller (MCU)

rx62n - RX62N cpu.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use TYPE_RX62N_CPU, use #define for RX62N_NR_TMR/CMT/SCI,
 renamed CPU -> MCU, device -> microcontroller]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200224141923.82118-18-ysato@users.sourceforge.jp>
[PMD: Rebased on b77b5b3dc7, split of machine, use &error_abort]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
hw/Kconfig
hw/rx/Kconfig [new file with mode: 0644]
hw/rx/Makefile.objs [new file with mode: 0644]
hw/rx/rx62n.c [new file with mode: 0644]
include/hw/rx/rx62n.h [new file with mode: 0644]