Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Stefan Agner
On 2015-05-22 20:06, Russell King - ARM Linux wrote: > On Fri, May 22, 2015 at 06:28:16PM +0200, Stefan Agner wrote: >> On 2015-05-22 17:56, Daniel Thompson wrote: >> > On 22/05/15 16:29, Maxime Coquelin wrote: >> >> 2015-05-22 16:50 GMT+02:00 Arnd Bergmann : >> >>> [one small request as I have fou

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Russell King - ARM Linux
On Fri, May 22, 2015 at 06:28:16PM +0200, Stefan Agner wrote: > On 2015-05-22 17:56, Daniel Thompson wrote: > > On 22/05/15 16:29, Maxime Coquelin wrote: > >> 2015-05-22 16:50 GMT+02:00 Arnd Bergmann : > >>> [one small request as I have four armv7-m folks on Cc already: > >>> could one of you try

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Russell King - ARM Linux
On Fri, May 22, 2015 at 05:29:20PM +0200, Maxime Coquelin wrote: > 2015-05-22 16:50 GMT+02:00 Arnd Bergmann : > > [one small request as I have four armv7-m folks on Cc already: > > could one of you try to fix the warning that I get with every > > single build: "/git/arm-soc/arch/arm/kernel/head-n

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Stefan Agner
On 2015-05-22 17:56, Daniel Thompson wrote: > On 22/05/15 16:29, Maxime Coquelin wrote: >> 2015-05-22 16:50 GMT+02:00 Arnd Bergmann : >>> [one small request as I have four armv7-m folks on Cc already: >>> could one of you try to fix the warning that I get with every >>> single build: "/git/arm-

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Daniel Thompson
On 22/05/15 16:29, Maxime Coquelin wrote: 2015-05-22 16:50 GMT+02:00 Arnd Bergmann : [one small request as I have four armv7-m folks on Cc already: could one of you try to fix the warning that I get with every single build: "/git/arm-soc/arch/arm/kernel/head-nommu.S: Assembler messages: /git

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Stefan Agner
On 2015-05-22 17:29, Maxime Coquelin wrote: > 2015-05-22 16:50 GMT+02:00 Arnd Bergmann : >> [one small request as I have four armv7-m folks on Cc already: >> could one of you try to fix the warning that I get with every >> single build: "/git/arm-soc/arch/arm/kernel/head-nommu.S: Assembler >> mes

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Maxime Coquelin
2015-05-22 16:50 GMT+02:00 Arnd Bergmann : > [one small request as I have four armv7-m folks on Cc already: > could one of you try to fix the warning that I get with every > single build: "/git/arm-soc/arch/arm/kernel/head-nommu.S: Assembler > messages: /git/arm-soc/arch/arm/kernel/head-nommu.S:1

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Arnd Bergmann
On Thursday 21 May 2015 00:35:44 Stefan Agner wrote: > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined platform

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Maxime Coquelin
2015-05-21 0:35 GMT+02:00 Stefan Agner : > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined platforms to share t

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Arnd Bergmann
On Friday 22 May 2015 10:54:48 Stefan Agner wrote: > > Another option might be to consolidate these three into a single > > directory, if someone can come up with a good name. The machine > > files are all trivial, so they could even be merged into one as > > far as I can tell, we just need slightl

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Arnd Bergmann
On Friday 22 May 2015 09:27:38 Stefan Agner wrote: > On 2015-05-21 21:04, Uwe Kleine-König wrote: > > On Thu, May 21, 2015 at 07:00:02PM +0200, Joachim Eastwood wrote: > >> Hi Stefan, > >> > >> On 21 May 2015 at 00:35, Stefan Agner wrote: > >> > Use the new config symbol ARM_SINGLE_ARMV7M which gr

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Stefan Agner
On 2015-05-22 09:53, Arnd Bergmann wrote: > On Thursday 21 May 2015 00:35:44 Stefan Agner wrote: >> +# ARMv7-M architecture >> +config ARCH_EFM32 >> +bool "Energy Micro efm32" >> +depends on ARM_SINGLE_ARMV7M >> +select ARCH_REQUIRE_GPIOLIB >> +help >> + Support for Energy Mic

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Arnd Bergmann
On Thursday 21 May 2015 00:35:44 Stefan Agner wrote: > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined platform

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-22 Thread Stefan Agner
On 2015-05-21 21:04, Uwe Kleine-König wrote: > On Thu, May 21, 2015 at 07:00:02PM +0200, Joachim Eastwood wrote: >> Hi Stefan, >> >> On 21 May 2015 at 00:35, Stefan Agner wrote: >> > Use the new config symbol ARM_SINGLE_ARMV7M which groups config >> > symbols used by modern ARMv7-M platforms. This

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-21 Thread Uwe Kleine-König
On Thu, May 21, 2015 at 07:00:02PM +0200, Joachim Eastwood wrote: > Hi Stefan, > > On 21 May 2015 at 00:35, Stefan Agner wrote: > > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > > symbols used by modern ARMv7-M platforms. This allows supporting > > multiple ARMv7-M platforms i

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-21 Thread Joachim Eastwood
Hi Stefan, On 21 May 2015 at 00:35, Stefan Agner wrote: > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined pla

Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-20 Thread Uwe Kleine-König
On Thu, May 21, 2015 at 12:35:44AM +0200, Stefan Agner wrote: > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined

[PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms

2015-05-20 Thread Stefan Agner
Use the new config symbol ARM_SINGLE_ARMV7M which groups config symbols used by modern ARMv7-M platforms. This allows supporting multiple ARMv7-M platforms in one kernel image. However, a common kernel image requires the combined platforms to share the same main memory layout to be bootable. Acked