diff options
author | Joel Stanley <joel@jms.id.au> | 2018-09-25 14:02:31 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-09-25 14:14:07 +0100 |
commit | b148ed466514c8b50e7cf6fb45985a1ab98db1f8 (patch) | |
tree | cd76ffe9754c9028500403ef1ad57dedadfda483 /hw/arm/Makefile.objs | |
parent | 673b2d42a8bfbc36bbfd9aad18410b3970913043 (diff) | |
download | qemu-b148ed466514c8b50e7cf6fb45985a1ab98db1f8.zip qemu-b148ed466514c8b50e7cf6fb45985a1ab98db1f8.tar.gz qemu-b148ed466514c8b50e7cf6fb45985a1ab98db1f8.tar.bz2 |
arm: Add BBC micro:bit machine
This adds the base for a machine model of the BBC micro:bit:
https://en.wikipedia.org/wiki/Micro_Bit
This is a system with a nRF51 SoC containing the main processor, with
various peripherals on board.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-id: 20180831220920.27113-4-joel@jms.id.au
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Makefile.objs')
-rw-r--r-- | hw/arm/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index ae4e203..5f88062 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -37,4 +37,4 @@ obj-$(CONFIG_IOTKIT) += iotkit.o obj-$(CONFIG_FSL_IMX7) += fsl-imx7.o mcimx7d-sabre.o obj-$(CONFIG_ARM_SMMUV3) += smmu-common.o smmuv3.o obj-$(CONFIG_FSL_IMX6UL) += fsl-imx6ul.o mcimx6ul-evk.o -obj-$(CONFIG_NRF51_SOC) += nrf51_soc.o +obj-$(CONFIG_NRF51_SOC) += nrf51_soc.o microbit.o |