Re: [patch 2/6] cuimage for Bamboo board

2007-09-06 Thread David Gibson
On Wed, Sep 05, 2007 at 11:42:43AM -0500, Josh Boyer wrote: > Updated patch below. NOTE: This relies on Scott Wood's strtoull patch > as PIBS stores the MAC addresses as ASCII strings in flash. > > > Add a cuboot wrapper for the Bamboo board. This also removes some obsoleted > linker declaratio

Re: [patch 2/6] cuimage for Bamboo board

2007-09-06 Thread David Gibson
On Wed, Sep 05, 2007 at 12:53:54AM -0500, Josh Boyer wrote: > On Wed, 2007-09-05 at 15:46 +1000, David Gibson wrote: > > > > > > There must surely be a way to get the MAC addresses out of > > > > > > OpenBIOS... > > > > > > > > > > Probably. I just need to find out where they are stored. > > > >

[patch 2/6] cuimage for Bamboo board

2007-09-05 Thread Josh Boyer
Updated patch below. NOTE: This relies on Scott Wood's strtoull patch as PIBS stores the MAC addresses as ASCII strings in flash. Add a cuboot wrapper for the Bamboo board. This also removes some obsoleted linker declarations that have been moved into ops.h Signed-off-by: Josh Boyer <[EMAIL PR

Re: [patch 2/6] cuimage for Bamboo board

2007-09-05 Thread Josh Boyer
On Wed, 2007-09-05 at 15:46 +1000, David Gibson wrote: > > > > > There must surely be a way to get the MAC addresses out of OpenBIOS... > > > > > > > > Probably. I just need to find out where they are stored. > > > > > > It's not buried somewhere in the arch/ppc/boot code? > > > > It's not Open

Re: [patch 2/6] cuimage for Bamboo board

2007-09-04 Thread David Gibson
On Tue, Sep 04, 2007 at 07:40:19PM -0500, Josh Boyer wrote: > On Wed, 2007-09-05 at 11:10 +1000, David Gibson wrote: > > On Mon, Sep 03, 2007 at 08:42:11AM -0500, Josh Boyer wrote: > > > On Mon, 2007-09-03 at 11:01 +1000, David Gibson wrote: > > > > On Fri, Aug 31, 2007 at 03:04:51PM -0500, Josh Bo

Re: [patch 2/6] cuimage for Bamboo board

2007-09-04 Thread Josh Boyer
On Wed, 2007-09-05 at 11:10 +1000, David Gibson wrote: > On Mon, Sep 03, 2007 at 08:42:11AM -0500, Josh Boyer wrote: > > On Mon, 2007-09-03 at 11:01 +1000, David Gibson wrote: > > > On Fri, Aug 31, 2007 at 03:04:51PM -0500, Josh Boyer wrote: > > > > Add a cuboot wrapper for the Bamboo board. This

Re: [patch 2/6] cuimage for Bamboo board

2007-09-04 Thread David Gibson
On Mon, Sep 03, 2007 at 08:42:11AM -0500, Josh Boyer wrote: > On Mon, 2007-09-03 at 11:01 +1000, David Gibson wrote: > > On Fri, Aug 31, 2007 at 03:04:51PM -0500, Josh Boyer wrote: > > > Add a cuboot wrapper for the Bamboo board. This also removes some > > > obsoleted > > > linker declarations th

Re: [patch 2/6] cuimage for Bamboo board

2007-09-03 Thread Josh Boyer
On Mon, 2007-09-03 at 11:01 +1000, David Gibson wrote: > On Fri, Aug 31, 2007 at 03:04:51PM -0500, Josh Boyer wrote: > > Add a cuboot wrapper for the Bamboo board. This also removes some obsoleted > > linker declarations that have been moved into ops.h > > > > Signed-off-by: Josh Boyer <[EMAIL PR

Re: [patch 2/6] cuimage for Bamboo board

2007-09-02 Thread David Gibson
On Fri, Aug 31, 2007 at 03:04:51PM -0500, Josh Boyer wrote: > Add a cuboot wrapper for the Bamboo board. This also removes some obsoleted > linker declarations that have been moved into ops.h > > Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> [snip] > --- linux-2.6.orig/arch/powerpc/boot/bamboo.c

[patch 2/6] cuimage for Bamboo board

2007-08-31 Thread Josh Boyer
Add a cuboot wrapper for the Bamboo board. This also removes some obsoleted linker declarations that have been moved into ops.h Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc/boot/44x.h |2 +- arch/powerpc/boot/Makefile |5 +++-- arch/powerpc/boot/ba