All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for STM32G0 SoC family
@ 2024-03-20 18:47 Felipe Balbi
  2024-03-20 18:47 ` [PATCH 1/2] hw/arm: Add support for stm32g000 " Felipe Balbi
  2024-03-20 18:47 ` [PATCH 2/2] hw/arm: Add nucleo-g071rb board Felipe Balbi
  0 siblings, 2 replies; 4+ messages in thread
From: Felipe Balbi @ 2024-03-20 18:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Felipe Balbi

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



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

end of thread, other threads:[~2024-03-20 19:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 18:47 [PATCH 0/2] Add support for STM32G0 SoC family Felipe Balbi
2024-03-20 18:47 ` [PATCH 1/2] hw/arm: Add support for stm32g000 " 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

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.