From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Domain 0 crashed when booting OMAP5 uEVM Date: Thu, 15 Aug 2013 13:24:15 +0100 Message-ID: <1376569455.9273.164.camel@hastur.hellion.org.uk> References: <20130812122452.GA21443@cbz-workstation> <5208D969.6090708@linaro.org> <20130813091007.GA16513@cbz-workstation> <1EA3C0D2-F1BB-4EC9-B154-DEA746D9F2BC@gmail.com> <20130815094724.GA8286@cbz-workstation> <9D2BAA06-8A4A-455F-85AE-36C11AFCA65E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9D2BAA06-8A4A-455F-85AE-36C11AFCA65E@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chen Baozi Cc: Julien Grall , Stefano Stabellini , Andrii Anisov , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, 2013-08-15 at 18:59 +0800, Chen Baozi wrote: > > Did you add a PSCI node in your device tree? > > psci { > > compatible = "arm,psci"; > > method = "hvc"; > > cpu_on = <2>; > > }; > > Oops, that is the point. I didn't add it. And it would be OK after adding. I really thought we added this automatically, Stefano did you not do that when you implemented this stuff? I suppose not because I'm not seeing it in xen/arch/arm/domain_build.c:write_properties which is where I would have thought it would live. Ian.