From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 May 2014 08:35:37 -0700 Subject: [U-Boot] [PATCH v3] fsl/pci: Add workaround for erratum A-005434 In-Reply-To: <1399431020-16512-1-git-send-email-Chunhe.Lan@freescale.com> References: <1399431020-16512-1-git-send-email-Chunhe.Lan@freescale.com> Message-ID: <537B7649.3050901@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 05/06/2014 07:50 PM, Chunhe Lan wrote: > By default, all PEX inbound windows PEX_PEXIWARn[TRGT] are > mapped to 0xF, which is local memory. But for BSC9132, 0xF > is CCSR, 0x0 is local memory. > > Signed-off-by: Minghuan Lian > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx/master. York