Re: [PATCH v2 1/3] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alistair Francis
On Wed, Jun 16, 2021 at 1:35 AM Alexandre Iooss wrote: > > This SoC is similar to stm32f205 SoC. > This will be used by the STM32VLDISCOVERY to create a machine. > > Signed-off-by: Alexandre Iooss Reviewed-by: Alistair Francis Alistair > --- > MAINTAINERS| 6 ++ > hw/ar

[PATCH v2 1/3] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alexandre Iooss
This SoC is similar to stm32f205 SoC. This will be used by the STM32VLDISCOVERY to create a machine. Signed-off-by: Alexandre Iooss --- MAINTAINERS| 6 ++ hw/arm/Kconfig | 6 ++ hw/arm/meson.build | 1 + hw/arm/stm32f100_soc.c | 182 +