Re: [Qemu-devel] Cortex-M development progress

2014-11-25 Thread Liviu Ionescu
On 25 Nov 2014, at 22:37, Peter Maydell wrote: > I'd also strongly prefer not to implement three dozen > boards unless we really need them all. Again, start > with one and implement a decent subset of the devices > it has on it. we probably have different goals. I don't need three dozen boar

Re: [Qemu-devel] Cortex-M development progress

2014-11-25 Thread Peter Maydell
On 25 November 2014 at 19:58, Liviu Ionescu wrote: > As mentioned in a previous message, I started work on a more detailed > implementation for the M profile. > > At first I defined in target-arm/cpu.c the cpu-s for all variants > (M0/M0+/M1/M3/M4/M7). > > /* Cortex-M cores. Currently only M

[Qemu-devel] Cortex-M development progress

2014-11-25 Thread Liviu Ionescu
As mentioned in a previous message, I started work on a more detailed implementation for the M profile. At first I defined in target-arm/cpu.c the cpu-s for all variants (M0/M0+/M1/M3/M4/M7). /* Cortex-M cores. Currently only M3 is tested and fully functional. */ { .name = "cortex-m0"