From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YiLbo-0001p2-VJ for mharc-grub-devel@gnu.org; Wed, 15 Apr 2015 07:35:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiLbi-0001nN-HR for grub-devel@gnu.org; Wed, 15 Apr 2015 07:35:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiLbf-0007ij-BC for grub-devel@gnu.org; Wed, 15 Apr 2015 07:35:50 -0400 Received: from smtp.citrix.com ([66.165.176.89]:2171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiLbe-0007iW-Tu for grub-devel@gnu.org; Wed, 15 Apr 2015 07:35:47 -0400 X-IronPort-AV: E=Sophos;i="5.11,581,1422921600"; d="scan'208";a="253339997" Message-ID: <1429097744.15516.218.camel@citrix.com> Subject: Re: [Linaro-uefi] [PATCH 0/5]arm64: Add multiboot support (via fdt) for Xen boot From: Ian Campbell To: Fu Wei Date: Wed, 15 Apr 2015 12:35:44 +0100 In-Reply-To: References: <54931519.50905@linaro.org> <1420735118.19787.111.camel@citrix.com> 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: MIA2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.89 Cc: linaro-uefi , The development of GNU GRUB , xen-devel@lists.xensource.com, Jon Masters , Stefano Stabellini 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: Wed, 15 Apr 2015 11:35:55 -0000 On Fri, 2015-04-10 at 10:32 +0800, Fu Wei wrote: > Hi everybody, > any suggestion for my patchset? Your CC list contains grub-devel, some other lists and a bunch of individuals who are not actually grub developers, who are the ones I think you actually need to be pinging. Perhaps try addressing some relevant grub developer(s) directly? > Please let me know if there are some place need to be fixed or > improved, if these patches look good to you, can they be merged? > > Any feedback or suggestion is welcome! :-) > Great thanks ! > > On 26 January 2015 at 22:32, Stefano Stabellini > wrote: > Ping? > > I think it would be great to have multiboot support in grub. > As a matter of fact without it grub cannot load xen on arm. > > > On Wed, 21 Jan 2015, Fu Wei wrote: > > Hi everybody, > > any suggestion for my patchset? > > if these patches look fine, can they be merged? > > > > Any feedback is welcome! :-) > > Great thanks ! > > > > On 9 January 2015 at 00:38, Ian Campbell > wrote: > > On Fri, 2014-12-19 at 01:55 +0800, Fu Wei wrote: > > > Signed-off-by: Fu Wei > > > Reviewed-by: Leif Lindholm > > > > > I've tested the code at > > > git://git.linaro.org/people/fu.wei/grub.git#multiboot_xen_support_upstream_v4.0 > > which I believe is the same as this posting on an AMD > Seattle system > > with a 40_custom containing: > > > > menuentry 'Baremetal' { > > insmod gzio > > insmod part_msdos > > insmod ext2 > > set root='hd0,msdos2' > > search --no-floppy --fs-uuid > --set=root d4178d5c-96a8-46ee-a304-0d87baa545cd > > linux /boot/vmlinuz > console=ttyAMA0,115200n8 earlycon=pl011,0xe1010000 > root=/dev/sda2 rootwait > > } > > menuentry 'Xen' { > > insmod gzio > > insmod part_msdos > > insmod ext2 > > set root='hd0,msdos2' > > search --no-floppy --fs-uuid > --set=root d4178d5c-96a8-46ee-a304-0d87baa545cd > > multiboot /boot/xen no-bootscrub > console=dtuart conswitch=x dtuart=/smb/serial@e1010000 > noreboot > > sync_console dom0_mem=256M dom0_max_vcpus=1 > > module /boot/vmlinuz-xen console=hvc0 > earlycon=pl011,0xe1010000 root=/dev/sda2 rootwait > > } > > > > (my system is too confused for 10_linux or > 20_linux_xen right now, but I > > believe this is representative of what they would > emit) > > > > The result was that I could boot both Baremetal and > Xen via grub. So: > > > > Tested-by: Ian Campbell > > > > I've not looked at the code (although I did review > several older > > iterations), would it be useful to the grub > maintainers for me to do so? > > > > Ian. > > > > > > > > > > -- > > Best regards, > > > > Fu Wei > > Software Engineer > > Red Hat Software (Beijing) Co.,Ltd.Shanghai Branch > > Ph: +86 21 61221326(direct) > > Ph: +86 186 2020 4684 (mobile) > > Room 1512, Regus One Corporate Avenue,Level 15, > > One Corporate Avenue,222 Hubin Road,Huangpu District, > > Shanghai,China 200021 > > > > > > _______________________________________________ > Linaro-uefi mailing list > Linaro-uefi@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-uefi > > > > > -- > Best regards, > > Fu Wei > Software Engineer > Red Hat Software (Beijing) Co.,Ltd.Shanghai Branch > Ph: +86 21 61221326(direct) > Ph: +86 186 2020 4684 (mobile) > Room 1512, Regus One Corporate Avenue,Level 15, > One Corporate Avenue,222 Hubin Road,Huangpu District, > Shanghai,China 200021 >