Re: [PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-28 Thread Valentine Barshak
David Gibson wrote: > On Wed, Aug 15, 2007 at 04:22:58PM +0400, Valentine Barshak wrote: >> David Gibson wrote: >>> On Tue, Aug 14, 2007 at 10:53:55PM +0400, Valentine Barshak wrote: Bootwrapper code for AMCC 440EPx Sequoia board. The DDR2 Denali controller support has been moved to

Re: [PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-15 Thread David Gibson
On Wed, Aug 15, 2007 at 04:22:58PM +0400, Valentine Barshak wrote: > David Gibson wrote: > > On Tue, Aug 14, 2007 at 10:53:55PM +0400, Valentine Barshak wrote: > >> Bootwrapper code for AMCC 440EPx Sequoia board. > >> The DDR2 Denali controller support has been moved to > >> arch/powerpc/boot/4xx.

Re: [PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-15 Thread Valentine Barshak
The patches are based mainly on the Bamboo board support by Josh Boyer and should be applied on top of the "[patch 00/10] 4xx patch series for 2.6.24" http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040512.html The 2.6.24 4xx patch series is included in the following git tree: git://git.in

Re: [PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-15 Thread Jerone Young
What source tree patch based on? The latest kernel.org git tree does not have arch/powerpc/boot/4xx.c or arch/powerpc/boot/4xx.h . This patch is attempting to patch these files. On Tue, 2007-08-14 at 22:53 +0400, Valentine Barshak wrote: > Bootwrapper code for AMCC 440EPx Sequoia board. > The DDR2

Re: [PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-15 Thread Valentine Barshak
David Gibson wrote: > On Tue, Aug 14, 2007 at 10:53:55PM +0400, Valentine Barshak wrote: >> Bootwrapper code for AMCC 440EPx Sequoia board. >> The DDR2 Denali controller support has been moved to >> arch/powerpc/boot/4xx.c >> The code also uses 440EP clocking fixups >> initially provided for 440EP

Re: [PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-14 Thread David Gibson
On Tue, Aug 14, 2007 at 10:53:55PM +0400, Valentine Barshak wrote: > Bootwrapper code for AMCC 440EPx Sequoia board. > The DDR2 Denali controller support has been moved to > arch/powerpc/boot/4xx.c > The code also uses 440EP clocking fixups > initially provided for 440EP Bamboo. > > Signed-off-by

[PATCH 3/4] PowerPC 440EPx: Sequoia bootwrapper

2007-08-14 Thread Valentine Barshak
Bootwrapper code for AMCC 440EPx Sequoia board. The DDR2 Denali controller support has been moved to arch/powerpc/boot/4xx.c The code also uses 440EP clocking fixups initially provided for 440EP Bamboo. Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> --- arch/powerpc/boot/44x.h|