[PATCH 0/2] Add support for STM32G0 SoC family

Felipe Balbi posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240320184759.754619-1-balbi@kernel.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Alistair Francis <alistair@alistair23.me>
There is a newer version of this series
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
[PATCH 0/2] Add support for STM32G0 SoC family
Posted by Felipe Balbi 1 month, 1 week ago
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