Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-04 Thread Prabhakar Kushwaha
ai Hu > Subject: RE: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data > coherency > > From: Prabhakar Kushwaha > > >> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york > >> On 06/30/2016 02:03 AM, Gong Qianyu wrote: > >> > Fr

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-03 Thread Mingkai Hu
gt; Subject: RE: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data > coherency > > From: Prabhakar Kushwaha > > >> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york > >> On 06/30/2016 02:03 AM, Gong Qianyu wrote: > >> > From:

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-01 Thread Edward L Swarthout
From: Prabhakar Kushwaha >> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york >> On 06/30/2016 02:03 AM, Gong Qianyu wrote: >> > From: Mingkai Hu >> > >> > Data coherency is enabled only when the CPUECTLR.SMPEN bit is set. >> > The SMPEN bit should be set before enabling the

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-01 Thread Prabhakar Kushwaha
.com > Cc: Mingkai Hu > Subject: Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data > coherency > > On 06/30/2016 02:03 AM, Gong Qianyu wrote: > > From: Mingkai Hu > > > > Data coherency is enabled only when the CPUECTLR.SMPEN bit is set. The > &g

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-01 Thread Mingkai Hu
lbert.u.b...@aribaud.net; u- > > b...@lists.denx.de; s.temerkha...@gmail.com; > > yamada.masah...@socionext.com > > Cc: Mingkai Hu > > Subject: Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data > > coherency > > > > On 06/30/2016 02:03 AM, Gong Qianyu wro

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-06-30 Thread Mark Rutland
On Thu, Jun 30, 2016 at 04:51:48PM +0800, Gong Qianyu wrote: > From: Mingkai Hu > > Data coherency is enabled only when the CPUECTLR.SMPEN bit is > set. The SMPEN bit should be set before enabling the data cache. > If not enabled, the cache is not coherent with other cores and > data corruption c

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-06-30 Thread york sun
On 06/30/2016 02:03 AM, Gong Qianyu wrote: > From: Mingkai Hu > > Data coherency is enabled only when the CPUECTLR.SMPEN bit is > set. The SMPEN bit should be set before enabling the data cache. > If not enabled, the cache is not coherent with other cores and > data corruption could occur. > > Sig

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-06-30 Thread Masahiro Yamada
Hi. 2016-06-30 17:51 GMT+09:00 Gong Qianyu : > From: Mingkai Hu > > Data coherency is enabled only when the CPUECTLR.SMPEN bit is > set. The SMPEN bit should be set before enabling the data cache. > If not enabled, the cache is not coherent with other cores and > data corruption could occur. >

[U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-06-30 Thread Gong Qianyu
From: Mingkai Hu Data coherency is enabled only when the CPUECTLR.SMPEN bit is set. The SMPEN bit should be set before enabling the data cache. If not enabled, the cache is not coherent with other cores and data corruption could occur. Signed-off-by: Mingkai Hu Signed-off-by: Gong Qianyu diff