From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Jun 2016 22:06:36 -0700 Subject: [U-Boot] [PATCH] driver/ddr/fsl: Check condition for erratum A-009803 In-Reply-To: <1464164100-16789-1-git-send-email-Shengzhou.Liu@nxp.com> References: <1464164100-16789-1-git-send-email-Shengzhou.Liu@nxp.com> Message-ID: <575261DC.7030504@nxp.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 05/25/2016 01:25 AM, Shengzhou Liu wrote: > Add condition of checking the enabled of address parity > for erratum A-009803, if parity is not enabled, the > workaround of erratum A-009803 should not be applied. > > Signed-off-by: Shengzhou Liu > --- > drivers/ddr/fsl/fsl_ddr_gen4.c | 42 +++++++++++++++++++++++------------------- > 1 file changed, 23 insertions(+), 19 deletions(-) Applied to fsl-qoriq master branch. Awaiting upstream. Thanks. York