All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Kiper <dkiper@net-space.pl>
To: grub-devel@gnu.org, fu.wei@linaro.org
Cc: xen-devel@lists.xensource.com, arvidjaar@gmail.com,
	phcoder@gmail.com, linaro-uefi@lists.linaro.org,
	leif.lindholm@linaro.org, julien.grall@arm.com,
	sstabellini@kernel.org, jcm@redhat.com
Subject: Re: [PATCH v6 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi
Date: Thu, 3 Nov 2016 16:25:32 +0100	[thread overview]
Message-ID: <20161103152532.GE8022@router-fw-old.local.net-space.pl> (raw)
In-Reply-To: <1469524423-7082-5-git-send-email-fu.wei@linaro.org>

On Tue, Jul 26, 2016 at 05:13:43PM +0800, fu.wei@linaro.org wrote:
> From: Fu Wei <fu.wei@linaro.org>
>
> delete: xen_linux, xen_initrd, xen_xsm
> add: xen_module
>
> This update bases on
>     commit 0edd750e50698854068358ea53528100a9192902
>     Author: Vladimir Serbinenko <phcoder@gmail.com>
>     Date:   Fri Jan 22 10:18:47 2016 +0100
>
>         xen_boot: Remove obsolete module type distinctions.
>
> Also bases on the module loading mechanism of Xen code:
> 488c2a8 docs/arm64: clarify the documention for loading XSM support
> 67831c4 docs/arm64: update the documentation for loading XSM support
> ca32012 xen/arm64: check XSM Magic from the second unknown module.
>
> Signed-off-by: Fu Wei <fu.wei@linaro.org>
> Reviewed-by: Julien Grall <julien.grall@arm.com>
> ---
>  docs/grub.texi | 32 +++++++++-----------------------
>  1 file changed, 9 insertions(+), 23 deletions(-)
>
> diff --git a/docs/grub.texi b/docs/grub.texi
> index 82f6fa4..85c913e 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
> @@ -3861,9 +3861,7 @@ you forget a command, you can run the command @command{help}
>  * videoinfo::                   List available video modes
>  @comment * xen_*::              Xen boot commands
>  * xen_hypervisor::              Load xen hypervisor binary
> -* xen_linux::                   Load dom0 kernel for xen hypervisor
> -* xen_initrd::                  Load dom0 initrd for dom0 kernel
> -* xen_xsm::                     Load xen security module for xen hypervisor
> +* xen_module::                  Load xen modules for xen hypervisor
>  @end menu
>
>
> @@ -5141,30 +5139,18 @@ verbatim as the @dfn{kernel command-line}. Any other binaries must be
>  reloaded after using this command.
>  @end deffn
>
> -@node xen_linux
> -@subsection xen_linux
> +@node xen_module
> +@subsection xen_module
>
> -@deffn Command xen_linux file [arguments]
> -Load a dom0 kernel image for xen hypervisor at the booting process of xen.
> +@deffn Command xen_module [--nounzip] file [arguments]
> +Load a module for xen hypervisor at the booting process of xen.
>  The rest of the line is passed verbatim as the module command line.
> +Modules should be loaded in the following order:
> + - dom0 kernel image
> + - dom0 ramdisk if present
> + - XSM policy if present

What happens if somebody wants to use XSM without ramdisk?

Please do not forget to mention somewhere that xen_hypervisor and
xen_module commands are ARM specific.

Daniel

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Kiper <dkiper@net-space.pl>
To: grub-devel@gnu.org, fu.wei@linaro.org
Cc: arvidjaar@gmail.com, phcoder@gmail.com,
	xen-devel@lists.xensource.com, jcm@redhat.com,
	leif.lindholm@linaro.org, julien.grall@arm.com,
	sstabellini@kernel.org, linaro-uefi@lists.linaro.org
Subject: Re: [PATCH v6 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi
Date: Thu, 3 Nov 2016 16:25:32 +0100	[thread overview]
Message-ID: <20161103152532.GE8022@router-fw-old.local.net-space.pl> (raw)
In-Reply-To: <1469524423-7082-5-git-send-email-fu.wei@linaro.org>

On Tue, Jul 26, 2016 at 05:13:43PM +0800, fu.wei@linaro.org wrote:
> From: Fu Wei <fu.wei@linaro.org>
>
> delete: xen_linux, xen_initrd, xen_xsm
> add: xen_module
>
> This update bases on
>     commit 0edd750e50698854068358ea53528100a9192902
>     Author: Vladimir Serbinenko <phcoder@gmail.com>
>     Date:   Fri Jan 22 10:18:47 2016 +0100
>
>         xen_boot: Remove obsolete module type distinctions.
>
> Also bases on the module loading mechanism of Xen code:
> 488c2a8 docs/arm64: clarify the documention for loading XSM support
> 67831c4 docs/arm64: update the documentation for loading XSM support
> ca32012 xen/arm64: check XSM Magic from the second unknown module.
>
> Signed-off-by: Fu Wei <fu.wei@linaro.org>
> Reviewed-by: Julien Grall <julien.grall@arm.com>
> ---
>  docs/grub.texi | 32 +++++++++-----------------------
>  1 file changed, 9 insertions(+), 23 deletions(-)
>
> diff --git a/docs/grub.texi b/docs/grub.texi
> index 82f6fa4..85c913e 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
> @@ -3861,9 +3861,7 @@ you forget a command, you can run the command @command{help}
>  * videoinfo::                   List available video modes
>  @comment * xen_*::              Xen boot commands
>  * xen_hypervisor::              Load xen hypervisor binary
> -* xen_linux::                   Load dom0 kernel for xen hypervisor
> -* xen_initrd::                  Load dom0 initrd for dom0 kernel
> -* xen_xsm::                     Load xen security module for xen hypervisor
> +* xen_module::                  Load xen modules for xen hypervisor
>  @end menu
>
>
> @@ -5141,30 +5139,18 @@ verbatim as the @dfn{kernel command-line}. Any other binaries must be
>  reloaded after using this command.
>  @end deffn
>
> -@node xen_linux
> -@subsection xen_linux
> +@node xen_module
> +@subsection xen_module
>
> -@deffn Command xen_linux file [arguments]
> -Load a dom0 kernel image for xen hypervisor at the booting process of xen.
> +@deffn Command xen_module [--nounzip] file [arguments]
> +Load a module for xen hypervisor at the booting process of xen.
>  The rest of the line is passed verbatim as the module command line.
> +Modules should be loaded in the following order:
> + - dom0 kernel image
> + - dom0 ramdisk if present
> + - XSM policy if present

What happens if somebody wants to use XSM without ramdisk?

Please do not forget to mention somewhere that xen_hypervisor and
xen_module commands are ARM specific.

Daniel


  reply	other threads:[~2016-11-03 15:25 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-26  9:13 [PATCH v6 0/4] arm64,xen: add xen_boot support into grup-mkconfig fu.wei
2016-07-26  9:13 ` fu.wei
2016-07-26  9:13 ` [PATCH v6 1/4] i386, xen: Add xen_hypervisor and xen_module aliases for i386 fu.wei
2016-07-26  9:13   ` fu.wei
2016-11-03 14:37   ` Daniel Kiper
2016-11-03 14:37     ` Daniel Kiper
2016-07-26  9:13 ` [PATCH v6 2/4] arm64: add "--nounzip" option support in xen_module command fu.wei
2016-07-26  9:13   ` fu.wei
2016-11-03 15:00   ` Daniel Kiper
2016-11-03 15:00     ` Daniel Kiper
2016-07-26  9:13 ` [PATCH v6 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support fu.wei
2016-07-26  9:13   ` fu.wei
2016-11-03 15:19   ` Daniel Kiper
2016-11-03 15:19     ` Daniel Kiper
2016-07-26  9:13 ` [PATCH v6 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi fu.wei
2016-07-26  9:13   ` fu.wei
2016-11-03 15:25   ` Daniel Kiper [this message]
2016-11-03 15:25     ` Daniel Kiper
2016-09-01 12:47 ` [PATCH v6 0/4] arm64, xen: add xen_boot support into grup-mkconfig Julien Grall
2016-09-01 12:47   ` Julien Grall
2016-09-01 21:51   ` Daniel Kiper
2016-09-01 21:51     ` Daniel Kiper
2016-09-06 10:56     ` [Xen-devel] " Julien Grall

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=20161103152532.GE8022@router-fw-old.local.net-space.pl \
    --to=dkiper@net-space.pl \
    --cc=arvidjaar@gmail.com \
    --cc=fu.wei@linaro.org \
    --cc=grub-devel@gnu.org \
    --cc=jcm@redhat.com \
    --cc=julien.grall@arm.com \
    --cc=leif.lindholm@linaro.org \
    --cc=linaro-uefi@lists.linaro.org \
    --cc=phcoder@gmail.com \
    --cc=sstabellini@kernel.org \
    --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.