hw/arm: Add minimal support for the STM32L4x5 SoC
authorInès Varhol <ines.varhol@telecom-paris.fr>
Mon, 8 Jan 2024 13:58:28 +0000 (14:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:42:39 +0000 (14:42 +0000)
commit04a7c7b130c3b9d2b97912de76dc7c6ffc6742cf
tree544a8e43d4f300304a9f92635545428c13d3ebbb
parentf7f5784af19155df658237d1aae04297d371402b
hw/arm: Add minimal support for the STM32L4x5 SoC

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.
The implementation contains no peripherals, only memory regions are
implemented.

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Message-id: 20240108135849.351719-2-ines.varhol@telecom-paris.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/arm/Kconfig
hw/arm/meson.build
hw/arm/stm32l4x5_soc.c [new file with mode: 0644]
include/hw/arm/stm32l4x5_soc.h [new file with mode: 0644]