From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 29 Jan 2016 09:18:56 +0000 Subject: [U-Boot] ARMv8: Use U-Boot to boot Xen? In-Reply-To: <20160129040415.GB7475@linux-7smt.suse> References: <56AA66B6.6010308@gmail.com> <20160129040415.GB7475@linux-7smt.suse> Message-ID: <1454059136.26591.95.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2016-01-29 at 12:04 +0800, Peng Fan wrote: > Hi Dirk, > > Cc Ian xen experts. > > On Thu, Jan 28, 2016 at 08:06:30PM +0100, Dirk Behme wrote: > > Hi, > > > > are there any U-Boot examples/patches to boot Xen on an ARMv8/aarch64 > > system? > > > > I've found > > > > http://lists.denx.de/pipermail/u-boot/2015-October/230077.html > > > > what might be helpful. > > > > But maybe I missed anything else? > > I guess you are asking steps how to boot xen using uboot? > > You may need to take this: > http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions Indeed. In addition one AArch64 system which uses u-boot and which has concrete instructions is the APM X-Gene/Mustang: http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/APMXGeneMustang which would likely be helpful. There are other ARMv7 systems linked from the main page which would have other examples, but for 32-bit. Ian.