Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-10-05 Thread Benjamin Herrenschmidt
On Fri, 2007-10-05 at 22:36 +0400, Valentine Barshak wrote: > Benjamin Herrenschmidt wrote: > >> Depends on interpretation. IIRC currently the same die is used for 440EPx > >> and > >> 440GRx. I could be wrong here though and it is just a bug in the chip. But > >> anyway we should support this

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-10-05 Thread Valentine Barshak
Benjamin Herrenschmidt wrote: >> Depends on interpretation. IIRC currently the same die is used for 440EPx >> and >> 440GRx. I could be wrong here though and it is just a bug in the chip. But >> anyway we should support this somehow. Could be that I missed this in the >> current 440GRx (Rainier

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-03 Thread Josh Boyer
On Fri, 3 Aug 2007 03:39:23 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Aug 2, 2007, at 3:32 PM, Josh Boyer wrote: > > > On Wed, 1 Aug 2007 15:05:42 +1000 > > David Gibson <[EMAIL PROTECTED]> wrote: > > > >> On Wed, Aug 01, 2007 at 07:01:17AM +0200, Segher Boessenkool wrote: > > +

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-03 Thread Benjamin Herrenschmidt
> Depends on interpretation. IIRC currently the same die is used for 440EPx and > 440GRx. I could be wrong here though and it is just a bug in the chip. But > anyway we should support this somehow. Could be that I missed this in the > current 440GRx (Rainier) arch/ppc support too. I have to adm

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-03 Thread Stefan Roese
On Friday 03 August 2007, Valentine Barshak wrote: > >> Should the 440GRX PVR additions be done in a separate patch? Or is the > >> PVR and cpu features truly the only difference between 440EPx and > >> 440GRx? > > > > I think it makes sense to add the 440GRx with this patchset too. The > > 440GRx

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-03 Thread Valentine Barshak
Stefan Roese wrote: > On Thursday 02 August 2007, Josh Boyer wrote: >> On Mon, 30 Jul 2007 19:16:28 +0400 >>> +0400 +++ linux/arch/powerpc/kernel/cputable.c 2007-07-27 >>> 20:44:26.0 +0400 @@ -1132,6 +1132,42 @@ >>> .dcache_bsize = 32, >>> .platform

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-03 Thread Valentine Barshak
Josh Boyer wrote: > On Mon, 30 Jul 2007 19:16:28 +0400 > Valentine Barshak <[EMAIL PROTECTED]> wrote: > >> diff -ruN linux.orig/arch/powerpc/kernel/cputable.c >> linux/arch/powerpc/kernel/cputable.c >> --- linux.orig/arch/powerpc/kernel/cputable.c2007-07-27 >> 20:37:10.0 +0400 >>

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-03 Thread Kumar Gala
On Aug 2, 2007, at 3:32 PM, Josh Boyer wrote: > On Wed, 1 Aug 2007 15:05:42 +1000 > David Gibson <[EMAIL PROTECTED]> wrote: > >> On Wed, Aug 01, 2007 at 07:01:17AM +0200, Segher Boessenkool wrote: > + { /* 440EPX - without Security/Kasumi */ > + .pvr_mask = 0xf

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-02 Thread Stefan Roese
On Thursday 02 August 2007, Josh Boyer wrote: > On Mon, 30 Jul 2007 19:16:28 +0400 > > +0400 +++ linux/arch/powerpc/kernel/cputable.c 2007-07-27 > > 20:44:26.0 +0400 @@ -1132,6 +1132,42 @@ > > .dcache_bsize = 32, > > .platform = "ppc440",

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-02 Thread Josh Boyer
On Mon, 30 Jul 2007 19:16:28 +0400 Valentine Barshak <[EMAIL PROTECTED]> wrote: > diff -ruN linux.orig/arch/powerpc/kernel/cputable.c > linux/arch/powerpc/kernel/cputable.c > --- linux.orig/arch/powerpc/kernel/cputable.c 2007-07-27 20:37:10.0 > +0400 > +++ linux/arch/powerpc/kernel/cputa

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-08-02 Thread Josh Boyer
On Wed, 1 Aug 2007 15:05:42 +1000 David Gibson <[EMAIL PROTECTED]> wrote: > On Wed, Aug 01, 2007 at 07:01:17AM +0200, Segher Boessenkool wrote: > > >> +{ /* 440EPX - without Security/Kasumi */ > > >> +.pvr_mask = 0xffff, > > >> +.pvr_valu

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-07-31 Thread David Gibson
On Wed, Aug 01, 2007 at 07:01:17AM +0200, Segher Boessenkool wrote: > >> + { /* 440EPX - without Security/Kasumi */ > >> + .pvr_mask = 0xffff, > >> + .pvr_value = 0x28D4, > >> + .cpu_name = "440EPX - no Security/Kasumi",

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-07-31 Thread Segher Boessenkool
>> +{ /* 440EPX - without Security/Kasumi */ >> +.pvr_mask = 0xffff, >> +.pvr_value = 0x28D4, >> +.cpu_name = "440EPX - no Security/Kasumi", >> +.cpu_features = CPU_FTRS_44X, >> +

Re: [PATCH 5/6] PowerPC 440EPx: Sequoia board support

2007-07-31 Thread David Gibson
On Mon, Jul 30, 2007 at 07:16:28PM +0400, Valentine Barshak wrote: > AMCC 440EPx Sequoia board support. > > Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> > --- > arch/powerpc/kernel/cputable.c | 36 +++ > arch/powerpc/kernel/head_44x.S |2 - > arch/powerpc