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

2019-06-18 Thread Alistair Francis
On Sun, May 5, 2019 at 8:34 AM Peter Maydell wrote: > > On Sat, 4 May 2019 at 06:26, Alistair Francis wrote: > > Ah, it seems like -device loader doesn't work, it looks like not > > setting the thumb register causes this core dump: > > > > qemu: fatal: Lockup: can't escalate 3 to HardFault (curre

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

2019-05-05 Thread Peter Maydell
On Sat, 4 May 2019 at 06:26, Alistair Francis wrote: > Ah, it seems like -device loader doesn't work, it looks like not > setting the thumb register causes this core dump: > > qemu: fatal: Lockup: can't escalate 3 to HardFault (current priority -1) > > R00=2000 R01=0574 R02=200015d0 R03=20

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

2019-05-03 Thread Alistair Francis
On Fri, May 3, 2019 at 9:26 PM Alistair wrote: > > On Thu, May 2, 2019, at 3:06 AM, Peter Maydell wrote: > > On Tue, 30 Apr 2019 at 21:29, Alistair Francis wrote: > > > > > > On Tue, Apr 30, 2019 at 9:02 AM Peter Maydell > > > wrote: > > > > Can you explain the purpose of the reset code? None o

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

2019-05-03 Thread Alistair
On Thu, May 2, 2019, at 3:06 AM, Peter Maydell wrote: > On Tue, 30 Apr 2019 at 21:29, Alistair Francis wrote: > > > > On Tue, Apr 30, 2019 at 9:02 AM Peter Maydell > > wrote: > > > Can you explain the purpose of the reset code? None of the other > > > v7m boards seem to need to do a manual qemu_

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

2019-05-03 Thread Peter Maydell
On Thu, 2 May 2019 at 06:41, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > MAINTAINERS | 6 +++ > default-configs/arm-softmmu.mak | 1 + > hw/arm/Kconfig | 3 ++ > hw/arm/Makefile.objs| 1 + > hw/arm/netduinoplus2.c

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

2019-05-02 Thread Peter Maydell
On Tue, 30 Apr 2019 at 21:29, Alistair Francis wrote: > > On Tue, Apr 30, 2019 at 9:02 AM Peter Maydell > wrote: > > Can you explain the purpose of the reset code? None of the other > > v7m boards seem to need to do a manual qemu_register_reset(). > > The reset code allows the machine to work wi

[Qemu-devel] [PATCH v1 5/5] hw/arm: Add the Netduino Plus 2

2019-05-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- MAINTAINERS | 6 +++ default-configs/arm-softmmu.mak | 1 + hw/arm/Kconfig | 3 ++ hw/arm/Makefile.objs| 1 + hw/arm/netduinoplus2.c | 77 + 5 files changed, 88 insert

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

2019-04-30 Thread Alistair Francis
On Tue, Apr 30, 2019 at 9:02 AM Peter Maydell wrote: > > On Mon, 29 Apr 2019 at 06:39, Alistair Francis wrote: > > > > Signed-off-by: Alistair Francis > > --- > > MAINTAINERS | 6 +++ > > default-configs/arm-softmmu.mak | 1 + > > hw/arm/Kconfig | 3 ++ >

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

2019-04-30 Thread Peter Maydell
On Mon, 29 Apr 2019 at 06:39, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > MAINTAINERS | 6 +++ > default-configs/arm-softmmu.mak | 1 + > hw/arm/Kconfig | 3 ++ > hw/arm/Makefile.objs| 1 + > hw/arm/netduinoplus2.c

[Qemu-devel] [PATCH v1 5/5] hw/arm: Add the Netduino Plus 2

2019-04-28 Thread Alistair Francis
Signed-off-by: Alistair Francis --- MAINTAINERS | 6 +++ default-configs/arm-softmmu.mak | 1 + hw/arm/Kconfig | 3 ++ hw/arm/Makefile.objs| 1 + hw/arm/netduinoplus2.c | 77 + 5 files changed, 88 insert