[PATCH][v2] Add support for Analogue & Micro ASP837E board

2008-05-08 Thread Bryan O'Donoghue
ELDK via NFS, for this. v2 implements all changes - bar ethernet aliases in the dts, as suggested by Stephen Rothwell and Kumar Gala, to date. Please apply. Cheers, Bryan Signed-off-by: Bryan O'Donoghue <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boo

Re: [PATCH] Add support for Analogue & Micro ASP837E board

2008-05-06 Thread Bryan O'Donoghue
On Tue, 6 May 2008 08:37:16 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: /; > > + > > +/ { > > + model = "ASP8347E"; > > + compatible = "ASP8347E"; > > "analogue-and-micro, ASP8347E"; Fair enough. > > + memory { > > + device_type = "memory"; > > + reg = <0x 0x80

Re: [PATCH] Add support for Analogue & Micro ASP837E board

2008-05-06 Thread Bryan O'Donoghue
On Tue, 6 May 2008 16:11:10 +1000 Stephen Rothwell <[EMAIL PROTECTED]> wrote: > Hi Bryan, > > On Tue, 6 May 2008 03:28:13 +0100 Bryan O'Donoghue <[EMAIL PROTECTED]> > wrote: > > > > +static void __init asp834x_init_IRQ(void) > > +{ &

[PATCH] Add support for Analogue & Micro ASP837E board

2008-05-05 Thread Bryan O'Donoghue
Greetings. The following adds support for the Analogue & Micro ASP 8347E, running Redboot. http://www.analogue-micro.com/ASP8347.html Cheers. Signed-off-by: Bryan O'Donoghue <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 7

Re: [PATCH] [POWERPC] 8xx: timebase frequency should not depend on bus-frequency

2008-02-22 Thread Bryan O'Donoghue
On Fri, 22 Feb 2008 02:41:36 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 03:20:10PM -0600, Scott Wood wrote: > > Anton Vorontsov wrote: > > > On Thu, Feb 21, 2008 at 02:06:58PM -0600, Scott Wood wrote: > > >> Current u-boots don't support device trees at all on 8xx.

PATCH[1/1] 8xx: resubmit Add clock-frequency parameter to adder875 and mpc885ads dts configurations

2008-02-03 Thread Bryan O'Donoghue
Previous patch submission contained tabs munged into whitespace. This patch adds the clock-frequency parameter in decimal instead of hex. Signed-off-by: Bryan O'Donoghue <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/boot/dts/adder875-redboot.dts b/arch/powerpc/boot/dts/adder875-

Re: PATCH[1/1] 8xx: Add clock-frequency to Adder875 and mpc885ads board ports

2008-02-02 Thread Bryan O'Donoghue
On Fri, 2008-02-01 at 15:00 -0600, Scott Wood wrote: > Bryan O'Donoghue wrote: > > Redo the addition of the clock-frequency parameter to the Adder875 .dts > > so that the values are decimal rather then hex. > > > > > > Signed-off-by: Bryan O'Donoghu

PATCH[1/1] 8xx: Add clock-frequency to Adder875 and mpc885ads board ports

2008-01-30 Thread Bryan O'Donoghue
Redo the addition of the clock-frequency parameter to the Adder875 .dts so that the values are decimal rather then hex. Signed-off-by: Bryan O'Donoghue <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/boot/dts/adder875-redboot.dts b/arch/powerpc/boot/dts/adder875-redboot.dts in

Re: PATCH[1/1] 8xx: Add clock-frequency to .dts brg entries

2008-01-29 Thread Bryan O'Donoghue
On Tue, 2008-01-29 at 10:26 -0600, Scott Wood wrote: > On Mon, Jan 28, 2008 at 11:55:20PM +0000, Bryan O'Donoghue wrote: > > You mean that arch/powerpc/boot/mpc8xx.c mpc8xx_set_clocks is supposed > > to be adding this field ? > > Yes. Or u-boot, if you're no

Re: PATCH[1/1] 8xx: Add clock-frequency to .dts brg entries

2008-01-28 Thread Bryan O'Donoghue
On Mon, 2008-01-28 at 09:50 -0600, Scott Wood wrote: > On Mon, Jan 28, 2008 at 01:53:11AM +0000, Bryan O'Donoghue wrote: > > cpm_uart_core has a dependency on fsl,cpm-brg/clock-frequency, this > > means that a .dts that uses the cpm uart driver needs to supply a > >

PATCH[1/1] 8xx: Add clock-frequency to .dts brg entries

2008-01-27 Thread Bryan O'Donoghue
an entry for mpc885ads - which I've noticed is missing a clock-frequency entry. Without an entry for clock-frequency in the .dts you'd get -1 as the return value brgclk ! Signed-off-by: Bryan O'Donoghue <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/boot/dts/adder8

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

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 Bryan O'Donoghue
On Mon, 2008-01-14 at 09:28 -0600, Scott Wood wrote: > On Sun, Jan 13, 2008 at 02:26:12PM +0000, 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 t

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