From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 09:58:16 -0700 Subject: [U-Boot] [PATCH v2] armv8/ls1043: Add workaround for DDR erratum A-008850 In-Reply-To: <1460017341-29858-1-git-send-email-Shengzhou.Liu@nxp.com> References: <1460017341-29858-1-git-send-email-Shengzhou.Liu@nxp.com> Message-ID: <57448828.6000804@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 04/07/2016 01:32 AM, Shengzhou Liu wrote: > Barrier transactions from CCI400 need to be disabled till > the DDR is configured, otherwise it may lead to system hang. > The patch adds workaround to fix the erratum. > > Signed-off-by: Shengzhou Liu > --- > v2: moved part 2 of 2 to public soc.c > Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York