On Mon, May 28, 2018 at 3:26 PM, Stefan Hajnoczi <stefa...@gmail.com> wrote: > Before we can tackle these tasks a Cortex M0 CPU needs to be defined. > Adding the Cortex M0 involves a new element in > target/arm/cpu.c:arm_cpus[]. The CPU needs ARM_FEATURE_V6 and > ARM_FEATURE_M. Once that is in place most of these tasks can be done > independently and by multiple people.
I have put together a basic Cortex M0 ARMv6-M CPU that can serve as the basis for this work. Please see the RFC patches that I've sent separately. Stefan