Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-24 Thread Prabhakar Kushwaha
On 06/24/2013 08:44 AM, Prabhakar Kushwaha wrote: On 06/22/2013 02:42 AM, Scott Wood wrote: On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: On 06/21/2013 03:38:48 PM, Andy Fleming wrote: On Thu, Jun 13, 2013 at 10:14:00AM +0530,

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-24 Thread Scott Wood
On 06/24/2013 01:17:11 AM, Prabhakar Kushwaha wrote: On 06/24/2013 08:44 AM, Prabhakar Kushwaha wrote: On 06/22/2013 02:42 AM, Scott Wood wrote: On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: On 06/21/2013 03:38:48 PM, Andy Fleming

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-24 Thread Prabhakar Kushwaha
On 06/24/2013 11:11 PM, Scott Wood wrote: On 06/24/2013 01:17:11 AM, Prabhakar Kushwaha wrote: On 06/24/2013 08:44 AM, Prabhakar Kushwaha wrote: On 06/22/2013 02:42 AM, Scott Wood wrote: On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote:

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-23 Thread Prabhakar Kushwaha
On 06/22/2013 02:42 AM, Scott Wood wrote: On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: On 06/21/2013 03:38:48 PM, Andy Fleming wrote: On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: init_tlbs() initialize all

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-21 Thread Andy Fleming
On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: init_tlbs() initialize all the TLB entries required for the system. So disable DEBUG TLB entry before TLB entries initialization. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Applied, with fixes. diff --git

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-21 Thread Fleming Andy-AFLEMING
On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: On 06/21/2013 03:38:48 PM, Andy Fleming wrote: On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: init_tlbs() initialize all the TLB entries required for the system. So disable DEBUG TLB entry before TLB entries

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-21 Thread Scott Wood
On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: On 06/21/2013 03:38:48 PM, Andy Fleming wrote: On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: init_tlbs() initialize all the TLB entries required for the system.

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-21 Thread Scott Wood
On 06/21/2013 03:38:48 PM, Andy Fleming wrote: On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: init_tlbs() initialize all the TLB entries required for the system. So disable DEBUG TLB entry before TLB entries initialization. Signed-off-by: Prabhakar Kushwaha