Re: [PATCH 10/12] ARM: vf610m4: add new machine and SoC for Vybrid on Cortex-M4

2014-12-03 Thread Stefan Agner
On 2014-12-03 11:56, Arnd Bergmann wrote: > On Wednesday 03 December 2014 01:12:09 Stefan Agner wrote: >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> index 89c4b5c..fdebe18 100644 >> --- a/arch/arm/Kconfig >> +++ b/arch/arm/Kconfig >> @@ -459,6 +459,18 @@ config ARCH_FOOTBRIDGE >>Su

Re: [PATCH 10/12] ARM: vf610m4: add new machine and SoC for Vybrid on Cortex-M4

2014-12-03 Thread Arnd Bergmann
On Wednesday 03 December 2014 01:12:09 Stefan Agner wrote: > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 89c4b5c..fdebe18 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -459,6 +459,18 @@ config ARCH_FOOTBRIDGE > Support for systems based on the DC21285 companion

[PATCH 10/12] ARM: vf610m4: add new machine and SoC for Vybrid on Cortex-M4

2014-12-02 Thread Stefan Agner
This patch adds a new machine MACH_MXCM4 which requires !MMU and !MULTIARCH and is meant as machine for the hetregenous multi-core Vybrid/i.MX SoC's to run Linux on the Cortex-M4. The first SoC supported is Vybrid on Cortex-M4 (SOC_VF610M4). Signed-off-by: Stefan Agner --- arch/arm/Kconfig