diff options
author | Yoshinori Sato | 2019-01-21 14:15:59 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-06-22 18:37:12 +0200 |
commit | 645194c7aa8ff501cfdab864c9f5cdf220c3af76 (patch) | |
tree | 7f6d3ffb3c227006ff2748137dfe241fd2a5cf38 /MAINTAINERS | |
parent | hw/timer: RX62N compare match timer (CMT) (diff) | |
download | qemu-645194c7aa8ff501cfdab864c9f5cdf220c3af76.tar.gz qemu-645194c7aa8ff501cfdab864c9f5cdf220c3af76.tar.xz qemu-645194c7aa8ff501cfdab864c9f5cdf220c3af76.zip |
hw/char: RX62N serial communication interface (SCI)
This module supported only non FIFO type.
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-17-ysato@users.sourceforge.jp>
[PMD: Filled VMStateField for migration]
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 e4ade67a79..e92150187c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1971,9 +1971,11 @@ Renesas peripherals M: Yoshinori Sato <ysato@users.sourceforge.jp> R: Magnus Damm <magnus.damm@gmail.com> S: Maintained +F: hw/char/renesas_sci.c F: hw/char/sh_serial.c F: hw/timer/renesas_*.c F: hw/timer/sh_timer.c +F: include/hw/char/renesas_sci.h F: include/hw/sh4/sh.h F: include/hw/timer/renesas_*.h |