Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-23 Thread David Gibson
On Tue, Oct 23, 2007 at 06:15:22PM -0700, Stephen Neuendorffer wrote: [snip] > / { > #address-cells = <1>; > #size-cells = <1>; > model = "system.mhs"; > chosen { > bootargs = "root=/dev/xsysace/disc0/part2"; > interrupt-controller = <101>; inter

RE: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-23 Thread Stephen Neuendorffer
interrupts = < 0 0 >; reg = < 41c0 1 >; xlnx,count-width = <20>; xlnx,edk-name = "opb_timer_1"; xlnx,one-timer-only = <1>;

Re: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-23 Thread David Gibson
On Tue, Oct 23, 2007 at 09:34:37AM +0200, Michal Simek wrote: > Hi David, > I remove some labels from my generator. I created fake system with some > peripherals. > There are 3 buses and 3 bridges. > Can you check it and tell me what is wrong? Grant's comments all seem reasonable, apologies if

RE: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-23 Thread Stephen Neuendorffer
ev@ozlabs.org > Subject: RE: [microblaze-uclinux] Re: [microblaze-uclinux] > RE: [PATCH v3] Device tree bindings for Xilinx devices > > >> In my opinion will be better generate only parameters which > >> you want not all. > >> That smells with unusable parameters. >

Re: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-23 Thread Grant Likely
On 10/23/07, Michal Simek <[EMAIL PROTECTED]> wrote: > Hi David, > I remove some labels from my generator. I created fake system with some > peripherals. > There are 3 buses and 3 bridges. > Can you check it and tell me what is wrong? > > Thanks, > Michal Simek > > / { > model = "mONStR";

Re: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-23 Thread Michal Simek
Hi David, I remove some labels from my generator. I created fake system with some peripherals. There are 3 buses and 3 bridges. Can you check it and tell me what is wrong? Thanks, Michal Simek / { model = "mONStR"; chosen { bootargs = "root=/dev/xsysace/disc0/pa

Re: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-22 Thread David Gibson
On Tue, Oct 23, 2007 at 06:07:56AM +0200, Michal Simek wrote: > >> In my opinion will be better generate only parameters which > >> you want not all. > >> That smells with unusable parameters. > > > >In the long term, this may be true. In the short term: > >1) dtb size is not the key problem > Ye

RE: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-22 Thread Michal Simek
>> In my opinion will be better generate only parameters which >> you want not all. >> That smells with unusable parameters. > >In the long term, this may be true. In the short term: >1) dtb size is not the key problem Yes of course >2) making sure that everything works is a key problem. >3) The

RE: [microblaze-uclinux] Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-22 Thread Stephen Neuendorffer
rg; Wolfgang Reissnegger > Subject: [microblaze-uclinux] Re: [microblaze-uclinux] RE: > [PATCH v3] Device tree bindings for Xilinx devices > > Hi Steve and all, > >Here's a full .dts generated using an updated version of > >gen_mhs_devtree.py, following the proposal. > >

Re: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-21 Thread David Gibson
On Fri, Oct 19, 2007 at 04:42:58PM -0700, Stephen Neuendorffer wrote: > > Here's a full .dts generated using an updated version of > gen_mhs_devtree.py, following the proposal. > It happens to be a microblaze system, but you get the idea. > > Grant: Is this pretty what you intend? > > Steve > >

Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-20 Thread Michal Simek
Hi Grant, >> Hi Steve and all, >> >Here's a full .dts generated using an updated version of >> >gen_mhs_devtree.py, following the proposal. >> >It happens to be a microblaze system, but you get the idea. >> >> I think that is no good idea generate dts with all information. >> Especially informatio

Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-19 Thread Grant Likely
On 10/19/07, Michal Simek <[EMAIL PROTECTED]> wrote: > Hi Steve and all, > >Here's a full .dts generated using an updated version of > >gen_mhs_devtree.py, following the proposal. > >It happens to be a microblaze system, but you get the idea. > > I think that is no good idea generate dts with all i

Re: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-19 Thread Grant Likely
On 10/19/07, Stephen Neuendorffer <[EMAIL PROTECTED]> wrote: > > Here's a full .dts generated using an updated version of > gen_mhs_devtree.py, following the proposal. > It happens to be a microblaze system, but you get the idea. > > Grant: Is this pretty what you intend? Pretty close; comments be

Re: [microblaze-uclinux] RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-19 Thread Michal Simek
Hi Steve and all, >Here's a full .dts generated using an updated version of >gen_mhs_devtree.py, following the proposal. >It happens to be a microblaze system, but you get the idea. I think that is no good idea generate dts with all information. Especially information about PVR - number 2 means -

RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-19 Thread Stephen Neuendorffer
Here's a full .dts generated using an updated version of gen_mhs_devtree.py, following the proposal. It happens to be a microblaze system, but you get the idea. Grant: Is this pretty what you intend? Steve / { #address-cells = <1>; #size-cells = <1>; compatible = "ibm,pl

RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-18 Thread Stephen Neuendorffer
Boyer; Arnd Bergmann > Subject: Re: [PATCH v3] Device tree bindings for Xilinx devices > > On 10/18/07, Stephen Neuendorffer > <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > > > From: Grant Likely [mailto:[EMAIL PROTECTED] > > > Sen

Re: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-18 Thread Grant Likely
; Reissnegger; Leonid; [EMAIL PROTECTED]; Josh > > Boyer; Arnd Bergmann > > Subject: [PATCH v3] Device tree bindings for Xilinx devices > > > > From: Grant Likely <[EMAIL PROTECTED]> > > > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > > Acke

RE: [PATCH v3] Device tree bindings for Xilinx devices

2007-10-18 Thread Stephen Neuendorffer
> -Original Message- > From: Grant Likely [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 10:23 AM > To: linuxppc-dev@ozlabs.org; Stephen Neuendorffer; Wolfgang > Reissnegger; Leonid; [EMAIL PROTECTED]; Josh > Boyer; Arnd Bergmann > Subject: [

[PATCH v3] Device tree bindings for Xilinx devices

2007-10-18 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- Documentation/powerpc/booting-without-of.txt | 264 ++ 1 files changed, 264 insertions(+), 0 deletions(-) diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentatio