Re: [Qemu-devel] [PATCH v1 3/5] Netduino_SYSCFG: Add the Netduino Plus 2 SYSCFG

2014-09-01 Thread Alistair Francis
On Sun, Aug 24, 2014 at 1:09 PM, Peter Crosthwaite wrote: > On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis > wrote: >> This patch adds the Netduino Plus 2 System Configuration >> Controller. This is used to configure what memory is mapped >> at address 0 (although that is not supported) as w

Re: [Qemu-devel] [PATCH v1 3/5] Netduino_SYSCFG: Add the Netduino Plus 2 SYSCFG

2014-08-23 Thread Peter Crosthwaite
On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis wrote: > This patch adds the Netduino Plus 2 System Configuration > Controller. This is used to configure what memory is mapped > at address 0 (although that is not supported) as well > as configure how the EXTI interrupts work (also not > support

[Qemu-devel] [PATCH v1 3/5] Netduino_SYSCFG: Add the Netduino Plus 2 SYSCFG

2014-08-23 Thread Alistair Francis
This patch adds the Netduino Plus 2 System Configuration Controller. This is used to configure what memory is mapped at address 0 (although that is not supported) as well as configure how the EXTI interrupts work (also not supported at the moment). Signed-off-by: Alistair Francis --- hw/misc/Mak