RE: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-07-01 Thread Benjamin Herrenschmidt
On Tue, 2008-07-01 at 08:58 -0700, Stephen Neuendorffer wrote: > Doing this at the binary level would be nice, but I see enough problems > just doing it at the source level and at least for my purposes, doing it > on a dtb would be overkill, I think. > > The main difficulty remains how to deal

RE: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-07-01 Thread Stephen Neuendorffer
; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux- > [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; John Linn; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PATCH 12/60] microblaze_v4: Generic dts file

RE: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-30 Thread Benjamin Herrenschmidt
> As for the copyright, I haven't been able to find much information on > whether or not generated files are even copyrightable. One might > argue that they > don't have sufficient 'creative value' to be copyrightable. Or > arguably, they are as copyrightable by the generator author as by the >

RE: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-30 Thread Michal Simek
D] Sent: Sun 6/29/2008 5:02 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Stephen Neuendorffer; John Linn; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org; [EMAIL PROTECTED]; [EMAIL PROTECTED

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-29 Thread Michal Simek
Hi John, Steve and others, in generic platform will be generic DTS which I sent in first versions. This DTS will be for simple platform. There is not copyright. FDT generator add copyright notice on the top of file. I added it when I start to program this BSP. Xilinx only add their copyright li

RE: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-29 Thread Stephen Neuendorffer
Stephen Neuendorffer; John Linn; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Michal Simek Subject: Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms On Sat, Jun 28, 2008 at

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-29 Thread John Williams
Hi Steve, > In my opionion, we should only include dts files for reference designs, and > it must be documented how to get the design that the dts corresponds to. I'm not sure you (or Xilinx) are quite ready for the pain this implies - have you tried browsing reference designs on Xilinx.com recen

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-29 Thread John Williams
On Sat, Jun 28, 2008 at 3:49 PM, Grant Likely <[EMAIL PROTECTED]> wrote: > On Thu, Jun 26, 2008 at 5:29 AM, <[EMAIL PROTECTED]> wrote: >> From: Michal Simek <[EMAIL PROTECTED]> >> arch/microblaze/platform/generic/system.dts | 300 >> +++ > Since this is a generated file

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-27 Thread Grant Likely
On Thu, Jun 26, 2008 at 5:29 AM, <[EMAIL PROTECTED]> wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > arch/microblaze/platform/generic/system.dts | 300 > +++ > 1 files changed, 300 insertions(+), 0 deletions(-

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-26 Thread Jon Loeliger
Michal Simek wrote: Ok. Thanks for information Steve. Jon: Only for sure the main difference is only in value handling. Am I right? If yes, it is easy to change. M Right. It is essentially C-like now. And has a declarator at the top with /dts-v1/. Essentially all of the DTS files in arch/p

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-26 Thread Michal Simek
; >> [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; >> linuxppc-dev@ozlabs.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; John > Linn; [EMAIL PROTECTED] >> Subject: Re: [PATCH 12/60] microblaze_v4: Generic dts file for > platforms >> OK

RE: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-26 Thread Stephen Neuendorffer
Jon Loeliger > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; > linuxppc-dev@ozlabs.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; John Linn; [EMAIL PROTECTED] > Subject: Re: [PATCH 12/60

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-26 Thread Michal Simek
OK. We have to change fdt generator with Steve. Steve: can you look at it? M > [EMAIL PROTECTED] wrote: >> From: Michal Simek <[EMAIL PROTECTED]> >> >> >> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> >> --- >> arch/microblaze/platform/generic/system.dts | 300 >> +++

Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-26 Thread Jon Loeliger
[EMAIL PROTECTED] wrote: From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- arch/microblaze/platform/generic/system.dts | 300 +++ 1 files changed, 300 insertions(+), 0 deletions(-) create mode 100644 arch/microblaze/platform/ge

[PATCH 12/60] microblaze_v4: Generic dts file for platforms

2008-06-26 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- arch/microblaze/platform/generic/system.dts | 300 +++ 1 files changed, 300 insertions(+), 0 deletions(-) create mode 100644 arch/microblaze/platform/generic/system.dts diff --gi