Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-16 Thread Bryan O'Donoghue
On Wed, 2008-01-16 at 09:16 +0300, Vitaly Bordug wrote: Greetings Vitaly ! > On Tue, 15 Jan 2008 23:25:02 + > Bryan O'Donoghue wrote: > > > Greetings Scott. > > > > I've tried both of the procedures you've outlined on the Adder875 with > > the patches supplied against the paulus git tree to

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-15 Thread Vitaly Bordug
On Tue, 15 Jan 2008 23:25:02 + Bryan O'Donoghue wrote: > Greetings Scott. > > I've tried both of the procedures you've outlined on the Adder875 with > the patches supplied against the paulus git tree to no avail. > > Pass #1 : > > Doing it safe with cuImage.8xx > [...] > => bootm 0x40

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-15 Thread Bryan O'Donoghue
Greetings Scott. I've tried both of the procedures you've outlined on the Adder875 with the patches supplied against the paulus git tree to no avail. Pass #1 : Doing it safe with cuImage.8xx Build system : Debian lenny, ELDK 4.1 uClibc Kernel : Linux-2.6.24-rc6-g4f43143f-dirty - about two days

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-14 Thread Kumar Gala
On Jan 13, 2008, at 6:01 PM, David Gibson wrote: > On Fri, Jan 11, 2008 at 02:07:05PM -0600, Scott Wood wrote: >> Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > > [snip] >> +aliases { >> +console = &console; >> +enet0 = ð0; >> +enet1 = ð1; > > I think most

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-14 Thread Scott Wood
Bryan O'Donoghue wrote: > Ah. > > This explains eveything then.. there _is_ a magic image and I haven't > been booting it ! > > Typical. > > I'll give the 8xx-centric ucImage a go. It is not 8xx centric; it is a compatibility layer for old, non-device-tree aware u-boots (regardless of what chi

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-14 Thread Bryan O'Donoghue
On Mon, 2008-01-14 at 09:28 -0600, Scott Wood wrote: > On Sun, Jan 13, 2008 at 02:26:12PM +, Bryan O'Donoghue wrote: > > I've applied your code against Linus' git v2.6.26-rc7 as at today. > > I have to apply > > It should apply against paulus's tree. > > > make adder87x-uboot_defconfig > >

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-14 Thread Scott Wood
On Sun, Jan 13, 2008 at 02:26:12PM +, Bryan O'Donoghue wrote: > I've applied your code against Linus' git v2.6.26-rc7 as at today. > I have to apply It should apply against paulus's tree. > make adder87x-uboot_defconfig > > make uImage make zImage, not uImage. > cp arch/powerpc/boot/uImag

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-13 Thread David Gibson
On Fri, Jan 11, 2008 at 02:07:05PM -0600, Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> [snip] > + aliases { > + console = &console; > + enet0 = ð0; > + enet1 = ð1; I think most other boards are settling on aliases "ethernet0" etc. inste

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2008-01-13 Thread Bryan O'Donoghue
Greetings Scott. Using u-boot Adder_config U-Boot 1.3.1-g5c740711-dirty (Jan 13 2008 - 13:43:30) - using an ELDK 4.1 uclibc toolchain I can't boot your board - port. I've applied your code against Linus' git v2.6.26-rc7 as at today. I have to apply diff --git a/arch/powerpc/boot/wrapper b/ar

Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support.

2007-12-11 Thread Stephen Rothwell
Hi Scott, On Tue, 11 Dec 2007 15:22:45 -0600 Scott Wood <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/8xx/adder875.c > + > +static int __init adder875_probe(void) > +{ > + unsigned long root = of_get_flat_dt_root(); > + return of_flat_dt_is_compatible(root, "analogue-and-micr