qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Iooss <erdnaxe@crans.org>
To: qemu-devel@nongnu.org (open list:All patches CC here)
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"open list:STM32VLDISCOVERY" <qemu-arm@nongnu.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Alistair Francis" <alistair23@gmail.com>,
	"Alexandre Iooss" <erdnaxe@crans.org>
Subject: [PATCH v2 0/3] STM32VLDISCOVERY Machine Model
Date: Tue, 15 Jun 2021 17:34:37 +0200	[thread overview]
Message-ID: <20210615153440.1307729-1-erdnaxe@crans.org> (raw)

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



             reply	other threads:[~2021-06-15 15:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 15:34 Alexandre Iooss [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210615153440.1307729-1-erdnaxe@crans.org \
    --to=erdnaxe@crans.org \
    --cc=alistair23@gmail.com \
    --cc=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).