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
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,
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
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
>>
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
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