linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Linux port availability for p5010 processor
@ 2011-12-13  5:33 Vineeth
  2011-12-13 19:28 ` Scott Wood
  0 siblings, 1 reply; 5+ messages in thread
From: Vineeth @ 2011-12-13  5:33 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: rajarama.b, Senthil CGC

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1076 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux port availability for p5010 processor
  2011-12-13  5:33 Linux port availability for p5010 processor Vineeth
@ 2011-12-13 19:28 ` Scott Wood
  2011-12-15 11:45   ` Vineeth
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Wood @ 2011-12-13 19:28 UTC (permalink / raw)
  To: Vineeth; +Cc: linuxppc-dev, Senthil CGC, rajarama.b

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux port availability for p5010 processor
  2011-12-13 19:28 ` Scott Wood
@ 2011-12-15 11:45   ` Vineeth
  2011-12-15 14:30     ` Tabi Timur-B04825
  2011-12-16  1:57     ` tiejun.chen
  0 siblings, 2 replies; 5+ messages in thread
From: Vineeth @ 2011-12-15 11:45 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]

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 <scottwood@freescale.com>wrote:

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

[-- Attachment #2: Type: text/html, Size: 1508 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux port availability for p5010 processor
  2011-12-15 11:45   ` Vineeth
@ 2011-12-15 14:30     ` Tabi Timur-B04825
  2011-12-16  1:57     ` tiejun.chen
  1 sibling, 0 replies; 5+ messages in thread
From: Tabi Timur-B04825 @ 2011-12-15 14:30 UTC (permalink / raw)
  To: Vineeth; +Cc: Wood Scott-B07421, linuxppc-dev@ozlabs.org

On Thu, Dec 15, 2011 at 5:45 AM, Vineeth <vneethv@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=
.

--=20
Timur Tabi
Linux kernel developer at Freescale=

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux port availability for p5010 processor
  2011-12-15 11:45   ` Vineeth
  2011-12-15 14:30     ` Tabi Timur-B04825
@ 2011-12-16  1:57     ` tiejun.chen
  1 sibling, 0 replies; 5+ messages in thread
From: tiejun.chen @ 2011-12-16  1:57 UTC (permalink / raw)
  To: Vineeth; +Cc: Scott Wood, linuxppc-dev

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-16  1:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13  5:33 Linux port availability for p5010 processor Vineeth
2011-12-13 19:28 ` Scott Wood
2011-12-15 11:45   ` Vineeth
2011-12-15 14:30     ` Tabi Timur-B04825
2011-12-16  1:57     ` tiejun.chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).