Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alistair Francis
On Tue, Jun 15, 2021 at 7:15 PM Alexandre IOOSS wrote: > > > > On 6/15/21 10:04 AM, Alistair Francis wrote: > > On Tue, Jun 15, 2021 at 5:50 PM Alexandre IOOSS wrote: > >> > >> On 6/15/21 9:41 AM, Alistair Francis wrote: > >>> Aren't you missing some timers, like timer[5] 0x4000_0C00? > >>> > >>>

Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alexandre IOOSS
On 6/15/21 10:04 AM, Alistair Francis wrote: On Tue, Jun 15, 2021 at 5:50 PM Alexandre IOOSS wrote: On 6/15/21 9:41 AM, Alistair Francis wrote: Aren't you missing some timers, like timer[5] 0x4000_0C00? Alistair I double-checked using the reference manual and the datasheet and there is n

Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alistair Francis
On Tue, Jun 15, 2021 at 5:50 PM Alexandre IOOSS wrote: > > On 6/15/21 9:41 AM, Alistair Francis wrote: > > Aren't you missing some timers, like timer[5] 0x4000_0C00? > > > > Alistair > > I double-checked using the reference manual and the datasheet and there > is not timer[5]: > - page 36 of > htt

Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alexandre IOOSS
On 6/14/21 6:04 PM, Peter Maydell wrote: Is this definitely right? The STM32F00 datasheet I found thinks it only has 61 external interrupts. Yes you are right, I don't really known what I have done here. I will fix this in next patchset version. To double-check, it is described page 131 of

Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alexandre IOOSS
On 6/15/21 9:41 AM, Alistair Francis wrote: Aren't you missing some timers, like timer[5] 0x4000_0C00? Alistair I double-checked using the reference manual and the datasheet and there is not timer[5]: - page 36 of https://www.st.com/resource/en/reference_manual/cd00246267-stm32f100xx-advance

Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-15 Thread Alistair Francis
On Wed, Jun 9, 2021 at 2:12 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 > --- > MAINTAINERS| 6 ++ > hw/arm/Kconfig | 6 ++ > hw/arm

Re: [PATCH 1/2] stm32f100: Add the stm32f100 SoC

2021-06-14 Thread Peter Maydell
On Tue, 8 Jun 2021 at 17:10, 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 > --- > MAINTAINERS| 6 ++ > hw/arm/Kconfig | 6 ++ > hw/arm/m

[PATCH 1/2] stm32f100: Add the stm32f100 SoC

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