RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-23 Thread Stephen Neuendorffer

We should run the fdt tests every night and generate a list of IP used
in tests.

> -Original Message-
> From: Koss, Mike (Mission Systems) [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 23, 2008 10:13 AM
> To: John Linn; Stephen Neuendorffer; Grant Likely
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: arch/powerpc, Xilinx, and mainline kernel support
> 
> Yeah, I wasn't saying "hey! We need to support old/deprecated cores!".
> Rather I was stating that it would be nice to know which cores are
> supported currently: SystemACE, MPMC3/4, XPS_LL_TEMAC, SDMA, etc. Just
> so this sort of thing doesn't happen again to the next person who
tries
> it. If I get time this weekend, I may try and extract that information
> from the tcl and post a patch for the README.
> 
> -Original Message-
> From: John Linn [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 23, 2008 12:52 PM
> To: Koss, Mike (Mission Systems); Stephen Neuendorffer; Grant Likely
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: arch/powerpc, Xilinx, and mainline kernel support
> 
> Hi Mike,
> 
> Thanks for the input, sounds right to me, we'll put it on the list of
> things to do.
> 
> In general we will be testing our work on the current version of the
> Xilinx tools and not maintaining them for all versions of the Xilinx
> tools, but we need a way to spell that out cleanly.
> 
> Thanks,
> John
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Koss, Mike (Mission Systems)
> Sent: Friday, May 23, 2008 9:09 AM
> To: Stephen Neuendorffer; Grant Likely
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: arch/powerpc, Xilinx, and mainline kernel support
> 
> So yesterday, we got a chance to checkout Linus' main (2.26.26-rc3)
and
> it appears to not have all the necessary updates to build for the
> Generic Xilinx Virtex either.
> 
> For now, I've decided to work from the Xilinx git-tree.
> 
> We also gave the EDK bsp->dts generator a spin, and I have a comment
on
> it: documentation. It would be nice to have some kind of simple README
> that explains what it is and what it supports. The current README
talks
> about using the old python script. I fired up the bsp against my EDK
9.1
> MPMC(2) based system and it bombed out when it reached the MPMC2
> definition. So I dug through the tcl and found it that it was only
> supporting the MPMC3.
> 
> I'm still working on my EDK 9.2 MPMC3 system, so I can't check to see
if
> that works or not, yet.
> 
> -- Mike
> 
> -Original Message-
> From: Stephen Neuendorffer [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 16, 2008 6:34 PM
> To: Grant Likely; Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: arch/powerpc, Xilinx, and mainline kernel support
> 
> 
> 
> > -Original Message-----
> > From: [EMAIL PROTECTED]
> [mailto:linuxppc-embedded-
> > [EMAIL PROTECTED] On Behalf Of Grant
> Likely
> > Sent: Friday, May 16, 2008 3:27 PM
> > To: Koss, Mike (Mission Systems)
> > Cc: linuxppc-embedded@ozlabs.org
> > Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> >
> > On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems)
> > <[EMAIL PROTECTED]> wrote:
> > > Is there any reason why the mainline 2.6.25.3 (and from what I
could
> see .4)
> > > is missing the files to build for the Xilinx Virtex platform?
> > >
> > > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
> Virtex
> > > under arch/powerpc (because arch/ppc actually crashes when once
apps
> start
> > > to run) and it failed when trying to actually create the zImage. I
> hopped
> > > over to Xilinx's git server and noticed a bunch of missing entries
> in the
> > > boot/Makefile and source code to actually support the complete
image
> build
> > > for a Xilinx Virtex PPC405.
> > >
> > > When is the Xilinx Virtex support going to be mainline official? I
> need to
> > > be able to grab a stable kernel and work from there rather than
> using the
> > > latest -rc that Xilinx is hosting on their git server.
> >
> > Working on it.  Biggest problem is getting the device drivers in
> > shape.  However, other than Ethernet support, current arch/powerpc
> > (head of Linus' tree, not 2.6.25) should work for building virtex
> > kernels.
> 
> Mike,
> 
> What is your objection to using what is in the git tree, because it is
> based on 24-rc8 and not 25, or something more fundamental?
> 
> Steve
> 
> 
> This email 

RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-23 Thread Koss, Mike (Mission Systems)
Yeah, I wasn't saying "hey! We need to support old/deprecated cores!".
Rather I was stating that it would be nice to know which cores are
supported currently: SystemACE, MPMC3/4, XPS_LL_TEMAC, SDMA, etc. Just
so this sort of thing doesn't happen again to the next person who tries
it. If I get time this weekend, I may try and extract that information
from the tcl and post a patch for the README.

-Original Message-
From: John Linn [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 23, 2008 12:52 PM
To: Koss, Mike (Mission Systems); Stephen Neuendorffer; Grant Likely
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support

Hi Mike,

Thanks for the input, sounds right to me, we'll put it on the list of
things to do.

In general we will be testing our work on the current version of the
Xilinx tools and not maintaining them for all versions of the Xilinx
tools, but we need a way to spell that out cleanly.

Thanks,
John

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Koss, Mike (Mission Systems)
Sent: Friday, May 23, 2008 9:09 AM
To: Stephen Neuendorffer; Grant Likely
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support

So yesterday, we got a chance to checkout Linus' main (2.26.26-rc3) and
it appears to not have all the necessary updates to build for the
Generic Xilinx Virtex either.

For now, I've decided to work from the Xilinx git-tree.

We also gave the EDK bsp->dts generator a spin, and I have a comment on
it: documentation. It would be nice to have some kind of simple README
that explains what it is and what it supports. The current README talks
about using the old python script. I fired up the bsp against my EDK 9.1
MPMC(2) based system and it bombed out when it reached the MPMC2
definition. So I dug through the tcl and found it that it was only
supporting the MPMC3.

I'm still working on my EDK 9.2 MPMC3 system, so I can't check to see if
that works or not, yet.

-- Mike

-Original Message-
From: Stephen Neuendorffer [mailto:[EMAIL PROTECTED]
Sent: Friday, May 16, 2008 6:34 PM
To: Grant Likely; Koss, Mike (Mission Systems)
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support



> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:linuxppc-embedded-
> [EMAIL PROTECTED] On Behalf Of Grant
Likely
> Sent: Friday, May 16, 2008 3:27 PM
> To: Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> 
> On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems) 
> <[EMAIL PROTECTED]> wrote:
> > Is there any reason why the mainline 2.6.25.3 (and from what I could
see .4)
> > is missing the files to build for the Xilinx Virtex platform?
> >
> > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
Virtex
> > under arch/powerpc (because arch/ppc actually crashes when once apps
start
> > to run) and it failed when trying to actually create the zImage. I
hopped
> > over to Xilinx's git server and noticed a bunch of missing entries
in the
> > boot/Makefile and source code to actually support the complete image
build
> > for a Xilinx Virtex PPC405.
> >
> > When is the Xilinx Virtex support going to be mainline official? I
need to
> > be able to grab a stable kernel and work from there rather than
using the
> > latest -rc that Xilinx is hosting on their git server.
> 
> Working on it.  Biggest problem is getting the device drivers in 
> shape.  However, other than Ethernet support, current arch/powerpc 
> (head of Linus' tree, not 2.6.25) should work for building virtex 
> kernels.

Mike,

What is your objection to using what is in the git tree, because it is
based on 24-rc8 and not 25, or something more fundamental?

Steve


This email and any attachments are intended for the sole use of the
named recipient(s) and contain(s) confidential information that may be
proprietary, privileged or copyrighted under applicable law. If you are
not the intended recipient, do not read, copy, or forward this email
message or any attachments. Delete this email message and any
attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


This email and any attachments are intended for the sole use of the
named recipient(s) and contain(s) confidential information that may be
proprietary, privileged or copyrighted under applicable law. If you are
not the intended recipient, do not read, copy, or forward this email
message or any attachments. Delete this email message and any
attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-23 Thread John Linn
Hi Mike,

Thanks for the input, sounds right to me, we'll put it on the list of
things to do.

In general we will be testing our work on the current version of the
Xilinx tools and not maintaining them for all versions of the Xilinx
tools, but we need a way to spell that out cleanly.

Thanks,
John

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Koss, Mike (Mission Systems)
Sent: Friday, May 23, 2008 9:09 AM
To: Stephen Neuendorffer; Grant Likely
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support

So yesterday, we got a chance to checkout Linus' main (2.26.26-rc3) and
it appears to not have all the necessary updates to build for the
Generic Xilinx Virtex either.

For now, I've decided to work from the Xilinx git-tree.

We also gave the EDK bsp->dts generator a spin, and I have a comment on
it: documentation. It would be nice to have some kind of simple README
that explains what it is and what it supports. The current README talks
about using the old python script. I fired up the bsp against my EDK 9.1
MPMC(2) based system and it bombed out when it reached the MPMC2
definition. So I dug through the tcl and found it that it was only
supporting the MPMC3.

I'm still working on my EDK 9.2 MPMC3 system, so I can't check to see if
that works or not, yet.

-- Mike

-Original Message-
From: Stephen Neuendorffer [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 6:34 PM
To: Grant Likely; Koss, Mike (Mission Systems)
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support



> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:linuxppc-embedded-
> [EMAIL PROTECTED] On Behalf Of Grant
Likely
> Sent: Friday, May 16, 2008 3:27 PM
> To: Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> 
> On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems) 
> <[EMAIL PROTECTED]> wrote:
> > Is there any reason why the mainline 2.6.25.3 (and from what I could
see .4)
> > is missing the files to build for the Xilinx Virtex platform?
> >
> > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
Virtex
> > under arch/powerpc (because arch/ppc actually crashes when once apps
start
> > to run) and it failed when trying to actually create the zImage. I
hopped
> > over to Xilinx's git server and noticed a bunch of missing entries
in the
> > boot/Makefile and source code to actually support the complete image
build
> > for a Xilinx Virtex PPC405.
> >
> > When is the Xilinx Virtex support going to be mainline official? I
need to
> > be able to grab a stable kernel and work from there rather than
using the
> > latest -rc that Xilinx is hosting on their git server.
> 
> Working on it.  Biggest problem is getting the device drivers in 
> shape.  However, other than Ethernet support, current arch/powerpc 
> (head of Linus' tree, not 2.6.25) should work for building virtex 
> kernels.

Mike,

What is your objection to using what is in the git tree, because it is
based on 24-rc8 and not 25, or something more fundamental?

Steve


This email and any attachments are intended for the sole use of the
named recipient(s) and contain(s) confidential information that may be
proprietary, privileged or copyrighted under applicable law. If you are
not the intended recipient, do not read, copy, or forward this email
message or any attachments. Delete this email message and any
attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


Re: arch/powerpc, Xilinx, and mainline kernel support

2008-05-23 Thread Grant Likely
On Fri, May 23, 2008 at 10:13 AM, Stephen Neuendorffer
<[EMAIL PROTECTED]> wrote:
>
> Grant, could you post explicit instructions about how to build the
> simpleImage?  I tried it too and couldn't get the makefile rules to
> match my dts.
>
> Mike, Supporting mpmc2 for memory access only is pretty straightforward,
> but supporting the temac/sdma connections is more problematic,
> particularly since we have no plans to update the plb_temac driver for
> ARCH=powerpc.

Oops; my mistake.  I've got a trivial patche in my tree that need to
be merged for the build to work.  I'll get those out ASAP.

In the mean time, add "simpleImage%" to the BOOT_TARGETS line in
arch/powerpc/Makefile.  That will allow you to do:

$ make simpleImage.virtex405-

where virtex405- corresponds with a file named
arch/powerpc/boot/dts/virtex405-.dts

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-23 Thread Stephen Neuendorffer

Grant, could you post explicit instructions about how to build the
simpleImage?  I tried it too and couldn't get the makefile rules to
match my dts.

Mike, Supporting mpmc2 for memory access only is pretty straightforward,
but supporting the temac/sdma connections is more problematic,
particularly since we have no plans to update the plb_temac driver for
ARCH=powerpc.

Steve

> -Original Message-
> From: Koss, Mike (Mission Systems) [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 23, 2008 8:09 AM
> To: Stephen Neuendorffer; Grant Likely
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: arch/powerpc, Xilinx, and mainline kernel support
> 
> So yesterday, we got a chance to checkout Linus' main (2.26.26-rc3)
and
> it appears to not have all the necessary updates to build for the
> Generic Xilinx Virtex either.
> 
> For now, I've decided to work from the Xilinx git-tree.
> 
> We also gave the EDK bsp->dts generator a spin, and I have a comment
on
> it: documentation. It would be nice to have some kind of simple README
> that explains what it is and what it supports. The current README
talks
> about using the old python script. I fired up the bsp against my EDK
9.1
> MPMC(2) based system and it bombed out when it reached the MPMC2
> definition. So I dug through the tcl and found it that it was only
> supporting the MPMC3.
> 
> I'm still working on my EDK 9.2 MPMC3 system, so I can't check to see
if
> that works or not, yet.
> 
> -- Mike
> 
> -Original Message-
> From: Stephen Neuendorffer [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 16, 2008 6:34 PM
> To: Grant Likely; Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: arch/powerpc, Xilinx, and mainline kernel support
> 
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:linuxppc-embedded-
> > [EMAIL PROTECTED] On Behalf Of Grant
> Likely
> > Sent: Friday, May 16, 2008 3:27 PM
> > To: Koss, Mike (Mission Systems)
> > Cc: linuxppc-embedded@ozlabs.org
> > Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> >
> > On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems)
> > <[EMAIL PROTECTED]> wrote:
> > > Is there any reason why the mainline 2.6.25.3 (and from what I
could
> see .4)
> > > is missing the files to build for the Xilinx Virtex platform?
> > >
> > > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
> Virtex
> > > under arch/powerpc (because arch/ppc actually crashes when once
apps
> start
> > > to run) and it failed when trying to actually create the zImage. I
> hopped
> > > over to Xilinx's git server and noticed a bunch of missing entries
> in the
> > > boot/Makefile and source code to actually support the complete
image
> build
> > > for a Xilinx Virtex PPC405.
> > >
> > > When is the Xilinx Virtex support going to be mainline official? I
> need to
> > > be able to grab a stable kernel and work from there rather than
> using the
> > > latest -rc that Xilinx is hosting on their git server.
> >
> > Working on it.  Biggest problem is getting the device drivers in
> > shape.  However, other than Ethernet support, current arch/powerpc
> > (head of Linus' tree, not 2.6.25) should work for building virtex
> > kernels.
> 
> Mike,
> 
> What is your objection to using what is in the git tree, because it is
> based on 24-rc8 and not 25, or something more fundamental?
> 
> Steve
> 
> 
> This email and any attachments are intended for the sole use of the
> named recipient(s) and contain(s) confidential information that may be
> proprietary, privileged or copyrighted under applicable law. If you
are
> not the intended recipient, do not read, copy, or forward this email
> message or any attachments. Delete this email message and any
> attachments immediately.
> 
> 


This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-23 Thread Koss, Mike (Mission Systems)
So yesterday, we got a chance to checkout Linus' main (2.26.26-rc3) and
it appears to not have all the necessary updates to build for the
Generic Xilinx Virtex either.

For now, I've decided to work from the Xilinx git-tree.

We also gave the EDK bsp->dts generator a spin, and I have a comment on
it: documentation. It would be nice to have some kind of simple README
that explains what it is and what it supports. The current README talks
about using the old python script. I fired up the bsp against my EDK 9.1
MPMC(2) based system and it bombed out when it reached the MPMC2
definition. So I dug through the tcl and found it that it was only
supporting the MPMC3.

I'm still working on my EDK 9.2 MPMC3 system, so I can't check to see if
that works or not, yet.

-- Mike

-Original Message-
From: Stephen Neuendorffer [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 6:34 PM
To: Grant Likely; Koss, Mike (Mission Systems)
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support



> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:linuxppc-embedded-
> [EMAIL PROTECTED] On Behalf Of Grant
Likely
> Sent: Friday, May 16, 2008 3:27 PM
> To: Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> 
> On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems) 
> <[EMAIL PROTECTED]> wrote:
> > Is there any reason why the mainline 2.6.25.3 (and from what I could
see .4)
> > is missing the files to build for the Xilinx Virtex platform?
> >
> > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
Virtex
> > under arch/powerpc (because arch/ppc actually crashes when once apps
start
> > to run) and it failed when trying to actually create the zImage. I
hopped
> > over to Xilinx's git server and noticed a bunch of missing entries
in the
> > boot/Makefile and source code to actually support the complete image
build
> > for a Xilinx Virtex PPC405.
> >
> > When is the Xilinx Virtex support going to be mainline official? I
need to
> > be able to grab a stable kernel and work from there rather than
using the
> > latest -rc that Xilinx is hosting on their git server.
> 
> Working on it.  Biggest problem is getting the device drivers in 
> shape.  However, other than Ethernet support, current arch/powerpc 
> (head of Linus' tree, not 2.6.25) should work for building virtex 
> kernels.

Mike,

What is your objection to using what is in the git tree, because it is
based on 24-rc8 and not 25, or something more fundamental?

Steve


This email and any attachments are intended for the sole use of the
named recipient(s) and contain(s) confidential information that may be
proprietary, privileged or copyrighted under applicable law. If you are
not the intended recipient, do not read, copy, or forward this email
message or any attachments. Delete this email message and any
attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-19 Thread Koss, Mike (Mission Systems)
 

-Original Message-
From: Stephen Neuendorffer [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 6:34 PM
To: Grant Likely; Koss, Mike (Mission Systems)
Cc: linuxppc-embedded@ozlabs.org
Subject: RE: arch/powerpc, Xilinx, and mainline kernel support



> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:linuxppc-embedded-
> [EMAIL PROTECTED] On Behalf Of Grant
Likely
> Sent: Friday, May 16, 2008 3:27 PM
> To: Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> 
> On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems) 
> <[EMAIL PROTECTED]> wrote:
> > Is there any reason why the mainline 2.6.25.3 (and from what I could
see .4)
> > is missing the files to build for the Xilinx Virtex platform?
> >
> > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
Virtex
> > under arch/powerpc (because arch/ppc actually crashes when once apps
start
> > to run) and it failed when trying to actually create the zImage. I
hopped
> > over to Xilinx's git server and noticed a bunch of missing entries
in the
> > boot/Makefile and source code to actually support the complete image
build
> > for a Xilinx Virtex PPC405.
> >
> > When is the Xilinx Virtex support going to be mainline official? I
need to
> > be able to grab a stable kernel and work from there rather than
using the
> > latest -rc that Xilinx is hosting on their git server.
> 
> Working on it.  Biggest problem is getting the device drivers in 
> shape.  However, other than Ethernet support, current arch/powerpc 
> (head of Linus' tree, not 2.6.25) should work for building virtex 
> kernels.

> Mike,
> 
> What is your objection to using what is in the git tree, because it is
based on 
> 24-rc8 and not 25, or something more fundamental?
> Steve

For the work I'm performing, just like any big distro, I need to be able
to grab a 'stable' kernel version and work on only patches for it
instead of just grabbing the next release. Especially with some of the
rc's of late, there have been some simple headaches introduced. So yes,
it is because its partially based on a -rc.

In simplest terms, I'm getting ready to point-release my product and
will have a branch for only maintaining that version of the kernel. It's
to avoid things like what happened with the arch/ppc since I started on
this ~1 year ago. I needed to rev the kernel from a -rc to a full
point-release and then the kernel would boot but crash with real apps
running.

-- Mike
___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


RE: arch/powerpc, Xilinx, and mainline kernel support

2008-05-16 Thread Stephen Neuendorffer


> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:linuxppc-embedded-
> [EMAIL PROTECTED] On Behalf Of Grant
Likely
> Sent: Friday, May 16, 2008 3:27 PM
> To: Koss, Mike (Mission Systems)
> Cc: linuxppc-embedded@ozlabs.org
> Subject: Re: arch/powerpc, Xilinx, and mainline kernel support
> 
> On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems)
> <[EMAIL PROTECTED]> wrote:
> > Is there any reason why the mainline 2.6.25.3 (and from what I could
see .4)
> > is missing the files to build for the Xilinx Virtex platform?
> >
> > Or in other words, I tried to build from 2.6.25.3 for the Xilinx
Virtex
> > under arch/powerpc (because arch/ppc actually crashes when once apps
start
> > to run) and it failed when trying to actually create the zImage. I
hopped
> > over to Xilinx's git server and noticed a bunch of missing entries
in the
> > boot/Makefile and source code to actually support the complete image
build
> > for a Xilinx Virtex PPC405.
> >
> > When is the Xilinx Virtex support going to be mainline official? I
need to
> > be able to grab a stable kernel and work from there rather than
using the
> > latest -rc that Xilinx is hosting on their git server.
> 
> Working on it.  Biggest problem is getting the device drivers in
> shape.  However, other than Ethernet support, current arch/powerpc
> (head of Linus' tree, not 2.6.25) should work for building virtex
> kernels.

Mike,

What is your objection to using what is in the git tree, because it is
based on 24-rc8 and not 25, or something more fundamental?

Steve


This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.


___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


Re: arch/powerpc, Xilinx, and mainline kernel support

2008-05-16 Thread Grant Likely
On Fri, May 16, 2008 at 4:06 PM, Koss, Mike (Mission Systems)
<[EMAIL PROTECTED]> wrote:
> Is there any reason why the mainline 2.6.25.3 (and from what I could see .4)
> is missing the files to build for the Xilinx Virtex platform?
>
> Or in other words, I tried to build from 2.6.25.3 for the Xilinx Virtex
> under arch/powerpc (because arch/ppc actually crashes when once apps start
> to run) and it failed when trying to actually create the zImage. I hopped
> over to Xilinx's git server and noticed a bunch of missing entries in the
> boot/Makefile and source code to actually support the complete image build
> for a Xilinx Virtex PPC405.
>
> When is the Xilinx Virtex support going to be mainline official? I need to
> be able to grab a stable kernel and work from there rather than using the
> latest -rc that Xilinx is hosting on their git server.

Working on it.  Biggest problem is getting the device drivers in
shape.  However, other than Ethernet support, current arch/powerpc
(head of Linus' tree, not 2.6.25) should work for building virtex
kernels.

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


arch/powerpc, Xilinx, and mainline kernel support

2008-05-16 Thread Koss, Mike (Mission Systems)
Is there any reason why the mainline 2.6.25.3 (and from what I could see
.4) is missing the files to build for the Xilinx Virtex platform?

Or in other words, I tried to build from 2.6.25.3 for the Xilinx Virtex
under arch/powerpc (because arch/ppc actually crashes when once apps
start to run) and it failed when trying to actually create the zImage. I
hopped over to Xilinx's git server and noticed a bunch of missing
entries in the boot/Makefile and source code to actually support the
complete image build for a Xilinx Virtex PPC405.

When is the Xilinx Virtex support going to be mainline official? I need
to be able to grab a stable kernel and work from there rather than using
the latest -rc that Xilinx is hosting on their git server.

-- Mike
___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded