Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240106163905.42027-1-ines.varhol@telecom-paris.fr
Maintainers: Alexandre Iooss <erdnaxe@crans.org>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Arnaud Minier <arnaud.minier@telecom-paris.fr>, "Inès Varhol" <ines.varhol@telecom-paris.fr>, Alistair Francis <alistair@alistair23.me>
MAINTAINERS | 15 ++
configs/devices/arm-softmmu/default.mak | 1 +
docs/system/arm/b-l475e-iot01a.rst | 46 ++++
docs/system/arm/stm32.rst | 6 +-
docs/system/target-arm.rst | 1 +
hw/arm/Kconfig | 11 +
hw/arm/b-l475e-iot01a.c | 72 +++++++
hw/arm/meson.build | 2 +
hw/arm/stm32l4x5_soc.c | 268 ++++++++++++++++++++++++
include/hw/arm/stm32l4x5_soc.h | 57 +++++
10 files changed, 477 insertions(+), 2 deletions(-)
create mode 100644 docs/system/arm/b-l475e-iot01a.rst
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