summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlexandre Iooss2021-06-17 18:56:44 +0200
committerPeter Maydell2021-07-09 17:09:11 +0200
commit0f76debd1fff9bb8234e9ca921ef6f9c14be46a9 (patch)
tree89864424fbb30df7e3b3be16be8eb3f7249abdf5 /MAINTAINERS
parentMerge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (diff)
downloadqemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.tar.gz
qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.tar.xz
qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.zip
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 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 809830c655..8cfed2dd2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -948,6 +948,12 @@ L: qemu-arm@nongnu.org
S: Maintained
F: hw/arm/virt-acpi-build.c
+STM32F100
+M: Alexandre Iooss <erdnaxe@crans.org>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/arm/stm32f100_soc.c
+
STM32F205
M: Alistair Francis <alistair@alistair23.me>
M: Peter Maydell <peter.maydell@linaro.org>