From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot Date: Tue, 14 Jul 2015 10:29:13 +0100 Message-ID: <1436866153.25044.38.camel@citrix.com> References: <=fu.wei@linaro.org> <1436777640-31871-1-git-send-email-fu.wei@linaro.org> Reply-To: The development of GNU GRUB Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436777640-31871-1-git-send-email-fu.wei@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: grub-devel-bounces+gcbgd-grub-devel=m.gmane.org@gnu.org Sender: grub-devel-bounces+gcbgd-grub-devel=m.gmane.org@gnu.org To: fu.wei@linaro.org Cc: grub-devel@gnu.org, xen-devel@lists.xensource.com, stefano.stabellini@eu.citrix.com, arvidjaar@gmail.com, jcm@redhat.com, linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org, phcoder@gmail.com List-Id: xen-devel@lists.xenproject.org On Mon, 2015-07-13 at 16:53 +0800, fu.wei@linaro.org wrote: > From: Fu Wei > > - This adds support for the Xen boot on ARM specification for arm64. I have used this to PXE boot Xen on a mustang board. My (handcrafted) grub.cfg was: set default=0 set timeout=5 menuentry 'pxe multiboot xen' { echo "xen_hypervisor /trap/xen.efi" xen_hypervisor /trap/xen.efi conswitch=x watchdog console=dtuart dtuart=/soc/serial@1c020000 dom0_mem=512M,max:512M echo "xen_module /trap/vmlinuz" xen_module /trap/vmlinuz root=/dev/mapper/trap--vg-root ro console=hvc0 echo "xen_module /trap/initrd.gz" xen_module /trap/initrd.gz boot } Tested-by: Ian Campbell I didn't yet try a local boot from hdd since I'm sure it would work equivalently and there still seems to be some discussion around how the update-grub side should fit together. Thanks! Ian. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZEwWh-0004ha-Q1 for mharc-grub-devel@gnu.org; Tue, 14 Jul 2015 05:29:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEwWd-0004fe-UE for grub-devel@gnu.org; Tue, 14 Jul 2015 05:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEwWa-00050B-OH for grub-devel@gnu.org; Tue, 14 Jul 2015 05:29:19 -0400 Received: from smtp.citrix.com ([66.165.176.89]:21983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEwWa-0004zD-Jk for grub-devel@gnu.org; Tue, 14 Jul 2015 05:29:16 -0400 X-IronPort-AV: E=Sophos;i="5.15,470,1432598400"; d="scan'208";a="280732271" Message-ID: <1436866153.25044.38.camel@citrix.com> Subject: Re: [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot From: Ian Campbell To: Date: Tue, 14 Jul 2015 10:29:13 +0100 In-Reply-To: <1436777640-31871-1-git-send-email-fu.wei@linaro.org> References: <=fu.wei@linaro.org> <1436777640-31871-1-git-send-email-fu.wei@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-DLP: MIA1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.89 Cc: grub-devel@gnu.org, xen-devel@lists.xensource.com, stefano.stabellini@eu.citrix.com, arvidjaar@gmail.com, jcm@redhat.com, linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org, phcoder@gmail.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 09:29:21 -0000 On Mon, 2015-07-13 at 16:53 +0800, fu.wei@linaro.org wrote: > From: Fu Wei > > - This adds support for the Xen boot on ARM specification for arm64. I have used this to PXE boot Xen on a mustang board. My (handcrafted) grub.cfg was: set default=0 set timeout=5 menuentry 'pxe multiboot xen' { echo "xen_hypervisor /trap/xen.efi" xen_hypervisor /trap/xen.efi conswitch=x watchdog console=dtuart dtuart=/soc/serial@1c020000 dom0_mem=512M,max:512M echo "xen_module /trap/vmlinuz" xen_module /trap/vmlinuz root=/dev/mapper/trap--vg-root ro console=hvc0 echo "xen_module /trap/initrd.gz" xen_module /trap/initrd.gz boot } Tested-by: Ian Campbell I didn't yet try a local boot from hdd since I'm sure it would work equivalently and there still seems to be some discussion around how the update-grub side should fit together. Thanks! Ian.