Re: [Qemu-devel] [PATCH v3 0/6] Add the STM32F405 and Netduino Plus 2 machine

2019-07-16 Thread Alistair Francis
On Tue, Jun 18, 2019 at 9:53 PM Alistair Francis wrote: > > > Now that the Arm-M4 CPU has been added to QEMU we can add the Netduino > Plus 2 machine. This is very similar to the STM32F205 and Netduino 2 SoC > and machine. Ping? Alistair > > v3: > - Remove custom reset handler > - Add init-en

[Qemu-devel] [PATCH v3 0/6] Add the STM32F405 and Netduino Plus 2 machine

2019-06-18 Thread Alistair Francis
Now that the Arm-M4 CPU has been added to QEMU we can add the Netduino Plus 2 machine. This is very similar to the STM32F205 and Netduino 2 SoC and machine. v3: - Remove custom reset handler - Add init-entry and init-sp properties - Rebase on master (including Kconfig changes) v2: - Reorder p