]> git.proxmox.com Git - mirror_qemu.git/commit - default-configs/arm-softmmu.mak
hw/arm/musca.c: Implement models of the Musca-A and -B1 boards
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Feb 2019 18:17:47 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Feb 2019 18:17:47 +0000 (18:17 +0000)
commit8f69a4c15d977d7d66c46143f74fbba68efcc0f8
treef333425e3af50bcaa8a3cd7b2ca851b08653c857
parent321874196d0fff06eff1df43b20cbadcfe699aad
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>
MAINTAINERS
default-configs/arm-softmmu.mak
hw/arm/Makefile.objs
hw/arm/musca.c [new file with mode: 0644]