From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH 03/10] arm64: add Armada 3700 architecture entry Date: Wed, 03 Feb 2016 08:55:22 +0100 Message-ID: <87k2mm5itx.fsf@free-electrons.com> References: <1454436468-4241-1-git-send-email-gregory.clement@free-electrons.com> <1454436468-4241-4-git-send-email-gregory.clement@free-electrons.com> <20160203142451.41381ff6@xhacker> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20160203142451.41381ff6@xhacker> (Jisheng Zhang's message of "Wed, 3 Feb 2016 14:24:51 +0800") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jisheng Zhang Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Catalin Marinas , Will Deacon , Jonathan Corbet , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Greg Kroah-Hartman , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Hans de Goede , linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jiri Slaby , Tejun Heo , Thomas Petazzoni , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-ide@vger.kernel.org Hi Jisheng, =20 On mer., f=C3=A9vr. 03 2016, Jisheng Zhang wrote= : > On Tue, 2 Feb 2016 19:07:41 +0100 Gregory CLEMENT wrote: > >> The Armada 3700 is an mvebu ARM64 SoC using one or two Cortex-A53 co= res >> depending of the variant. >>=20 >> Signed-off-by: Gregory CLEMENT >> Reviewed-by: Thomas Petazzoni >> --- >> arch/arm64/Kconfig.platforms | 6 ++++++ >> 1 file changed, 6 insertions(+) >>=20 >> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platf= orms >> index 21074f674bde..7da341f7b90d 100644 >> --- a/arch/arm64/Kconfig.platforms >> +++ b/arch/arm64/Kconfig.platforms >> @@ -1,5 +1,11 @@ >> menu "Platform selection" >> =20 >> +config ARCH_ARMADA_3700 > > Would it be better to use ARCH_MVEBU? IMHO, there will be more ARMv8 = SoCs > from our EBU, do we plan to add one CONFIG_ARMADA_yyzz for each SoC? Not for each SoC but for each family, yes. As we did for the other mveb= u SoC families. Gregory > >> + bool "Armada 3700 SoC Family" >> + help >> + This enables support for Armada 3700 SoC Family. It is is an >> + ARMv8 based chipset belonging to the mvebu family. >> + >> config ARCH_BCM_IPROC >> bool "Broadcom iProc SoC Family" >> help > --=20 Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933679AbcBCHzn (ORCPT ); Wed, 3 Feb 2016 02:55:43 -0500 Received: from down.free-electrons.com ([37.187.137.238]:34504 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933450AbcBCHzZ convert rfc822-to-8bit (ORCPT ); Wed, 3 Feb 2016 02:55:25 -0500 From: Gregory CLEMENT To: Jisheng Zhang Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , , Catalin Marinas , Will Deacon , Jonathan Corbet , Mark Rutland , , , Greg Kroah-Hartman , , Hans de Goede , , Jiri Slaby , Tejun Heo , Thomas Petazzoni , Subject: Re: [PATCH 03/10] arm64: add Armada 3700 architecture entry References: <1454436468-4241-1-git-send-email-gregory.clement@free-electrons.com> <1454436468-4241-4-git-send-email-gregory.clement@free-electrons.com> <20160203142451.41381ff6@xhacker> Date: Wed, 03 Feb 2016 08:55:22 +0100 In-Reply-To: <20160203142451.41381ff6@xhacker> (Jisheng Zhang's message of "Wed, 3 Feb 2016 14:24:51 +0800") Message-ID: <87k2mm5itx.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jisheng, On mer., févr. 03 2016, Jisheng Zhang wrote: > On Tue, 2 Feb 2016 19:07:41 +0100 Gregory CLEMENT wrote: > >> The Armada 3700 is an mvebu ARM64 SoC using one or two Cortex-A53 cores >> depending of the variant. >> >> Signed-off-by: Gregory CLEMENT >> Reviewed-by: Thomas Petazzoni >> --- >> arch/arm64/Kconfig.platforms | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms >> index 21074f674bde..7da341f7b90d 100644 >> --- a/arch/arm64/Kconfig.platforms >> +++ b/arch/arm64/Kconfig.platforms >> @@ -1,5 +1,11 @@ >> menu "Platform selection" >> >> +config ARCH_ARMADA_3700 > > Would it be better to use ARCH_MVEBU? IMHO, there will be more ARMv8 SoCs > from our EBU, do we plan to add one CONFIG_ARMADA_yyzz for each SoC? Not for each SoC but for each family, yes. As we did for the other mvebu SoC families. Gregory > >> + bool "Armada 3700 SoC Family" >> + help >> + This enables support for Armada 3700 SoC Family. It is is an >> + ARMv8 based chipset belonging to the mvebu family. >> + >> config ARCH_BCM_IPROC >> bool "Broadcom iProc SoC Family" >> help > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 03 Feb 2016 08:55:22 +0100 Subject: [PATCH 03/10] arm64: add Armada 3700 architecture entry In-Reply-To: <20160203142451.41381ff6@xhacker> (Jisheng Zhang's message of "Wed, 3 Feb 2016 14:24:51 +0800") References: <1454436468-4241-1-git-send-email-gregory.clement@free-electrons.com> <1454436468-4241-4-git-send-email-gregory.clement@free-electrons.com> <20160203142451.41381ff6@xhacker> Message-ID: <87k2mm5itx.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jisheng, On mer., f?vr. 03 2016, Jisheng Zhang wrote: > On Tue, 2 Feb 2016 19:07:41 +0100 Gregory CLEMENT wrote: > >> The Armada 3700 is an mvebu ARM64 SoC using one or two Cortex-A53 cores >> depending of the variant. >> >> Signed-off-by: Gregory CLEMENT >> Reviewed-by: Thomas Petazzoni >> --- >> arch/arm64/Kconfig.platforms | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms >> index 21074f674bde..7da341f7b90d 100644 >> --- a/arch/arm64/Kconfig.platforms >> +++ b/arch/arm64/Kconfig.platforms >> @@ -1,5 +1,11 @@ >> menu "Platform selection" >> >> +config ARCH_ARMADA_3700 > > Would it be better to use ARCH_MVEBU? IMHO, there will be more ARMv8 SoCs > from our EBU, do we plan to add one CONFIG_ARMADA_yyzz for each SoC? Not for each SoC but for each family, yes. As we did for the other mvebu SoC families. Gregory > >> + bool "Armada 3700 SoC Family" >> + help >> + This enables support for Armada 3700 SoC Family. It is is an >> + ARMv8 based chipset belonging to the mvebu family. >> + >> config ARCH_BCM_IPROC >> bool "Broadcom iProc SoC Family" >> help > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com