qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for STM32G0 SoC family
@ 2024-03-20 20:20 Felipe Balbi
  2024-03-20 20:20 ` [PATCH v2 1/2] hw/arm: Add support for stm32g000 " Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Felipe Balbi @ 2024-03-20 20:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Samuel Tardieu, Felipe Balbi

Hi all,

These two patches add support for STM32G0 family and nucleo-g071rb
board. Patches have been tested with minimal embedded rust examples.

Changes since v1:

  - Patch 1:
    - Convert tabs to spaces (checkpatch.pl)
    - Correct lines longer than 80 characters (checkpatch.pl)
    - Correct num-prio-bits (Samuel Tardieu)
    - Correct num-irqs (Found reviewing RM0444)

  - Patch 2:
    - Convert tabs to spaces (checkpatch.pl)

Felipe Balbi (2):
  hw/arm: Add support for stm32g000 SoC family
  hw/arm: Add nucleo-g071rb board

 MAINTAINERS                    |  13 ++
 hw/arm/Kconfig                 |  12 ++
 hw/arm/meson.build             |   2 +
 hw/arm/nucleo-g071rb.c         |  70 +++++++++
 hw/arm/stm32g000_soc.c         | 253 +++++++++++++++++++++++++++++++++
 include/hw/arm/stm32g000_soc.h |  62 ++++++++
 6 files changed, 412 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



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

end of thread, other threads:[~2024-03-22 17:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 20:20 [PATCH v2 0/2] Add support for STM32G0 SoC family Felipe Balbi
2024-03-20 20:20 ` [PATCH v2 1/2] hw/arm: Add support for stm32g000 " Felipe Balbi
2024-03-22 16:19   ` Peter Maydell
2024-03-22 17:00   ` Peter Maydell
2024-03-20 20:21 ` [PATCH v2 2/2] hw/arm: Add nucleo-g071rb board Felipe Balbi
2024-03-22 16:21   ` Peter Maydell
2024-03-22 16:30 ` [PATCH v2 0/2] Add support for STM32G0 SoC family Peter Maydell

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).