* Re: Reminder: removal of arch/ppc - (Sequoia)
@ 2008-01-27 23:05 Steve Heflin
2008-01-27 23:39 ` Olof Johansson
0 siblings, 1 reply; 11+ messages in thread
From: Steve Heflin @ 2008-01-27 23:05 UTC (permalink / raw)
To: linuxppc-embedded
The Sequoia board (AMCC-440EPx processor) is missing from the new
arch/powerpc. The Sequoia board is also missing from arch/ppc , but
there is support for integrated devices on the AMCC part inside
arch/ppc that needs to be incorporated into arch/powerpc. In
addition, there needs to be a "sequoia.c" file added to the
arch/powerpc/44x directory. I have a good start on the missing
pieces and a test platform, is this contribution desired?
- Steve Heflin
New Age Micro
CEO & Software Engineer
At 11:55 AM 1/25/2008, you wrote:
>Just a reminder that the plan is to remove arch/ppc this summer (June
>2008). The following boards still existing over in arch/ppc. Some of
>them have been ported over to arch/powerpc. If you care about one of
>these boards and its not ported speak up (it helps if you have access
>to the board). Also, if you know a given board is free to die of
>bitrot let us know so we know not to worry about it:
>
> PREP
> PQ2ADS
> TQM8260
> CPCI690
> EV64260
> CHESTNUT
> LOPEC
> KATANA
> HDPU
> MVME5100
> PAL4
> POWERPMC250
> PPLUS
> PRPMC750
> PRPMC800
> RADSTONE_PPC7D
> SANDPOINT
> SBC82xx
> SPRUCE
> LITE5200
> EV64360
> MPC86XADS
> MPC885ADS
> ADS8272
>
>4xx:
> BAMBOO
> CPCI405
> EBONY
> EP405
> BUBINGA
> LUAN
> YUCCA
> OCOTEA
> REDWOOD_5
> REDWOOD_6
> SYCAMORE
> TAISHAN
> WALNUT
> XILINX_ML300
> XILINX_ML403
>
>- k
>
>_______________________________________________
>Linuxppc-embedded mailing list
>Linuxppc-embedded@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Reminder: removal of arch/ppc - (Sequoia)
2008-01-27 23:39 ` Olof Johansson
@ 2008-01-27 23:37 ` Steve Heflin
2008-01-28 2:00 ` Josh Boyer
0 siblings, 1 reply; 11+ messages in thread
From: Steve Heflin @ 2008-01-27 23:37 UTC (permalink / raw)
To: Olof Johansson, linuxppc-embedded
Hello!
Yes! I'm looking at 2.6.23.14 as I thought that was the newest
version. I completely missed seeing the 2.6.24 kit, thank you so much!!
- Steve
At 06:39 PM 1/27/2008, you wrote:
>Hi,
>
>On Sun, Jan 27, 2008 at 06:05:06PM -0500, Steve Heflin wrote:
> > The Sequoia board (AMCC-440EPx processor) is missing from the new
> > arch/powerpc. The Sequoia board is also missing from arch/ppc , but
> > there is support for integrated devices on the AMCC part inside
> > arch/ppc that needs to be incorporated into arch/powerpc. In
> > addition, there needs to be a "sequoia.c" file added to the
> > arch/powerpc/44x directory. I have a good start on the missing
> > pieces and a test platform, is this contribution desired?
>
>2.6.24 already has sequoia support in arch/powerpc. Are you looking at
>an older tree?
>
>olof@quad:~/work/linux/k.org $ head arch/powerpc/platforms/44x/sequoia.c
>/*
> * Sequoia board specific routines
> *
> * Valentine Barshak <vbarshak@ru.mvista.com>
> * Copyright 2007 MontaVista Software Inc.
> *
> * Based on the Bamboo code by
> * Josh Boyer <jwboyer@linux.vnet.ibm.com>
> * Copyright 2007 IBM Corporation
> *
>...
>
>_______________________________________________
>Linuxppc-embedded mailing list
>Linuxppc-embedded@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Reminder: removal of arch/ppc - (Sequoia)
2008-01-27 23:05 Reminder: removal of arch/ppc - (Sequoia) Steve Heflin
@ 2008-01-27 23:39 ` Olof Johansson
2008-01-27 23:37 ` Steve Heflin
0 siblings, 1 reply; 11+ messages in thread
From: Olof Johansson @ 2008-01-27 23:39 UTC (permalink / raw)
To: Steve Heflin; +Cc: linuxppc-embedded
Hi,
On Sun, Jan 27, 2008 at 06:05:06PM -0500, Steve Heflin wrote:
> The Sequoia board (AMCC-440EPx processor) is missing from the new
> arch/powerpc. The Sequoia board is also missing from arch/ppc , but
> there is support for integrated devices on the AMCC part inside
> arch/ppc that needs to be incorporated into arch/powerpc. In
> addition, there needs to be a "sequoia.c" file added to the
> arch/powerpc/44x directory. I have a good start on the missing
> pieces and a test platform, is this contribution desired?
2.6.24 already has sequoia support in arch/powerpc. Are you looking at
an older tree?
olof@quad:~/work/linux/k.org $ head arch/powerpc/platforms/44x/sequoia.c
/*
* Sequoia board specific routines
*
* Valentine Barshak <vbarshak@ru.mvista.com>
* Copyright 2007 MontaVista Software Inc.
*
* Based on the Bamboo code by
* Josh Boyer <jwboyer@linux.vnet.ibm.com>
* Copyright 2007 IBM Corporation
*
...
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Reminder: removal of arch/ppc - (Sequoia)
2008-01-27 23:37 ` Steve Heflin
@ 2008-01-28 2:00 ` Josh Boyer
2008-01-28 3:37 ` Steve Heflin
2008-01-28 17:01 ` Preferred GIT URL for arch/powerpc Latest-and-Greatest (was Re: Reminder: removal of arch/ppc - (Sequoia)) Grant Erickson
0 siblings, 2 replies; 11+ messages in thread
From: Josh Boyer @ 2008-01-28 2:00 UTC (permalink / raw)
To: Steve Heflin; +Cc: linuxppc-embedded
On Sun, 27 Jan 2008 18:37:22 -0500
Steve Heflin <sheflin@newagemicro.com> wrote:
> Hello!
>
> Yes! I'm looking at 2.6.23.14 as I thought that was the newest
> version. I completely missed seeing the 2.6.24 kit, thank you so much!!
FYI, 2.6.24 is considered fairly old relatively speaking. With so much
activity going on for the embedded boards for arch/powerpc, you're sort
of missing out if you aren't running from the latest git trees.
Yes, I realize how ridiculous it sounds to say a kernel that was just
released 3 days ago is old, but that's reality.
josh
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Reminder: removal of arch/ppc - (Sequoia)
2008-01-28 2:00 ` Josh Boyer
@ 2008-01-28 3:37 ` Steve Heflin
2008-01-28 17:01 ` Preferred GIT URL for arch/powerpc Latest-and-Greatest (was Re: Reminder: removal of arch/ppc - (Sequoia)) Grant Erickson
1 sibling, 0 replies; 11+ messages in thread
From: Steve Heflin @ 2008-01-28 3:37 UTC (permalink / raw)
To: Josh Boyer, linuxppc-embedded
At 09:00 PM 1/27/2008, Josh wrote:
>On Sun, 27 Jan 2008 18:37:22 -0500
>Steve Heflin <sheflin@newagemicro.com> wrote:
>
> > Hello!
> >
> > Yes! I'm looking at 2.6.23.14 as I thought that was the newest
> > version. I completely missed seeing the 2.6.24 kit, thank you so much!!
>
>FYI, 2.6.24 is considered fairly old relatively speaking. With so much
>activity going on for the embedded boards for arch/powerpc, you're sort
>of missing out if you aren't running from the latest git trees.
>
>Yes, I realize how ridiculous it sounds to say a kernel that was just
>released 3 days ago is old, but that's reality.
>
>josh
Hey Josh, thank you so much for the pointer to the git trees. I've
been using Linus' kernel.org tree, as that's where I was pointed to
by the powerpc web site about 2 months ago. I sure do appreciate your
updated pointer to the git tree, I will now locate it and stay tuned
and participate.
steve
^ permalink raw reply [flat|nested] 11+ messages in thread
* Preferred GIT URL for arch/powerpc Latest-and-Greatest (was Re: Reminder: removal of arch/ppc - (Sequoia))
2008-01-28 2:00 ` Josh Boyer
2008-01-28 3:37 ` Steve Heflin
@ 2008-01-28 17:01 ` Grant Erickson
2008-01-28 17:45 ` Josh Boyer
1 sibling, 1 reply; 11+ messages in thread
From: Grant Erickson @ 2008-01-28 17:01 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-embedded
On 1/27/08 6:00 PM, Josh Boyer wrote:
> On Sun, 27 Jan 2008 18:37:22 -0500
> Steve Heflin <sheflin@newagemicro.com> wrote:
>
>> Hello!
>>
>> Yes! I'm looking at 2.6.23.14 as I thought that was the newest
>> version. I completely missed seeing the 2.6.24 kit, thank you so much!!
>
> FYI, 2.6.24 is considered fairly old relatively speaking. With so much
> activity going on for the embedded boards for arch/powerpc, you're sort
> of missing out if you aren't running from the latest git trees.
>
> Yes, I realize how ridiculous it sounds to say a kernel that was just
> released 3 days ago is old, but that's reality.
>
> josh
What's the best/preferred GIT URL for current, up-to-date arch/powerpc
activity? Is it?
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
I am particularly interested in Kilauea/Haleakala-related development.
Regards,
Grant Erickson
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preferred GIT URL for arch/powerpc Latest-and-Greatest (was Re: Reminder: removal of arch/ppc - (Sequoia))
2008-01-28 17:01 ` Preferred GIT URL for arch/powerpc Latest-and-Greatest (was Re: Reminder: removal of arch/ppc - (Sequoia)) Grant Erickson
@ 2008-01-28 17:45 ` Josh Boyer
2008-01-28 19:30 ` Preferred GIT URL for arch/powerpc, and BINUTILS Steve Heflin
0 siblings, 1 reply; 11+ messages in thread
From: Josh Boyer @ 2008-01-28 17:45 UTC (permalink / raw)
To: Grant Erickson; +Cc: linuxppc-embedded
On Mon, 28 Jan 2008 09:01:12 -0800
Grant Erickson <gerickson@nuovations.com> wrote:
> On 1/27/08 6:00 PM, Josh Boyer wrote:
> > On Sun, 27 Jan 2008 18:37:22 -0500
> > Steve Heflin <sheflin@newagemicro.com> wrote:
> >
> >> Hello!
> >>
> >> Yes! I'm looking at 2.6.23.14 as I thought that was the newest
> >> version. I completely missed seeing the 2.6.24 kit, thank you so much!!
> >
> > FYI, 2.6.24 is considered fairly old relatively speaking. With so much
> > activity going on for the embedded boards for arch/powerpc, you're sort
> > of missing out if you aren't running from the latest git trees.
> >
> > Yes, I realize how ridiculous it sounds to say a kernel that was just
> > released 3 days ago is old, but that's reality.
> >
> > josh
>
> What's the best/preferred GIT URL for current, up-to-date arch/powerpc
> activity? Is it?
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Yep, that's the canonical source.
> I am particularly interested in Kilauea/Haleakala-related development.
My tree:
git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
might briefly have some stuff for those that Paul's doesn't at times,
but as of right now they are synced up. Typically there are only
changes on the next kernel branch during the development period for
that particular version.
josh
^ permalink raw reply [flat|nested] 11+ messages in thread
* Preferred GIT URL for arch/powerpc, and BINUTILS
2008-01-28 17:45 ` Josh Boyer
@ 2008-01-28 19:30 ` Steve Heflin
0 siblings, 0 replies; 11+ messages in thread
From: Steve Heflin @ 2008-01-28 19:30 UTC (permalink / raw)
To: Josh Boyer, linuxppc-embedded
Josh, you're a life saver!! Your GIT tree is exactly what I've been
looking for. I have an AMCC440EPx based product that makes heavy use
of all the devices embedded in the microcontroller. I'll be able to
give that platform a very good testing.
Now can you help me with BINUTILS? What version do you use and can
you point me to a decent GIT tree for it? I tried to use version
2.18 and the build blows up because it tries to "strip" a script file
"embedspu".
thanks so much,
Steve
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preferred GIT URL for arch/powerpc, and BINUTILS
@ 2008-01-28 22:46 Steve Heflin
2008-01-29 1:43 ` Josh Boyer
0 siblings, 1 reply; 11+ messages in thread
From: Steve Heflin @ 2008-01-28 22:46 UTC (permalink / raw)
To: linuxppc-embedded
At 02:30 PM 1/28/2008, Steve Heflin wrote:
>Josh, you're a life saver!! Your GIT tree is exactly what I've been
>looking for. I have an AMCC440EPx based product that makes heavy use
>of all the devices embedded in the microcontroller. I'll be able to
>give that platform a very good testing.
>
>Now can you help me with BINUTILS? What version do you use and can
>you point me to a decent GIT tree for it? I tried to use version
>2.18 and the build blows up because it tries to "strip" a script file
>"embedspu".
Whoa! I spoke too soon. Upon attempting a "make menuconfig" on the
2.6.24-rc8 which I cloned from your git tree, I don't even SEE the
powerpc architecture appearing! What's up?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preferred GIT URL for arch/powerpc, and BINUTILS
2008-01-28 22:46 Steve Heflin
@ 2008-01-29 1:43 ` Josh Boyer
2008-01-29 1:48 ` Josh Boyer
0 siblings, 1 reply; 11+ messages in thread
From: Josh Boyer @ 2008-01-29 1:43 UTC (permalink / raw)
To: Steve Heflin; +Cc: linuxppc-embedded
On Mon, 28 Jan 2008 17:46:47 -0500
Steve Heflin <sheflin@newagemicro.com> wrote:
> At 02:30 PM 1/28/2008, Steve Heflin wrote:
> >Josh, you're a life saver!! Your GIT tree is exactly what I've been
> >looking for. I have an AMCC440EPx based product that makes heavy use
> >of all the devices embedded in the microcontroller. I'll be able to
> >give that platform a very good testing.
> >
> >Now can you help me with BINUTILS? What version do you use and can
> >you point me to a decent GIT tree for it? I tried to use version
> >2.18 and the build blows up because it tries to "strip" a script file
> >"embedspu".
>
> Whoa! I spoke too soon. Upon attempting a "make menuconfig" on the
> 2.6.24-rc8 which I cloned from your git tree, I don't even SEE the
> powerpc architecture appearing! What's up?
I dunno. I never use make menuconfig. I typically do:
make ARCH=powerpc sequoia_defconfig
or something similar if I'm cross-building from x86. Otherwise if I'm
on the G5, it's just:
make sequoia_defconfig
josh
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preferred GIT URL for arch/powerpc, and BINUTILS
2008-01-29 1:43 ` Josh Boyer
@ 2008-01-29 1:48 ` Josh Boyer
0 siblings, 0 replies; 11+ messages in thread
From: Josh Boyer @ 2008-01-29 1:48 UTC (permalink / raw)
To: Steve Heflin; +Cc: linuxppc-embedded
On Mon, 28 Jan 2008 19:43:52 -0600
Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote:
> On Mon, 28 Jan 2008 17:46:47 -0500
> Steve Heflin <sheflin@newagemicro.com> wrote:
>
> > At 02:30 PM 1/28/2008, Steve Heflin wrote:
> > >Josh, you're a life saver!! Your GIT tree is exactly what I've been
> > >looking for. I have an AMCC440EPx based product that makes heavy use
> > >of all the devices embedded in the microcontroller. I'll be able to
> > >give that platform a very good testing.
> > >
> > >Now can you help me with BINUTILS? What version do you use and can
> > >you point me to a decent GIT tree for it? I tried to use version
> > >2.18 and the build blows up because it tries to "strip" a script file
> > >"embedspu".
> >
> > Whoa! I spoke too soon. Upon attempting a "make menuconfig" on the
> > 2.6.24-rc8 which I cloned from your git tree, I don't even SEE the
> > powerpc architecture appearing! What's up?
>
> I dunno. I never use make menuconfig. I typically do:
>
> make ARCH=powerpc sequoia_defconfig
>
> or something similar if I'm cross-building from x86. Otherwise if I'm
> on the G5, it's just:
>
> make sequoia_defconfig
Oh, and that's on the for-2.6.25 branch of my tree. I'll update the
master soon-ish to match the powerpc git tree.
josh
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2008-01-29 1:49 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 23:05 Reminder: removal of arch/ppc - (Sequoia) Steve Heflin
2008-01-27 23:39 ` Olof Johansson
2008-01-27 23:37 ` Steve Heflin
2008-01-28 2:00 ` Josh Boyer
2008-01-28 3:37 ` Steve Heflin
2008-01-28 17:01 ` Preferred GIT URL for arch/powerpc Latest-and-Greatest (was Re: Reminder: removal of arch/ppc - (Sequoia)) Grant Erickson
2008-01-28 17:45 ` Josh Boyer
2008-01-28 19:30 ` Preferred GIT URL for arch/powerpc, and BINUTILS Steve Heflin
-- strict thread matches above, loose matches on Subject: below --
2008-01-28 22:46 Steve Heflin
2008-01-29 1:43 ` Josh Boyer
2008-01-29 1:48 ` Josh Boyer
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).