Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251026105320.5591-1-fanyihao@rt-thread.org
Maintainers: Alexandre Iooss <erdnaxe@crans.org>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, yanl1229 <yanl1229@rt-thread.org>, Yihao Fan <fanyihao@rt-thread.org>, Alistair Francis <alistair@alistair23.me>
MAINTAINERS | 14 ++
docs/system/arm/STM32F407-RT-SPARK.rst | 41 +++++
docs/system/arm/stm32.rst | 2 +
docs/system/target-arm.rst | 1 +
hw/arm/Kconfig | 13 ++
hw/arm/meson.build | 2 +
hw/arm/stm32f407_soc.c | 217 +++++++++++++++++++++++++
hw/arm/stm32f4spark.c | 56 +++++++
hw/misc/Kconfig | 3 +
hw/misc/meson.build | 1 +
hw/misc/stm32f4xx_pwr.c | 111 +++++++++++++
include/hw/arm/stm32f407_soc.h | 77 +++++++++
include/hw/misc/stm32f4xx_pwr.h | 40 +++++
13 files changed, 578 insertions(+)
create mode 100644 docs/system/arm/STM32F407-RT-SPARK.rst
create mode 100644 hw/arm/stm32f407_soc.c
create mode 100644 hw/arm/stm32f4spark.c
create mode 100644 hw/misc/stm32f4xx_pwr.c
create mode 100644 include/hw/arm/stm32f407_soc.h
create mode 100644 include/hw/misc/stm32f4xx_pwr.h