From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 2 of 6] arm: Move hyp-mode entry code out of line Date: Thu, 31 May 2012 17:54:35 +0100 Message-ID: <4FC7A24B.3010506@citrix.com> References: <05447f395c91029fb732.1338482400@whitby.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <05447f395c91029fb732.1338482400@whitby.uk.xensource.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: Tim Deegan Cc: stefano.stabellini@citrix.com, ian.campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 31/05/12 17:40, Tim Deegan wrote: > # HG changeset patch > # User Tim Deegan > # Date 1338482127 -3600 > # Node ID 05447f395c91029fb732142e36788cfa92374045 > # Parent 25d389d891c5a2a3009258ef7261379a9ad97746 > arm: Move hyp-mode entry code out of line. > > This code is grottier than the rest of the start-of-day code and > very specific to the software model we're developing on. > Segregate it accordingly, by putting it in its own file. I've been vaguely thinking about writing a stub-bootloader to do this and provide the DTB (instead of having to link it with Xen). Is this something that would be useful? David