From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 09:00:43 +0800 Subject: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514 In-Reply-To: <1449298754-7541-5-git-send-email-yao.yuan@freescale.com> References: <1449298754-7541-1-git-send-email-yao.yuan@freescale.com> <1449298754-7541-5-git-send-email-yao.yuan@freescale.com> Message-ID: <566F663B.8060602@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: > Update the write value to 63b2_0042h; > --- Applied to fsl-qoriq master. Awaiting upstream. York