Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-12-14 Thread York Sun
On 12/05/2015 02:59 PM, Yuan Yao wrote: > This is a workaround for hardware erratum. > Write the value of 63b2_0042h to EDDRTQCFG will optimal the > memory controller performance. > > The value: 63b2_0042h comes from the hardware team. > > Signed-off-by: Yuan Yao > --- > Changed in v2: >

[U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-12-04 Thread Yuan Yao
This is a workaround for hardware erratum. Write the value of 63b2_0042h to EDDRTQCFG will optimal the memory controller performance. The value: 63b2_0042h comes from the hardware team. Signed-off-by: Yuan Yao --- Changed in v2: Update the write value to 63b2_0042h; --- arch/arm/cpu/ar

[U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-12-04 Thread Yuan Yao
This is a workaround for hardware erratum. Write the value of 63b2_0042h to EDDRTQCFG will optimal the memory controller performance. The value: 63b2_0042h comes from the hardware team. Signed-off-by: Yuan Yao --- Changed in v2: Update the write value to 63b2_0042h; --- arch/arm/cpu/ar

[U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-26 Thread Yuan Yao
This is a workaround for hardware erratum. Write the value of 63b2_0042h to EDDRTQCFG will optimal the memory controller performance. The value: 63b2_0042h comes from the hardware team. Signed-off-by: Yuan Yao --- Changed in v2: squash both of the two patches into one patch to set EDDRTQCF. ---

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-15 Thread Yao Yuan
Hi York, Thanks, And is there any other comments for this set of patches? Or could I send v3 for review? Best Regards, Yuan Yao From: York Sun Sent: Wednesday, November 11, 2015 0:43 To: Yuan Yao-B46683 Cc: Wang Huan-B18965; u-boot@lists.denx.de Subject:

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-10 Thread York Sun
On 11/10/2015 05:18 AM, Yuan Yao-B46683 wrote: > Thanks york, > > So it seems I should moving the workaround out of DDR driver in "gen4" to SoC. > I think the workaround is not just only for ddr4. > And It should be as a workaround for the SOC. Please make the patch if you are comfortable. Please

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-10 Thread Yao Yuan
Thanks york, So it seems I should moving the workaround out of DDR driver in "gen4" to SoC. I think the workaround is not just only for ddr4. And It should be as a workaround for the SOC. From: York Sun Sent: Tuesday, November 10, 2015 1:01 To: Yuan Yao-B

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-09 Thread York Sun
On 11/09/2015 01:30 AM, Yuan Yao-B46683 wrote: > Hi york, > > Is it for DDR4? > LS1021A doesn't use this file. LS1021A support both DDR3 and DDR4. DDR4 mode uses this driver, doesn't it? My concern is if the workaround is implemented in different places, it will be harder to maintain in future

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-09 Thread Yao Yuan
Hi york, Is it for DDR4? LS1021A doesn't use this file. Best Regards, Yuan Yao > -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Friday, November 06, 2015 2:05 AM > To: Yuan Yao-B46683 > Cc: Wang Huan-B18965 ; u-boot@lists.denx.de > Subject: Re: [PATCH v2 4/5]

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-05 Thread York Sun
On 11/05/2015 02:26 AM, Yuan Yao wrote: > This is a workaround for hardware erratum. > Write the value of 63b2_0002h to EDDRTQCFG will optimal the > memory controller performance. > > The value: 63b2_0002h comes from the hardware team. > > Signed-off-by: Yuan Yao > --- > Changes in v2: > Rewri

[U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-05 Thread Yuan Yao
This is a workaround for hardware erratum. Write the value of 63b2_0002h to EDDRTQCFG will optimal the memory controller performance. The value: 63b2_0002h comes from the hardware team. Signed-off-by: Yuan Yao --- Changes in v2: Rewrite the commit message to explain why and what this patch does.