Revision | 20755eaea30693594947ee6a22f1d53f53c4a2e4 (tree) |
---|---|
Time | 2019-06-07 18:00:27 |
Author | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
MAINTAINERS: Add RX
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190516055244.95559-13-ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
@@ -272,6 +272,13 @@ F: include/hw/riscv/ | ||
272 | 272 | F: linux-user/host/riscv32/ |
273 | 273 | F: linux-user/host/riscv64/ |
274 | 274 | |
275 | +RENESAS RX | |
276 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
277 | +S: Maintained | |
278 | +F: target/rx/ | |
279 | +F: hw/rx/ | |
280 | +F: include/hw/rx/ | |
281 | + | |
275 | 282 | S390 |
276 | 283 | M: Richard Henderson <rth@twiddle.net> |
277 | 284 | M: David Hildenbrand <david@redhat.com> |
@@ -1108,6 +1115,18 @@ F: pc-bios/canyonlands.dt[sb] | ||
1108 | 1115 | F: pc-bios/u-boot-sam460ex-20100605.bin |
1109 | 1116 | F: roms/u-boot-sam460ex |
1110 | 1117 | |
1118 | +RX Machines | |
1119 | +----------- | |
1120 | +RX-QEMU | |
1121 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
1122 | +S: Maintained | |
1123 | +F: hw/rx/rxqemu.c | |
1124 | +F: hw/intc/rx_icu.c | |
1125 | +F: hw/timer/renesas_*.c | |
1126 | +F: hw/char/renesas_sci.c | |
1127 | +F: include/hw/timer/renesas_*.h | |
1128 | +F: include/hw/char/renesas_sci.h | |
1129 | + | |
1111 | 1130 | SH4 Machines |
1112 | 1131 | ------------ |
1113 | 1132 | R2D |