Revisión | 4569abb4ce1f1f76c3103de2050fbfece6f8b59b (tree) |
---|---|
Tiempo | 2019-06-16 22:31:41 |
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>
@@ -273,6 +273,13 @@ F: include/hw/riscv/ | ||
273 | 273 | F: linux-user/host/riscv32/ |
274 | 274 | F: linux-user/host/riscv64/ |
275 | 275 | |
276 | +RENESAS RX CPUs | |
277 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
278 | +S: Maintained | |
279 | +F: target/rx/ | |
280 | +F: hw/rx/ | |
281 | +F: include/hw/rx/ | |
282 | + | |
276 | 283 | S390 TCG CPUs |
277 | 284 | M: Richard Henderson <rth@twiddle.net> |
278 | 285 | M: David Hildenbrand <david@redhat.com> |
@@ -1102,6 +1109,18 @@ F: pc-bios/canyonlands.dt[sb] | ||
1102 | 1109 | F: pc-bios/u-boot-sam460ex-20100605.bin |
1103 | 1110 | F: roms/u-boot-sam460ex |
1104 | 1111 | |
1112 | +RX Machines | |
1113 | +----------- | |
1114 | +rx-virt | |
1115 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
1116 | +S: Maintained | |
1117 | +F: hw/rx/rxqemu.c | |
1118 | +F: hw/intc/rx_icu.c | |
1119 | +F: hw/timer/renesas_*.c | |
1120 | +F: hw/char/renesas_sci.c | |
1121 | +F: include/hw/timer/renesas_*.h | |
1122 | +F: include/hw/char/renesas_sci.h | |
1123 | + | |
1105 | 1124 | SH4 Machines |
1106 | 1125 | ------------ |
1107 | 1126 | R2D |