修订版 | 0b1dd425f22b28bb1b3b2db2c1db080d63ee9af3 (tree) |
---|---|
时间 | 2020-02-23 15:25:57 |
作者 | 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>
@@ -274,6 +274,13 @@ F: include/hw/riscv/ | ||
274 | 274 | F: linux-user/host/riscv32/ |
275 | 275 | F: linux-user/host/riscv64/ |
276 | 276 | |
277 | +RENESAS RX CPUs | |
278 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
279 | +S: Maintained | |
280 | +F: target/rx/ | |
281 | +F: hw/rx/ | |
282 | +F: include/hw/rx/ | |
283 | + | |
277 | 284 | S390 TCG CPUs |
278 | 285 | M: Richard Henderson <rth@twiddle.net> |
279 | 286 | M: David Hildenbrand <david@redhat.com> |
@@ -1167,6 +1174,18 @@ F: pc-bios/canyonlands.dt[sb] | ||
1167 | 1174 | F: pc-bios/u-boot-sam460ex-20100605.bin |
1168 | 1175 | F: roms/u-boot-sam460ex |
1169 | 1176 | |
1177 | +RX Machines | |
1178 | +----------- | |
1179 | +rx-virt | |
1180 | +M: Yoshinori Sato <ysato@users.sourceforge.jp> | |
1181 | +S: Maintained | |
1182 | +F: hw/rx/rxqemu.c | |
1183 | +F: hw/intc/rx_icu.c | |
1184 | +F: hw/timer/renesas_*.c | |
1185 | +F: hw/char/renesas_sci.c | |
1186 | +F: include/hw/timer/renesas_*.h | |
1187 | +F: include/hw/char/renesas_sci.h | |
1188 | + | |
1170 | 1189 | SH4 Machines |
1171 | 1190 | ------------ |
1172 | 1191 | R2D |