Re: [Qemu-devel] [PATCH v2 1/5] netduino2: Specify the valid CPUs

2017-10-13 Thread Igor Mammedov
On Thu, 12 Oct 2017 17:07:25 -0700 Alistair Francis wrote: > List all possible valid CPU options. > > Although the board only ever has a Cortex-M3 we mark the Cortex-M4 as > supported because the Netduino2 Plus supports the Cortex-M4 and the > Netduino2 Plus is similar to the Netduino2. > > Sig

[Qemu-devel] [PATCH v2 1/5] netduino2: Specify the valid CPUs

2017-10-12 Thread Alistair Francis
List all possible valid CPU options. Although the board only ever has a Cortex-M3 we mark the Cortex-M4 as supported because the Netduino2 Plus supports the Cortex-M4 and the Netduino2 Plus is similar to the Netduino2. Signed-off-by: Alistair Francis Reviewed-by: Eduardo Habkost Reviewed-by: Ph