Linux port availability for p5010 processor

2011-12-12 Thread Vineeth
Do we have a linux port available for freescale P5010 processor (with single E5500 core) ? *(found arch/powerpc/platforms/pseries ; and a some details on kernel/cputable.c *) Is there any reference board which uses this processor ? any reference in DTS file also will be helpful. Thanks Vineeth __

Re: Linux port availability for p5010 processor

2011-12-13 Thread Scott Wood
On 12/12/2011 11:33 PM, Vineeth wrote: > Do we have a linux port available for freescale P5010 processor (with > single E5500 core) ? > /(found arch/powerpc/platforms/pseries ; and a some details on > kernel/cputable.c /) p5010 is basically a p5020 with one core and "memory complex" instead of two

Re: Linux port availability for p5010 processor

2011-12-15 Thread Vineeth
found p5020_ds.c in platforms/85xx; why is it a part of 85xx directory ? the core of P5020 is E5500 where the core of 85xx is e500; Do we have the processor initialization code (start.S, head.S) files, port available with linux ? On Wed, Dec 14, 2011 at 12:58 AM, Scott Wood wrote: > On 12/12

Re: Linux port availability for p5010 processor

2011-12-15 Thread Tabi Timur-B04825
On Thu, Dec 15, 2011 at 5:45 AM, Vineeth wrote: > > why is it a part of 85xx directory ? the core of P5020 is E5500 where the > core of 85xx is e500; e5500 is very similar to e500, so it's all part of the same family of cores. -- Timur Tabi Linux kernel developer at Freescale __

Re: Linux port availability for p5010 processor

2011-12-15 Thread tiejun.chen
Vineeth wrote: > found p5020_ds.c in platforms/85xx; > why is it a part of 85xx directory ? the core of P5020 is E5500 where the > core of 85xx is e500; > e5500 is e500mc-64bit Power Architecture core. > Do we have the processor initialization code (start.S, head.S) files, port > available with