From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ro1EH-0003Km-SG for qemu-devel@nongnu.org; Thu, 19 Jan 2012 18:17:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ro1EG-0008Up-Hj for qemu-devel@nongnu.org; Thu, 19 Jan 2012 18:17:13 -0500 Received: from smtp161.dfw.emailsrvr.com ([67.192.241.161]:32859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ro1EG-0008Ua-Dy for qemu-devel@nongnu.org; Thu, 19 Jan 2012 18:17:12 -0500 Message-ID: <4F18A475.80009@calxeda.com> Date: Thu, 19 Jan 2012 17:17:09 -0600 From: Rob Herring MIME-Version: 1.0 References: <1326213943-878-1-git-send-email-mark.langsdorf@calxeda.com> <1327008660-16789-1-git-send-email-mark.langsdorf@calxeda.com> <1327008660-16789-5-git-send-email-mark.langsdorf@calxeda.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v12 4/4] arm: SoC model for Calxeda Highbank List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: i.mitsyanko@gmail.com, edgar.iglesias@gmail.com, qemu-devel@nongnu.org, Mark Langsdorf , afaerber@suse.de On 01/19/2012 03:44 PM, Peter Maydell wrote: > On 19 January 2012 21:31, Mark Langsdorf wrote: >> + highbank_binfo.board_id = 0xEC10100f; /* provided by deviceTree */ > > Where does this number come from? It's not in > http://www.arm.linux.org.uk/developer/machines/ > > Is 3027 (==0xbd3) you? > http://www.arm.linux.org.uk/developer/machines/list.php?id=3027 > Much of the data there is wrong as none of it is used. 0 or -1 is the right value as those are obviously meaningless. A highbank kernel will never be booted without devicetree and in that case this number is irrelevant. This is the legacy boot interface and qemu really needs to learn to boot with a separate dtb. Rob