Re: [Qemu-devel] [RFC v1 5/6] stm32f205: Add the SoC

2014-09-10 Thread Alistair Francis
On Tue, Sep 9, 2014 at 11:50 PM, Peter Crosthwaite wrote: > On Tue, Sep 9, 2014 at 6:24 PM, Alistair Francis wrote: >> This patch adds the stm32f205 SoC. This will be used by the >> Netduino 2 to create a machine >> >> Signed-off-by: Alistair Francis >> --- >> >> hw/arm/Makefile.objs

Re: [Qemu-devel] [RFC v1 5/6] stm32f205: Add the SoC

2014-09-09 Thread Peter Crosthwaite
On Tue, Sep 9, 2014 at 6:24 PM, Alistair Francis wrote: > This patch adds the stm32f205 SoC. This will be used by the > Netduino 2 to create a machine > > Signed-off-by: Alistair Francis > --- > > hw/arm/Makefile.objs | 2 +- > hw/arm/stm32f205_soc.c | 140 >

[Qemu-devel] [RFC v1 5/6] stm32f205: Add the SoC

2014-09-09 Thread Alistair Francis
This patch adds the stm32f205 SoC. This will be used by the Netduino 2 to create a machine Signed-off-by: Alistair Francis --- hw/arm/Makefile.objs | 2 +- hw/arm/stm32f205_soc.c | 140 + include/hw/arm/stm32f205_soc.h | 61 ++