Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-11-26 Thread Andy Fleming
On Mon, Oct 29, 2012 at 9:04 PM, Scott Wood scottw...@freescale.com 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

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-11-15 Thread Scott Wood
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 scottw...@freescale.com Cc: Prabhakar

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-31 Thread Prabhakar Kushwaha
On 10/31/2012 02:37 AM, Scott Wood wrote: On 10/30/2012 04:26:16 AM, Prabhakar Kushwaha wrote: On 10/30/2012 07:34 AM, 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

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-31 Thread Scott Wood
On 10/31/2012 01:17:31 AM, Prabhakar Kushwaha wrote: On 10/31/2012 02:37 AM, Scott Wood wrote: On 10/30/2012 04:26:16 AM, Prabhakar Kushwaha wrote: I'd rather not see this split this up. This file is too much of a complicated ifdef mess already. The window during which you won't be able to

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-31 Thread McClintock Matthew-B29882
On Wed, Oct 31, 2012 at 5:43 PM, Matthew McClintock m...@freescale.com wrote: On Wed, Oct 31, 2012 at 5:08 PM, Scott Wood scottw...@freescale.com wrote: On 10/31/2012 01:17:31 AM, Prabhakar Kushwaha wrote: On 10/31/2012 02:37 AM, Scott Wood wrote: On 10/30/2012 04:26:16 AM, Prabhakar

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-31 Thread Scott Wood
On 10/31/2012 05:45:00 PM, McClintock Matthew-B29882 wrote: On Wed, Oct 31, 2012 at 5:43 PM, Matthew McClintock m...@freescale.com wrote: On Wed, Oct 31, 2012 at 5:08 PM, Scott Wood scottw...@freescale.com wrote: On 10/31/2012 01:17:31 AM, Prabhakar Kushwaha wrote: On 10/31/2012 02:37

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-31 Thread McClintock Matthew-B29882
On Wed, Oct 31, 2012 at 5:08 PM, Scott Wood scottw...@freescale.com wrote: On 10/31/2012 01:17:31 AM, Prabhakar Kushwaha wrote: On 10/31/2012 02:37 AM, Scott Wood wrote: On 10/30/2012 04:26:16 AM, Prabhakar Kushwaha wrote: I'd rather not see this split this up. This file is too much of a

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-30 Thread Prabhakar Kushwaha
On 10/30/2012 07:34 AM, 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 scottw...@freescale.com Cc: Prabhakar Kushwaha

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-30 Thread Scott Wood
On 10/30/2012 04:26:16 AM, Prabhakar Kushwaha wrote: On 10/30/2012 07:34 AM, 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

[U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-29 Thread Scott Wood
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 scottw...@freescale.com Cc: Prabhakar Kushwaha prabha...@freescale.com Cc: Andy Fleming