Re: [Qemu-devel] [PATCH v5 6/7] stm32f205: Add the stm32f205 SoC

2014-10-20 Thread Alistair Francis
On Mon, Oct 20, 2014 at 5:47 PM, Peter Crosthwaite wrote: > On Thu, Oct 16, 2014 at 10:54 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 >> --- >> default-configs/arm-softmmu.

Re: [Qemu-devel] [PATCH v5 6/7] stm32f205: Add the stm32f205 SoC

2014-10-20 Thread Peter Crosthwaite
On Thu, Oct 16, 2014 at 10:54 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 > --- > default-configs/arm-softmmu.mak | 1 + > hw/arm/Makefile.objs| 1 + > hw/arm/stm32

[Qemu-devel] [PATCH v5 6/7] stm32f205: Add the stm32f205 SoC

2014-10-16 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 --- default-configs/arm-softmmu.mak | 1 + hw/arm/Makefile.objs| 1 + hw/arm/stm32f205_soc.c | 157 includ