qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu v3 0/2] Add minimal support for the B-L475E-IOT01A board
@ 2023-12-14 15:23 ~inesvarhol
  2023-11-15  7:59 ` [PATCH qemu v3 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC ~inesvarhol
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: ~inesvarhol @ 2023-12-14 15:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, alistair, philmd, peter.maydell, ines.varhol,
	arnaud.minier

This patch adds a new STM32L4x5 SoC, it is necessary to add support for
the B-L475E-IOT01A board.
The implementation is derived from the STM32F405 SoC and NetduinoPlus2
board.
The implementation contains no peripherals, only memory regions are
implemented.

Sorry about the inconsistency in licenses in v2, I changed them.
Should I clarify anything further? Thank you.

Changes from v1 to v3:
Changing the MIT license to GPL.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>

Inès Varhol (2):
  hw/arm: Add minimal support for the STM32L4x5 SoC
  hw/arm: Add minimal support for the B-L475E-IOT01A board

 MAINTAINERS                             |  15 ++
 configs/devices/arm-softmmu/default.mak |   1 +
 hw/arm/Kconfig                          |  11 +
 hw/arm/b-l475e-iot01a.c                 |  70 +++++++
 hw/arm/meson.build                      |   2 +
 hw/arm/stm32l4x5_soc.c                  | 268 ++++++++++++++++++++++++
 include/hw/arm/stm32l4x5_soc.h          |  59 ++++++
 7 files changed, 426 insertions(+)
 create mode 100644 hw/arm/b-l475e-iot01a.c
 create mode 100644 hw/arm/stm32l4x5_soc.c
 create mode 100644 include/hw/arm/stm32l4x5_soc.h

-- 
2.38.5


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

end of thread, other threads:[~2023-12-18 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 15:23 [PATCH qemu v3 0/2] Add minimal support for the B-L475E-IOT01A board ~inesvarhol
2023-11-15  7:59 ` [PATCH qemu v3 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC ~inesvarhol
2023-12-15  5:29   ` Alistair Francis
2023-11-15  8:04 ` [PATCH qemu v3 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board ~inesvarhol
2023-12-15  5:30   ` Alistair Francis
2023-12-18 14:53 ` [PATCH qemu v3 0/2] " 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).