Re: [U-Boot] [PATCH] armv8/fsl_lsch2: Add the OCRAM initialization

2016-12-14 Thread Z.Q. Hou
Hi York, Thanks a lot for your comments! > -Original Message- > From: york sun > Sent: 2016年12月14日 0:59 > To: Z.Q. Hou ; u-boot@lists.denx.de; Prabhakar > Kushwaha ; Mingkai Hu > ; Pratiyush Srivastava > Subject: Re: [PATCH] armv8/fsl_lsch2: Add the OCRAM initialization > > On 12/13/201

Re: [U-Boot] [PATCH] armv8/fsl_lsch2: Add the OCRAM initialization

2016-12-13 Thread york sun
On 12/13/2016 01:45 AM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > Clear the content to zero and the ECC error bit of OCRAM1/2. > > The OCRAM must be initialized to ZERO by the unit of 8-Byte before > accessing it, or else it will generate ECC error. And the IBR has > accessed the OCRAM before t

[U-Boot] [PATCH] armv8/fsl_lsch2: Add the OCRAM initialization

2016-12-13 Thread Zhiqiang Hou
From: Hou Zhiqiang Clear the content to zero and the ECC error bit of OCRAM1/2. The OCRAM must be initialized to ZERO by the unit of 8-Byte before accessing it, or else it will generate ECC error. And the IBR has accessed the OCRAM before this initialization, so the ECC error status bit should t