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 peter.crosthwa...@xilinx.com wrote: On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis alistai...@gmail.com wrote: This patch adds the Netduion Plus 2 machine to QEMU. Signed-off-by: Alistair Francis alistai...@gmail.com ---

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 alistai...@gmail.com wrote: On Sun, Aug 24, 2014 at 11:20 PM, Peter Crosthwaite peter.crosthwa...@xilinx.com 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

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 peter.mayd...@linaro.org 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,

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 peter.mayd...@linaro.org wrote: On 1 September 2014 13:34, Alistair Francis alistai...@gmail.com wrote: On Sun, Aug 24, 2014 at 11:20 PM, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: Most of this function is the same as armv7m_init().

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 alistai...@gmail.com wrote: This patch adds the Netduion Plus 2 machine to QEMU. Signed-off-by: Alistair Francis alistai...@gmail.com --- hw/arm/Makefile.objs | 2 +- hw/arm/netduinoplus2.c | 202

[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 alistai...@gmail.com --- hw/arm/Makefile.objs | 2 +- hw/arm/netduinoplus2.c | 202 + 2 files changed, 203 insertions(+), 1 deletion(-) create mode 100644