From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 4 Dec 2013 15:37:54 -0800 Subject: [U-Boot] [PATCH] powerpc/corenet: CPC1 speculation disable In-Reply-To: <1385621888-16519-1-git-send-email-shh.xie@gmail.com> References: <1385621888-16519-1-git-send-email-shh.xie@gmail.com> Message-ID: <529FBCD2.3080700@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 11/27/2013 10:58 PM, shh.xie at gmail.com wrote: > From: Dave Liu > > In PBL RAMBOOT(SPI/SD/NAND boot) mode, CPC1 used as SRAM, should disable > CPC1 speculation and keep it till relocation. Otherwise, speculation > transactions will go to DDR controller, it will cause problem. > > Signed-off-by: Dave Liu > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx/master. Thanks. York