Revisão | 9ae20c9786df7ba70b793558c28e99b4e9a9d083 (tree) |
---|---|
Hora | 2020-03-16 00:12:47 |
Autor | 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: <20190607091116.49044-18-ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
@@ -276,6 +276,13 @@ F: include/hw/riscv/ | ||
276 | 276 | F: linux-user/host/riscv32/ |
277 | 277 | F: linux-user/host/riscv64/ |
278 | 278 | |
279 | +RENESAS RX CPUs | |
280 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
281 | +S: Maintained | |
282 | +F: target/rx/ | |
283 | +F: hw/rx/ | |
284 | +F: include/hw/rx/ | |
285 | + | |
279 | 286 | S390 TCG CPUs |
280 | 287 | M: Richard Henderson <rth@twiddle.net> |
281 | 288 | M: David Hildenbrand <david@redhat.com> |
@@ -1196,6 +1203,18 @@ F: pc-bios/canyonlands.dt[sb] | ||
1196 | 1203 | F: pc-bios/u-boot-sam460ex-20100605.bin |
1197 | 1204 | F: roms/u-boot-sam460ex |
1198 | 1205 | |
1206 | +RX Machines | |
1207 | +----------- | |
1208 | +rx-virt | |
1209 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
1210 | +S: Maintained | |
1211 | +F: hw/rx/rxqemu.c | |
1212 | +F: hw/intc/rx_icu.c | |
1213 | +F: hw/timer/renesas_*.c | |
1214 | +F: hw/char/renesas_sci.c | |
1215 | +F: include/hw/timer/renesas_*.h | |
1216 | +F: include/hw/char/renesas_sci.h | |
1217 | + | |
1199 | 1218 | SH4 Machines |
1200 | 1219 | ------------ |
1201 | 1220 | R2D |