From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrrMr-0008MO-Ex for qemu-devel@nongnu.org; Mon, 30 Jan 2012 08:34:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrrMq-0000Y2-Cn for qemu-devel@nongnu.org; Mon, 30 Jan 2012 08:33:57 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:52715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrrMq-0000Xm-AN for qemu-devel@nongnu.org; Mon, 30 Jan 2012 08:33:56 -0500 Received: by yenl8 with SMTP id l8so2214383yen.4 for ; Mon, 30 Jan 2012 05:33:55 -0800 (PST) Sender: Grant Likely Date: Mon, 30 Jan 2012 06:33:52 -0700 From: Grant Likely Message-ID: <20120130133352.GG28397@ponder.secretlab.ca> References: <1327701190-24822-1-git-send-email-grant.likely@secretlab.ca> <201201272234.02700.paul@codesourcery.com> <20120128184837.GG2501@ponder.secretlab.ca> <201201291115.43916.paul@codesourcery.com> <20120129160105.GA10629@ponder.secretlab.ca> <4F259497.6060904@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] arm: add device tree support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Rob Herring , Paul Brook , "Edgar E. Iglesias" , Jeremy Kerr , Andreas =?iso-8859-1?Q?F=E4rber?= On Sun, Jan 29, 2012 at 09:29:58PM +0000, Peter Maydell wrote: > On 29 January 2012 18:48, Andreas Färber wrote: > > Am 29.01.2012 17:01, schrieb Grant Likely: > >> Okay, well at least let's start with this.  Here is an updated version of the > >> patch that doesn't touch the board code.  It makes the -dtb option available > >> to all ARM platforms. > >> > >> Even if dtb is not the primary structure, we absolutely need this option. > > > > Well, the option itself is what has been the most controversial here. > > Yours is at least the third attempt, so far we've seen discussed -dtb, > > -kern-dtb, -kernel-dtb, -kernel dtb=, etc. > > FWIW, my vote is for '-dtb' because it parallels the existing -initrd > and -append. (Or -devicetree if we think -dtb is too cryptic; but anyway > not something with 'kernel' in it.) That was my reasoning too. I'm not stuck on any particular flag though as long as the feature gets merged. :-) g.