Re: [PATCH v2 2/6] arm64: Introduce config for S32

2019-08-20 Thread Stefan-gabriel Mirea
Hello Shawn, On 8/19/2019 11:15 AM, Shawn Guo wrote: > On Fri, Aug 09, 2019 at 11:29:10AM +, Stefan-gabriel Mirea wrote: >> +config ARCH_S32 >> + bool "Freescale S32 SoC Family" > > So you still want to use 'Freescale' than 'NXP' here? > >> + help >> + This enables support for

Re: [PATCH v2 2/6] arm64: Introduce config for S32

2019-08-19 Thread Shawn Guo
On Fri, Aug 09, 2019 at 11:29:10AM +, Stefan-gabriel Mirea wrote: > From: Mihaela Martinas > > Add configuration option for the Freescale S32 platform family in > Kconfig.platforms. For starters, the only SoC supported will be Treerunner > (S32V234), with a single execution target: the S32V23

[PATCH v2 2/6] arm64: Introduce config for S32

2019-08-09 Thread Stefan-gabriel Mirea
From: Mihaela Martinas Add configuration option for the Freescale S32 platform family in Kconfig.platforms. For starters, the only SoC supported will be Treerunner (S32V234), with a single execution target: the S32V234-EVB (rev 29288) board. Signed-off-by: Mihaela Martinas Signed-off-by: Stoica