Re: [U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file

2015-12-14 Thread York Sun
On 12/05/2015 02:59 PM, Yuan Yao wrote: > Create a soc.c file to put the code for soc special settings. > > Signed-off-by: Yuan Yao > --- Applied to fsl-qoriq master. Awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file

2015-12-04 Thread Yuan Yao
Create a soc.c file to put the code for soc special settings. Signed-off-by: Yuan Yao --- arch/arm/cpu/armv7/ls102xa/Makefile | 1 + arch/arm/cpu/armv7/ls102xa/soc.c| 66 + arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 12 + board/fre

[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file

2015-12-04 Thread Yuan Yao
Create a soc.c file to put the code for soc special settings. Signed-off-by: Yuan Yao --- arch/arm/cpu/armv7/ls102xa/Makefile | 1 + arch/arm/cpu/armv7/ls102xa/soc.c| 66 + arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 12 + board/fre

[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file

2015-11-26 Thread Yuan Yao
Create a soc.c file to put the code for soc special settings. Signed-off-by: Yuan Yao --- arch/arm/cpu/armv7/ls102xa/Makefile | 1 + arch/arm/cpu/armv7/ls102xa/soc.c| 66 + arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 12 + board/free

Re: [U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file

2015-11-04 Thread Huan Wang
Reviewed-by: Alison Wang Best Regards, Alison Wang > -Original Message- > From: Yuan Yao [mailto:yao.y...@freescale.com] > Sent: Wednesday, October 21, 2015 6:15 PM > To: Sun York-R58495; Wang Huan-B18965 > Cc: u-boot@lists.denx.de > Subject: [PATCH 1/5] arm: ls1021a: merge SoC specific

[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file

2015-10-21 Thread Yuan Yao
Create a soc.c file to put the code for soc special settings. Signed-off-by: Yuan Yao --- arch/arm/cpu/armv7/ls102xa/Makefile | 1 + arch/arm/cpu/armv7/ls102xa/soc.c| 66 + arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 12 + board/free