From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 21 Sep 2015 10:27:11 -0700 Subject: [U-Boot] [Patch v2 09/16] ARMv8/FSL_LSCH2: Add FSL_LSCH2 SoC In-Reply-To: <1442473613-17374-6-git-send-email-Qianyu.Gong@freescale.com> References: <1442473613-17374-1-git-send-email-Qianyu.Gong@freescale.com> <1442473613-17374-6-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <56003DEF.3050401@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/17/2015 12:06 AM, Gong Qianyu wrote: > From: Mingkai Hu > > Freescale LayerScape with Chassis Generation 2 is a set of SoCs with > ARMv8 cores and 2rd generation of Chassis. > > Signed-off-by: Li Yang > Signed-off-by: Hou Zhiqiang > Signed-off-by: Mingkai Hu > Signed-off-by: Gong Qianyu > --- > V2: > remove FSL_LS102xA_DEVDISR3_PCIE from immap_lsch2.h > > arch/arm/cpu/armv8/Makefile | 1 + > arch/arm/cpu/armv8/fsl-lsch2/Makefile | 12 + > arch/arm/cpu/armv8/fsl-lsch2/README | 10 + > arch/arm/cpu/armv8/fsl-lsch2/cpu.c | 414 ++++++++++++++++++ Too much duplication. Please work with Alison/Prabhakar to move out the common code in cpu.c. York