[PATCH RFC 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board

~inesvarhol posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/170003673257.14701.8139061802716120109-0@git.sr.ht
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
configs/devices/arm-softmmu/default.mak |   1 +
hw/arm/Kconfig                          |  11 ++
hw/arm/b-l475e-iot01a.c                 |  71 +++++++
hw/arm/meson.build                      |   2 +
hw/arm/stm32l475vg_soc.c                | 241 ++++++++++++++++++++++++
include/hw/arm/stm32l475vg_soc.h        |  60 ++++++
6 files changed, 386 insertions(+)
create mode 100644 hw/arm/b-l475e-iot01a.c
create mode 100644 hw/arm/stm32l475vg_soc.c
create mode 100644 include/hw/arm/stm32l475vg_soc.h
[PATCH RFC 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
Posted by ~inesvarhol 1 year ago
This patch allows to emulate the B-L475E-IOT01A ARM Cortex-M4 board.
This is RFC since the implementation isn't complete yet, there are no
implemented
peripherals, and it's a first contribution to QEMU.

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

 configs/devices/arm-softmmu/default.mak |   1 +
 hw/arm/Kconfig                          |  11 ++
 hw/arm/b-l475e-iot01a.c                 |  71 +++++++
 hw/arm/meson.build                      |   2 +
 hw/arm/stm32l475vg_soc.c                | 241 ++++++++++++++++++++++++
 include/hw/arm/stm32l475vg_soc.h        |  60 ++++++
 6 files changed, 386 insertions(+)
 create mode 100644 hw/arm/b-l475e-iot01a.c
 create mode 100644 hw/arm/stm32l475vg_soc.c
 create mode 100644 include/hw/arm/stm32l475vg_soc.h

-- 
2.38.5