Re: [U-Boot] [PATCH] arm/layerscape: Fix non-boot cpus cannot correctly fall in spin table

2015-08-04 Thread York Sun
On 06/18/2015 03:32 AM, Dongsheng Wang wrote: > From: Wang Dongsheng > > Bootrom will put cpus into WFE state when boot cpu release cpus, so > target cpu cannot correctly go to spin state. > > Add 'sev' to wakeup non-boot cpu that hold on bootrom space, let target > cpu can fall into u-boot sp

Re: [U-Boot] [PATCH] arm/layerscape: Fix non-boot cpus cannot correctly fall in spin table

2015-07-15 Thread Wang Dongsheng
> -Original Message- > From: Sun York-R58495 > Sent: Thursday, July 16, 2015 2:06 AM > To: Wang Dongsheng-B40534 > Cc: Jin Zhengxiong-R64188; Wang Huan-B18965; Zhao Chenhui-B35336; Zhang > Zhuoyu- > B46552; u-boot@lists.denx.de > Subject: Re: [PATCH] arm/layerscape: Fix non-boot cpus can

Re: [U-Boot] [PATCH] arm/layerscape: Fix non-boot cpus cannot correctly fall in spin table

2015-07-15 Thread York Sun
On 07/14/2015 12:09 AM, Wang Dongsheng-B40534 wrote: > Hi Alison & Jason, > > Could you ACK this patch? > > Regards, > -Dongsheng > >> -Original Message- >> From: Dongsheng Wang [mailto:dongsheng.w...@freescale.com] >> Sent: Thursday, June 18, 2015 6:33 PM >> To: Sun York-R58495 >> Cc: J

Re: [U-Boot] [PATCH] arm/layerscape: Fix non-boot cpus cannot correctly fall in spin table

2015-07-14 Thread Wang Dongsheng
Hi Alison & Jason, Could you ACK this patch? Regards, -Dongsheng > -Original Message- > From: Dongsheng Wang [mailto:dongsheng.w...@freescale.com] > Sent: Thursday, June 18, 2015 6:33 PM > To: Sun York-R58495 > Cc: Jin Zhengxiong-R64188; Wang Huan-B18965; Zhao Chenhui-B35336; Zhang > Zh

[U-Boot] [PATCH] arm/layerscape: Fix non-boot cpus cannot correctly fall in spin table

2015-06-18 Thread Dongsheng Wang
From: Wang Dongsheng Bootrom will put cpus into WFE state when boot cpu release cpus, so target cpu cannot correctly go to spin state. Add 'sev' to wakeup non-boot cpu that hold on bootrom space, let target cpu can fall into u-boot spin table. Signed-off-by: Wang Dongsheng diff --git a/arch/a