diff options
author | Peter Maydell | 2019-02-21 19:17:47 +0100 |
---|---|---|
committer | Peter Maydell | 2019-02-21 19:17:47 +0100 |
commit | 8f69a4c15d977d7d66c46143f74fbba68efcc0f8 (patch) | |
tree | f333425e3af50bcaa8a3cd7b2ca851b08653c857 /MAINTAINERS | |
parent | hw/arm/armsse: Allow boards to specify init-svtor (diff) | |
download | qemu-8f69a4c15d977d7d66c46143f74fbba68efcc0f8.tar.gz qemu-8f69a4c15d977d7d66c46143f74fbba68efcc0f8.tar.xz qemu-8f69a4c15d977d7d66c46143f74fbba68efcc0f8.zip |
hw/arm/musca.c: Implement models of the Musca-A and -B1 boards
The Musca-A and Musca-B1 development boards are based on the
SSE-200 subsystem for embedded. Implement an initial skeleton
model of these boards, which are similar but not identical.
This commit creates the board model with the SSE and the IRQ
splitters to wire IRQs up to its two CPUs. As yet there
are no devices and no memory: these will be added later.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index db31bc4486..6ae55ff732 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -634,6 +634,12 @@ F: include/hw/misc/iotkit-sysinfo.h F: hw/misc/armsse-cpuid.c F: include/hw/misc/armsse-cpuid.h +Musca +M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org +S: Maintained +F: hw/arm/musca.c + Musicpal M: Jan Kiszka <jan.kiszka@web.de> M: Peter Maydell <peter.maydell@linaro.org> |