All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Borzenkov <arvidjaar@gmail.com>
To: Fu Wei <fu.wei@linaro.org>
Cc: The development of GNU GRUB <grub-devel@gnu.org>,
	xen-devel@lists.xensource.com,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Jon Masters <jcm@redhat.com>,
	linaro-uefi <linaro-uefi@lists.linaro.org>
Subject: Re: [Linaro-uefi] [PATCH 0/5]arm64: Add multiboot support (via fdt) for Xen boot
Date: Sun, 3 May 2015 21:55:22 +0300	[thread overview]
Message-ID: <20150503215522.589cbbbf@opensuse.site> (raw)
In-Reply-To: <CADyBb7s+Rpp5TZL1W+pkxrUSS28U5ovSFyHPMNNETdvk9P3xFg@mail.gmail.com>

В Fri, 10 Apr 2015 10:32:15 +0800
Fu Wei <fu.wei@linaro.org> пишет:

> Hi everybody,
> any suggestion for my patchset?
> 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 !
> 

Sorry for delay. grub-devel is not overcrowded right now; I started to
review them but got distracted. I'll try to find time.

> On 26 January 2015 at 22:32, Stefano Stabellini <
> stefano.stabellini@eu.citrix.com> 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 <Ian.Campbell@citrix.com>
> > wrote:
> > >       On Fri, 2014-12-19 at 01:55 +0800, Fu Wei wrote:
> > >       > Signed-off-by: Fu Wei <fu.wei@linaro.org>
> > >       > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> > >
> > >       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 <ian.campbell@citrix.com>
> > >
> > >       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
> >
> >
> 
> 



WARNING: multiple messages have this Message-ID (diff)
From: Andrei Borzenkov <arvidjaar@gmail.com>
To: Fu Wei <fu.wei@linaro.org>
Cc: The development of GNU GRUB <grub-devel@gnu.org>,
	xen-devel@lists.xensource.com,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Jon Masters <jcm@redhat.com>,
	linaro-uefi <linaro-uefi@lists.linaro.org>
Subject: Re: [Linaro-uefi] [PATCH 0/5]arm64: Add multiboot support (via fdt) for Xen boot
Date: Sun, 3 May 2015 21:55:22 +0300	[thread overview]
Message-ID: <20150503215522.589cbbbf@opensuse.site> (raw)
In-Reply-To: <CADyBb7s+Rpp5TZL1W+pkxrUSS28U5ovSFyHPMNNETdvk9P3xFg@mail.gmail.com>

В Fri, 10 Apr 2015 10:32:15 +0800
Fu Wei <fu.wei@linaro.org> пишет:

> Hi everybody,
> any suggestion for my patchset?
> 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 !
> 

Sorry for delay. grub-devel is not overcrowded right now; I started to
review them but got distracted. I'll try to find time.

> On 26 January 2015 at 22:32, Stefano Stabellini <
> stefano.stabellini@eu.citrix.com> 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 <Ian.Campbell@citrix.com>
> > wrote:
> > >       On Fri, 2014-12-19 at 01:55 +0800, Fu Wei wrote:
> > >       > Signed-off-by: Fu Wei <fu.wei@linaro.org>
> > >       > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> > >
> > >       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 <ian.campbell@citrix.com>
> > >
> > >       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
> >
> >
> 
> 


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

  parent reply	other threads:[~2015-05-03 18:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18 17:55 [PATCH 0/5]arm64: Add multiboot support (via fdt) for Xen boot Fu Wei
2015-01-08 16:38 ` Ian Campbell
2015-01-21 14:06   ` Fu Wei
2015-01-26 14:32     ` Stefano Stabellini
2015-01-26 14:32       ` Stefano Stabellini
2015-04-10  2:32       ` [Linaro-uefi] " Fu Wei
2015-04-10  2:32         ` Fu Wei
2015-04-15 11:35         ` Ian Campbell
2015-05-03 18:55         ` Andrei Borzenkov [this message]
2015-05-03 18:55           ` Andrei Borzenkov
2015-05-06 14:53           ` Fu Wei
2015-05-06 14:53             ` Fu Wei
2015-01-26 14:34     ` Stefano Stabellini
2015-01-26 14:34       ` Stefano Stabellini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150503215522.589cbbbf@opensuse.site \
    --to=arvidjaar@gmail.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=fu.wei@linaro.org \
    --cc=grub-devel@gnu.org \
    --cc=jcm@redhat.com \
    --cc=linaro-uefi@lists.linaro.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.