Re: [PATCH v3 1/4] stm32f100: Add the stm32f100 SoC

2021-06-17 Thread Alistair Francis
On Fri, Jun 18, 2021 at 2:56 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 Please keep any Reviewed by tags for a patch between versions if you don't make large changes. Rev

[PATCH v3 1/4] stm32f100: Add the stm32f100 SoC

2021-06-17 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 +