Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-06 Thread Segher Boessenkool
>> However, the interrupt mapping spec says that all interrupt >> controller (regardless of device_type) must have a >> property named "interrupt-controller" to identify >> the device node as an interrupt controller and root of >> a interrupt tree. >> See: http://playground.sun.com/1275/practice/im

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-06 Thread Segher Boessenkool
>> It seems to me a flat device tree could leave out all those >> properties that can be derived from the PVR (except for the >> few that are really useful for bootloaders and such -- cache >> line size, 64-bit-or-not, what kind of MMU). Linux doesn't >> use it anyway. Existing DTSs already leave

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-06 Thread Segher Boessenkool
+ MPIC: [EMAIL PROTECTED] { + device_type = "open-pic"; device_type = "interrupt-controller". >> >> Not according to the binding in booting-without-of.txt > > My understanding here, though possibly flawed, is that the current > implementation has "open-

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-06 Thread Segher Boessenkool
>>> + PIC8259: interrupt-controller { >>> + device_type = "i8259"; >>> >>> device_type = "interrupt-controller". > > Is that really right? The MPIC binding, at least, has device_type = > "open-pic" rather than "interrupt-controller". I got confused. "o

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-05 Thread David Gibson
On Fri, Aug 03, 2007 at 02:55:16PM -0700, Yoder Stuart-B08248 wrote: > > > > > > + MPIC: [EMAIL PROTECTED] { > > > > > + device_type = "open-pic"; > > > > > > > > > > device_type = "interrupt-controller". > > > > > > Not according to the binding in booting-without

RE: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-03 Thread Yoder Stuart-B08248
> > > > + MPIC: [EMAIL PROTECTED] { > > > > + device_type = "open-pic"; > > > > > > > > device_type = "interrupt-controller". > > > > Not according to the binding in booting-without-of.txt > > My understanding here, though possibly flawed, is that the current

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-03 Thread Jon Loeliger
On Fri, 2007-08-03 at 01:35, David Gibson wrote: > > > + PIC8259: interrupt-controller { > > > + device_type = "i8259"; > > > > > > device_type = "interrupt-controller". > > Is that really right? The MPIC binding, at least, has device_type = > "open-pic"

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-02 Thread David Gibson
On Wed, Jul 18, 2007 at 05:55:16PM +0200, Segher Boessenkool wrote: > >>> Too big for the list, the patch is at: > >>> http://ozlabs.org/~dgibson/home/prep-support > >> > >> Too lazy to split the patch into bite-size chunks, you mean ;-) > > > > Well... much as I like small patches, I don't reall

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-08-02 Thread David Gibson
On Thu, Jun 28, 2007 at 12:00:20PM +0200, Gabriel Paubert wrote: > On Thu, Jun 28, 2007 at 10:59:35AM +0200, Segher Boessenkool wrote: > > > Here is an implementation to allow PReP systems to boot under the > > > arch/powerpc codebase, one of the few remaining platforms supported in > > > arch/ppc

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-18 Thread Segher Boessenkool
>>> Too big for the list, the patch is at: >>> http://ozlabs.org/~dgibson/home/prep-support >> >> Too lazy to split the patch into bite-size chunks, you mean ;-) > > Well... much as I like small patches, I don't really like having a big > string of patches, each of which does basically nothing

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-17 Thread David Gibson
On Thu, Jun 28, 2007 at 10:59:35AM +0200, Segher Boessenkool wrote: > > Here is an implementation to allow PReP systems to boot under the > > arch/powerpc codebase, one of the few remaining platforms supported in > > arch/ppc but not so far in arch/powerpc. > > > Too big for the list, the patch is

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-03 Thread Segher Boessenkool
+ external-control; Really? >>> >>> Well, is anybody actually using eciwx/ecowx? >> >> That's not the point -- the device tree should only >> say "external-control" if the CPU actually supports >> it; AFAIK, that's 601 only. > > I wonder whether you are mixing up ext

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-03 Thread Gabriel Paubert
On Mon, Jul 02, 2007 at 01:51:42PM +0200, Segher Boessenkool wrote: > >>+ external-control; > >> > >>Really? > > > >Well, is anybody actually using eciwx/ecowx? > > That's not the point -- the device tree should only > say "external-control" if the CPU actually supports > it; AFA

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-02 Thread Ulrich Teichert
Hi, >> On Thu, Jun 28, 2007 at 10:59:35AM +0200, Segher Boessenkool wrote: >> >> > Do all (supported) PReP boards have one CPU only? >> >> Not sure, but I don't have any. I believe that there were >> dual processors MTX boards, and dual 604 MVME boards were >> offered (but probably not very popul

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-02 Thread Tom Gall
On 6/28/07, Gabriel Paubert <[EMAIL PROTECTED]> wrote: On Thu, Jun 28, 2007 at 10:59:35AM +0200, Segher Boessenkool wrote: > Do all (supported) PReP boards have one CPU only? Not sure, but I don't have any. I believe that there were dual processors MTX boards, and dual 604 MVME boards were off

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-07-02 Thread Segher Boessenkool
>> +external-control; >> >> Really? > > Well, is anybody actually using eciwx/ecowx? That's not the point -- the device tree should only say "external-control" if the CPU actually supports it; AFAIK, that's 601 only. >> +[EMAIL PROTECTED] { >> +device_type = "p

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-06-28 Thread Gabriel Paubert
On Thu, Jun 28, 2007 at 10:59:35AM +0200, Segher Boessenkool wrote: > > Here is an implementation to allow PReP systems to boot under the > > arch/powerpc codebase, one of the few remaining platforms supported in > > arch/ppc but not so far in arch/powerpc. > > > Too big for the list, the patch is

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-06-28 Thread Segher Boessenkool
> Here is an implementation to allow PReP systems to boot under the > arch/powerpc codebase, one of the few remaining platforms supported in > arch/ppc but not so far in arch/powerpc. > Too big for the list, the patch is at: > http://ozlabs.org/~dgibson/home/prep-support Too lazy to split t

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-06-27 Thread David Gibson
On Wed, Jun 27, 2007 at 06:22:27AM -0500, Milton Miller wrote: > On Wed Jun 27 17:10:08 EST 2007, David Gibson wrote: > > Here is an implementation to allow PReP systems to boot under the > > arch/powerpc codebase, one of the few remaining platforms supported in > > arch/ppc but not so far in arch/