[PATCH v2 0/3] STM32VLDISCOVERY Machine Model

Alexandre Iooss posted 3 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210615153440.1307729-1-erdnaxe@crans.org
Maintainers: Alistair Francis <alistair@alistair23.me>, Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
MAINTAINERS                             |  13 ++
default-configs/devices/arm-softmmu.mak |   1 +
docs/system/arm/stm32.rst               |  66 +++++++++
docs/system/target-arm.rst              |   1 +
hw/arm/Kconfig                          |  10 ++
hw/arm/meson.build                      |   2 +
hw/arm/stm32f100_soc.c                  | 182 ++++++++++++++++++++++++
hw/arm/stm32vldiscovery.c               |  66 +++++++++
include/hw/arm/stm32f100_soc.h          |  57 ++++++++
9 files changed, 398 insertions(+)
create mode 100644 docs/system/arm/stm32.rst
create mode 100644 hw/arm/stm32f100_soc.c
create mode 100644 hw/arm/stm32vldiscovery.c
create mode 100644 include/hw/arm/stm32f100_soc.h
[PATCH v2 0/3] STM32VLDISCOVERY Machine Model
Posted by Alexandre Iooss 2 years, 10 months ago
This patch series adds the STM32VLDISCOVERY Machine to QEMU

Information on the board is available at:
https://www.st.com/en/evaluation-tools/stm32vldiscovery.html

Alexandre Iooss (3):
  stm32f100: Add the stm32f100 SoC
  stm32vldiscovery: Add the STM32VLDISCOVERY Machine
  docs/system: arm: Add stm32 boards description

 MAINTAINERS                             |  13 ++
 default-configs/devices/arm-softmmu.mak |   1 +
 docs/system/arm/stm32.rst               |  66 +++++++++
 docs/system/target-arm.rst              |   1 +
 hw/arm/Kconfig                          |  10 ++
 hw/arm/meson.build                      |   2 +
 hw/arm/stm32f100_soc.c                  | 182 ++++++++++++++++++++++++
 hw/arm/stm32vldiscovery.c               |  66 +++++++++
 include/hw/arm/stm32f100_soc.h          |  57 ++++++++
 9 files changed, 398 insertions(+)
 create mode 100644 docs/system/arm/stm32.rst
 create mode 100644 hw/arm/stm32f100_soc.c
 create mode 100644 hw/arm/stm32vldiscovery.c
 create mode 100644 include/hw/arm/stm32f100_soc.h

-- 
2.25.1