diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-02-21 18:17:47 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-02-21 18:17:47 +0000 |
commit | 8f69a4c15d977d7d66c46143f74fbba68efcc0f8 (patch) | |
tree | f333425e3af50bcaa8a3cd7b2ca851b08653c857 /default-configs | |
parent | 321874196d0fff06eff1df43b20cbadcfe699aad (diff) | |
download | qemu-8f69a4c15d977d7d66c46143f74fbba68efcc0f8.zip qemu-8f69a4c15d977d7d66c46143f74fbba68efcc0f8.tar.gz qemu-8f69a4c15d977d7d66c46143f74fbba68efcc0f8.tar.bz2 |
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 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 734ca72..87ad267 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -89,6 +89,7 @@ CONFIG_TUSB6010=y CONFIG_IMX=y CONFIG_MAINSTONE=y CONFIG_MPS2=y +CONFIG_MUSCA=y CONFIG_NSERIES=y CONFIG_RASPI=y CONFIG_REALVIEW=y |