All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] STM32VLDISCOVERY Machine Model
@ 2021-06-15 15:34 Alexandre Iooss
  2021-06-15 15:34 ` [PATCH v2 1/3] stm32f100: Add the stm32f100 SoC Alexandre Iooss
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexandre Iooss @ 2021-06-15 15:34 UTC (permalink / raw)
  To: open list:All patches CC here
  Cc: Peter Maydell, open list:STM32VLDISCOVERY,
	Philippe Mathieu-Daudé,
	Alistair Francis, Alexandre Iooss

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-15 21:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 15:34 [PATCH v2 0/3] STM32VLDISCOVERY Machine Model Alexandre Iooss
2021-06-15 15:34 ` [PATCH v2 1/3] stm32f100: Add the stm32f100 SoC Alexandre Iooss
2021-06-15 21:22   ` Alistair Francis
2021-06-15 15:34 ` [PATCH v2 2/3] stm32vldiscovery: Add the STM32VLDISCOVERY Machine Alexandre Iooss
2021-06-15 21:24   ` Alistair Francis
2021-06-15 15:34 ` [PATCH v2 3/3] docs/system: arm: Add stm32 boards description Alexandre Iooss
2021-06-15 21:53   ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.