On 2/14/19 4:51 AM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > hw/arm/Makefile.objs | 1 + > hw/arm/musca.c | 197 ++++++++++++++++++++++++++++++++ > MAINTAINERS | 6 + > default-configs/arm-softmmu.mak | 1 + > 4 files changed, 205 insertions(+) > create mode 100644 hw/arm/musca.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~