Re: [Qemu-devel] [RFC PATCH] stm32f103: Add initial skeleton of STM32 F103 SoC

2019-01-15 Thread Alistair Francis
On Sun, Jan 6, 2019 at 1:03 PM Priit Laes wrote: > > On Thu, Jan 03, 2019 at 01:33:08PM -0800, Alistair Francis wrote: > > On Wed, Dec 26, 2018 at 11:08 AM Priit Laes wrote: > > > > > > Initial barebone SoC implementation for STM32F103 > > > with "Blue Pill" board source for testing. > > > > > >

Re: [Qemu-devel] [RFC PATCH] stm32f103: Add initial skeleton of STM32 F103 SoC

2019-01-06 Thread Priit Laes
On Thu, Jan 03, 2019 at 01:33:08PM -0800, Alistair Francis wrote: > On Wed, Dec 26, 2018 at 11:08 AM Priit Laes wrote: > > > > Initial barebone SoC implementation for STM32F103 > > with "Blue Pill" board source for testing. > > > > Code is based on both nrf51/microbit and stm32f205. > > > > Althou

Re: [Qemu-devel] [RFC PATCH] stm32f103: Add initial skeleton of STM32 F103 SoC

2019-01-03 Thread Alistair Francis
On Wed, Dec 26, 2018 at 11:08 AM Priit Laes wrote: > > Initial barebone SoC implementation for STM32F103 > with "Blue Pill" board source for testing. > > Code is based on both nrf51/microbit and stm32f205. > > Although code loads and seems to be at the right > addresses it does not yet run: > > ./

[Qemu-devel] [RFC PATCH] stm32f103: Add initial skeleton of STM32 F103 SoC

2018-12-26 Thread Priit Laes
Initial barebone SoC implementation for STM32F103 with "Blue Pill" board source for testing. Code is based on both nrf51/microbit and stm32f205. Although code loads and seems to be at the right addresses it does not yet run: ./arm-softmmu/qemu-system-arm -nographic \ -machine stm32bluepi