From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8xci-000553-TW for qemu-devel@nongnu.org; Mon, 12 Aug 2013 15:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8xcZ-0000Er-R6 for qemu-devel@nongnu.org; Mon, 12 Aug 2013 15:17:48 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:47790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8xcZ-0000EG-IE for qemu-devel@nongnu.org; Mon, 12 Aug 2013 15:17:39 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 Aug 2013 20:11:12 +0100 Date: Mon, 12 Aug 2013 21:17:26 +0200 From: Thomas Huth Message-ID: <20130812211726.7121a5da@thhw500> In-Reply-To: <1376287404.32100.153.camel@pasglop> References: <20130808125106.6b29a78c@zephyr> <20130808125629.4e5f435d@zephyr> <5203743D.6060009@suse.de> <5208669A.7010000@linux.vnet.ibm.com> <1376287404.32100.153.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] [v3] target-ppc: Enhance CPU nodes of device tree to be PAPR compliant. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Herrenschmidt Cc: Alexey Kardashevisky , QEMU , qemu-ppc , Anthony Liguori , Prerna Saxena , Andreas =?ISO-8859-1?B?RuRyYmVy?= Am Mon, 12 Aug 2013 16:03:24 +1000 schrieb Benjamin Herrenschmidt : > On Mon, 2013-08-12 at 10:07 +0530, Prerna Saxena wrote: >=20 > .../... >=20 > > I dont know what context lead to this observation. > > However, PAPR mentions the following nomenclature guideline: > >=20 > > "The value of this property shall be of the form: =E2=80=9CPowerPC,=E2=80=9D, > > where is the name of the processor chip which may be displayed to > > the user. shall not contain underscores." >=20 > This actually comes from the original Open Firmware binding for PowerPC > processors, which PAPR inherits largely from. Thus this naming scheme > should apply to all PowerPC processors when a device-tree is involved. Well, I think it should be used when an Open Firmware environment is used. When you boot via ePAPR device tree, the name should be "cpu" instead, according to the ePAPR specification. Thomas