From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Failed to launch xen on J6 evm Date: Mon, 9 Mar 2015 17:07:49 +0000 Message-ID: <1425920869.21353.56.camel@citrix.com> References: <1425894894.14353.68.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YV1Fv-000829-U2 for xen-devel@lists.xenproject.org; Mon, 09 Mar 2015 17:14:16 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Korupol, Naveen (EXT)" Cc: "xen-devel@lists.xenproject.org" List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-09 at 16:51 +0000, Korupol, Naveen (EXT) wrote: Please don't top post and try and configure your MUA for normal ">" based quoting. Anything else just gets too hard to follow after a little back and forth. > Is there any specific U-Boot for ARM with this HYP mode already enabled correctly? It's generally pretty platform specific, rather than architecture specific how to do this unfortunately. > If not, I would appreciate any links to help me update my current > u-boot to have this setting enabled. I think you had identified a very similar board, so you might have some luck with looking at the u-boot used on that. In mainline u-boot support for hyp mode started appearing throughout 2014. So probably the first step would be to try and get a more recent (e.g. mainline) u-boot onto your board. You should ask the people who make the board for support with this and/or look around for a community around the platform you are using. Ian.