aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/meson.build
diff options
context:
space:
mode:
authorAlexandre Iooss <erdnaxe@crans.org>2021-06-17 18:56:44 +0200
committerPeter Maydell <peter.maydell@linaro.org>2021-07-09 16:09:11 +0100
commit0f76debd1fff9bb8234e9ca921ef6f9c14be46a9 (patch)
tree89864424fbb30df7e3b3be16be8eb3f7249abdf5 /hw/arm/meson.build
parent05de778b5b8ab0b402996769117b88c7ea5c7c61 (diff)
downloadqemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.zip
qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.tar.gz
qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.tar.bz2
stm32f100: Add the stm32f100 SoC
This SoC is similar to stm32f205 SoC. This will be used by the STM32VLDISCOVERY to create a machine. Signed-off-by: Alexandre Iooss <erdnaxe@crans.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20210617165647.2575955-2-erdnaxe@crans.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/meson.build')
-rw-r--r--hw/arm/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/meson.build b/hw/arm/meson.build
index be39117..0e637e6 100644
--- a/hw/arm/meson.build
+++ b/hw/arm/meson.build
@@ -39,6 +39,7 @@ arm_ss.add(when: 'CONFIG_STRONGARM', if_true: files('strongarm.c'))
arm_ss.add(when: 'CONFIG_ALLWINNER_A10', if_true: files('allwinner-a10.c', 'cubieboard.c'))
arm_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3.c', 'orangepi.c'))
arm_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_peripherals.c', 'bcm2836.c', 'raspi.c'))
+arm_ss.add(when: 'CONFIG_STM32F100_SOC', if_true: files('stm32f100_soc.c'))
arm_ss.add(when: 'CONFIG_STM32F205_SOC', if_true: files('stm32f205_soc.c'))
arm_ss.add(when: 'CONFIG_STM32F405_SOC', if_true: files('stm32f405_soc.c'))
arm_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp.c', 'xlnx-zcu102.c'))