From: Felipe Balbi <balbi@kernel.org>
To: qemu-devel@nongnu.org
Cc: Felipe Balbi <felipe@balbi.sh>
Subject: [PATCH 0/2] Add support for STM32G0 SoC family
Date: Wed, 20 Mar 2024 20:47:57 +0200 [thread overview]
Message-ID: <20240320184759.754619-1-balbi@kernel.org> (raw)
From: Felipe Balbi <felipe@balbi.sh>
Hi all,
These two patches add support for STM32G0 family and nucleo-g071rb
board. Patches have been tested with minimal embedded rust examples.
Felipe Balbi (2):
hw/arm: Add support for stm32g000 SoC family
hw/arm: Add nucleo-g071rb board
hw/arm/Kconfig | 12 ++
hw/arm/meson.build | 2 +
hw/arm/nucleo-g071rb.c | 70 ++++++++++
hw/arm/stm32g000_soc.c | 246 +++++++++++++++++++++++++++++++++
include/hw/arm/stm32g000_soc.h | 62 +++++++++
5 files changed, 392 insertions(+)
create mode 100644 hw/arm/nucleo-g071rb.c
create mode 100644 hw/arm/stm32g000_soc.c
create mode 100644 include/hw/arm/stm32g000_soc.h
--
2.44.0
next reply other threads:[~2024-03-20 18:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-20 18:47 Felipe Balbi [this message]
2024-03-20 18:47 ` [PATCH 1/2] hw/arm: Add support for stm32g000 SoC family Felipe Balbi
2024-03-20 19:17 ` Samuel Tardieu
2024-03-20 18:47 ` [PATCH 2/2] hw/arm: Add nucleo-g071rb board Felipe Balbi
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=20240320184759.754619-1-balbi@kernel.org \
--to=balbi@kernel.org \
--cc=felipe@balbi.sh \
--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).