Re: [Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-09-01 Thread Alistair Francis
On Mon, Sep 1, 2014 at 10:44 PM, Peter Maydell wrote: > On 1 September 2014 13:34, Alistair Francis wrote: >> On Sun, Aug 24, 2014 at 11:20 PM, Peter Crosthwaite >> wrote: >>> Most of this function is the same as armv7m_init(). This seems the be >>> the main difference - the SRAM and FLASH setup

Re: [Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-09-01 Thread Peter Maydell
On 1 September 2014 13:44, Peter Maydell wrote: > Yeah, but it's not really the right design IMHO. We should > have common armv7m init code for the parts which are > really "the CPU has all this" (including at least the bitbanding, > NVIC, memory mapped system registers, reset/ELF file > loading,

Re: [Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-09-01 Thread Peter Maydell
On 1 September 2014 13:34, Alistair Francis wrote: > On Sun, Aug 24, 2014 at 11:20 PM, Peter Crosthwaite > wrote: >> Most of this function is the same as armv7m_init(). This seems the be >> the main difference - the SRAM and FLASH setup. Everything else is >> board-level additive. The fact that i

Re: [Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-09-01 Thread Alistair Francis
On Sun, Aug 24, 2014 at 11:20 PM, Peter Crosthwaite wrote: > On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis > wrote: >> This patch adds the Netduion Plus 2 machine to QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> hw/arm/Makefile.objs | 2 +- >> hw/arm/netduinoplus2.c | 202 >>

Re: [Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-08-24 Thread Peter Crosthwaite
On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis wrote: > This patch adds the Netduion Plus 2 machine to QEMU. > > Signed-off-by: Alistair Francis > --- > hw/arm/Makefile.objs | 2 +- > hw/arm/netduinoplus2.c | 202 > + > 2 files changed, 20

[Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-08-23 Thread Alistair Francis
This patch adds the Netduion Plus 2 machine to QEMU. Signed-off-by: Alistair Francis --- hw/arm/Makefile.objs | 2 +- hw/arm/netduinoplus2.c | 202 + 2 files changed, 203 insertions(+), 1 deletion(-) create mode 100644 hw/arm/netduinoplus2.c