diff options
author | Yoshinori Sato | 2019-01-21 14:16:00 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-06-22 18:37:12 +0200 |
commit | 0c80f50f1e047535f76cffcf9629ebf6d4542c4d (patch) | |
tree | 3abd0072ce8372c8a21fae94b19ee47a166a734a /MAINTAINERS | |
parent | hw/char: RX62N serial communication interface (SCI) (diff) | |
download | qemu-0c80f50f1e047535f76cffcf9629ebf6d4542c4d.tar.gz qemu-0c80f50f1e047535f76cffcf9629ebf6d4542c4d.tar.xz qemu-0c80f50f1e047535f76cffcf9629ebf6d4542c4d.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e92150187c..570807936c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1983,7 +1983,9 @@ Renesas RX peripherals M: Yoshinori Sato <ysato@users.sourceforge.jp> S: Maintained F: hw/intc/rx_icu.c +F: hw/rx/ F: include/hw/intc/rx_icu.h +F: include/hw/rx/ Subsystems ---------- |