From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: Alexandre Iooss <erdnaxe@crans.org>,
"open list : All patches CC here" <qemu-devel@nongnu.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Joaquin de Andres <me@xcancerberox.com.ar>,
"open list : STM32VLDISCOVERY" <qemu-arm@nongnu.org>,
Alistair Francis <alistair23@gmail.com>
Subject: Re: [PATCH v3 0/4] STM32VLDISCOVERY Machine Model
Date: Sat, 19 Jun 2021 17:53:20 +0200 [thread overview]
Message-ID: <1227b1c6-2379-6130-450c-6bb440b6fa24@amsat.org> (raw)
In-Reply-To: <20210617165647.2575955-1-erdnaxe@crans.org>
Cc'ing Joaquín
On 6/17/21 6:56 PM, Alexandre Iooss wrote:
> 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
>
> v3:
> - Add test for STM32VLDISCOVERY USART1
>
> v2:
> - Add documentation of STM32 boards
> - Fixed number of interrupts
> - Fixed Cortex-M3 name
>
> Alexandre Iooss (4):
> stm32f100: Add the stm32f100 SoC
> stm32vldiscovery: Add the STM32VLDISCOVERY Machine
> docs/system: arm: Add stm32 boards description
> tests/boot-serial-test: Add STM32VLDISCOVERY board testcase
>
> 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 ++++++++
> tests/qtest/boot-serial-test.c | 37 +++++
> 10 files changed, 435 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
>
next prev parent reply other threads:[~2021-06-19 15:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-17 16:56 [PATCH v3 0/4] STM32VLDISCOVERY Machine Model Alexandre Iooss
2021-06-17 16:56 ` [PATCH v3 1/4] stm32f100: Add the stm32f100 SoC Alexandre Iooss
2021-06-18 1:27 ` Alistair Francis
2021-06-17 16:56 ` [PATCH v3 2/4] stm32vldiscovery: Add the STM32VLDISCOVERY Machine Alexandre Iooss
2021-06-18 1:28 ` Alistair Francis
2021-06-17 16:56 ` [PATCH v3 3/4] docs/system: arm: Add stm32 boards description Alexandre Iooss
2021-06-18 1:28 ` Alistair Francis
2021-06-17 16:56 ` [PATCH v3 4/4] tests/boot-serial-test: Add STM32VLDISCOVERY board testcase Alexandre Iooss
2021-06-17 19:51 ` Thomas Huth
2021-06-18 1:32 ` Alistair Francis
2021-06-19 15:53 ` Philippe Mathieu-Daudé [this message]
2021-07-05 13:00 ` [PATCH v3 0/4] STM32VLDISCOVERY Machine Model Peter Maydell
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=1227b1c6-2379-6130-450c-6bb440b6fa24@amsat.org \
--to=f4bug@amsat.org \
--cc=alistair23@gmail.com \
--cc=erdnaxe@crans.org \
--cc=me@xcancerberox.com.ar \
--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 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.