Renesas SH/RX have various SCI in serial interface. The design of sh_serial is old, so I integrate these SCIs with renesas_sci.
Yoshinori Sato (3): hw/char: renesas_sci: Refactor for merge all SCI variant.. hw/char: renesas_sci Add SCI and SCIF support. hw/sh4: sh7750 using renesas_sci. include/hw/char/renesas_sci.h | 117 +++- include/hw/rx/rx62n.h | 2 +- include/hw/sh4/sh.h | 8 - hw/char/renesas_sci.c | 1053 +++++++++++++++++++++++++++------ hw/rx/rx62n.c | 2 +- hw/sh4/sh7750.c | 41 ++ hw/sh4/Kconfig | 2 +- 7 files changed, 1025 insertions(+), 200 deletions(-) -- 2.20.1