From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 15 Nov 2012 20:12:54 -0600 Subject: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state In-Reply-To: <1351562710-6237-4-git-send-email-scottwood@freescale.com> (from scottwood@freescale.com on Mon Oct 29 21:04:51 2012) References: <1348272087-29608-1-git-send-email-scottwood@freescale.com> <1351562710-6237-1-git-send-email-scottwood@freescale.com> <1351562710-6237-4-git-send-email-scottwood@freescale.com> Message-ID: <1353031974.7487.18@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/29/2012 09:04:51 PM, Scott Wood wrote: > Previously, in many if not all configs we were creating overlapping > TLB entries > which is illegal. This caused a crash during boot when moving > p2020rdb NAND SPL > into L2 SRAM. > > Signed-off-by: Scott Wood > Cc: Prabhakar Kushwaha > Cc: Andy Fleming > -- > Prabhakar, please test that debug still works. > --- > arch/powerpc/cpu/mpc85xx/start.S | 84 > ++++++++++++++++++-------------------- > 1 file changed, 40 insertions(+), 44 deletions(-) Andy, could you ack (or nack) this and the other 85xx patches to go via the NAND tree? -Scott