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 scottw...@freescale.comwrote:

 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.  The same Linux code should work for both.

 pseries is something completely different.

  Is there any reference board which uses this processor ?

 p5020ds has a p5020.

 Linux support is in arch/powerpc/platforms/85xx/p5020_ds.c (and
 scattered in other places).

  any reference in DTS file also will be helpful.

 arch/powerpc/boot/dts/p5020ds.dts

 -Scott


___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: Linux port availability for p5010 processor

2011-12-15 Thread Tabi Timur-B04825
On Thu, Dec 15, 2011 at 5:45 AM, Vineeth vnee...@gmail.com 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
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


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 linux ?
 

So it should go head_64.S/entry_64.S with CONFIG_PPC_BOOK3E.

Tiejun
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


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.  The same Linux code should work for both.

pseries is something completely different.

 Is there any reference board which uses this processor ?

p5020ds has a p5020.

Linux support is in arch/powerpc/platforms/85xx/p5020_ds.c (and
scattered in other places).

 any reference in DTS file also will be helpful.

arch/powerpc/boot/dts/p5020ds.dts

-Scott

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev