grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/5] arm64: Add the introduction of multiboot/module command


From: Fu Wei
Subject: [PATCH 5/5] arm64: Add the introduction of multiboot/module command
Date: Fri, 19 Dec 2014 02:14:25 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

 in docs/grub.texi

Signed-off-by: Fu Wei <address@hidden>
Reviewed-by: Leif Lindholm <address@hidden>
---
 docs/grub.texi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/grub.texi b/docs/grub.texi
index 46b9e7f..f903413 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -4512,6 +4512,14 @@ Alias for @code{hashsum --hash md5 arg @dots{}}. See 
command @command{hashsum}
 @deffn Command module [--nounzip] file [arguments]
 Load a module for multiboot kernel image.  The rest of the
 line is passed verbatim as the module command line.
+Platforms that use the Xen fdt multiboot protocol differ in the following way:
+
+- The --nounzip option is not supported.
+
+- There is a [--type <compatible stream>] option to override default
+compatible string for the current module.
+See 
@uref{http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Multiboot},
+ to obtain more information.
 @end deffn
 
 @node multiboot
@@ -4523,6 +4531,8 @@ line is passed verbatim as the @dfn{kernel command-line}. 
 Any module must
 be reloaded after using this command (@pxref{module}).
 
 Some kernels have known problems. You need to specify --quirk-* for those.
+Platforms that use the Xen fdt multiboot protocol do not support --quirk-*.
+
 --quirk-bad-kludge is a problem seen in several products that they include
 loading kludge information with invalid data in ELF file. GRUB prior to 0.97
 and some custom builds prefered ELF information while 0.97 and GRUB 2
-- 
1.8.3.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]