From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 8 Sep 2006 09:52:25 -0700 From: "Mark A. Greer" To: Hollis Blanchard Subject: Re: [PATCH 1/1] bootwrapper: add flat device tree support code Message-ID: <20060908165225.GB17517@mag.az.mvista.com> References: <20060908034623.GG5203@mag.az.mvista.com> <1157726787.26967.7.camel@basalt.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1157726787.26967.7.camel@basalt.austin.ibm.com> Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Sep 08, 2006 at 09:46:27AM -0500, Hollis Blanchard wrote: > On Thu, 2006-09-07 at 20:46 -0700, Mark A. Greer wrote: > > --- /dev/null > > +++ b/arch/powerpc/boot/flatdevtree.c > > @@ -0,0 +1,628 @@ > > +/* > > + * DO NOT EDIT THIS FILE!! > > + * > > + * The master copy is kept in a mercurial repository that you can clone: > > + * "hg clone http://unsanctioned.org/flatdevtree/hgweb.py flatdevtree" > > + * Please send patches to Hollis Blanchard and > > + * CC: > > + * > > Actually I'm not intending for that to be a long-term URL. If we need > something permanent for this file, I can set something up on > penguinppc.org... > > (NAK) Okay. May as well wait for Paul's changes for doing much more anyway. Mark