All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
@ 2022-12-30 14:57 Felipe Balbi
  2022-12-30 14:57 ` [PATCH v2 1/2] hw/arm/stm32f405: correctly describe the " Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Felipe Balbi @ 2022-12-30 14:57 UTC (permalink / raw)
  To: Alistair Francis, Peter Maydell; +Cc: qemu-devel, qemu-arm, Felipe Balbi

Hi,

The following patches pass checkpatch.pl and have been tested against
55745005e90a.

Felipe Balbi (2):
  hw/arm/stm32f405: correctly describe the memory layout
  hw/arm: Add Olimex H405

 MAINTAINERS                             |  6 +++
 configs/devices/arm-softmmu/default.mak |  1 +
 docs/system/arm/stm32.rst               |  1 +
 hw/arm/Kconfig                          |  4 ++
 hw/arm/meson.build                      |  1 +
 hw/arm/olimex-stm32-h405.c              | 69 +++++++++++++++++++++++++
 hw/arm/stm32f405_soc.c                  |  8 +++
 include/hw/arm/stm32f405_soc.h          |  5 +-
 8 files changed, 94 insertions(+), 1 deletion(-)
 create mode 100644 hw/arm/olimex-stm32-h405.c

-- 
2.39.0


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

end of thread, other threads:[~2023-01-06 13:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-30 14:57 [PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout Felipe Balbi
2022-12-30 14:57 ` [PATCH v2 1/2] hw/arm/stm32f405: correctly describe the " Felipe Balbi
2022-12-30 14:57 ` [PATCH v2 2/2] hw/arm: Add Olimex H405 Felipe Balbi
2022-12-30 15:43   ` Philippe Mathieu-Daudé
2023-01-06  0:46   ` Alistair Francis
2023-01-06 13:43 ` [PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout Peter Maydell

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.