From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZEZXY-0006yQ-Mo for mharc-grub-devel@gnu.org; Mon, 13 Jul 2015 04:56:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEZXW-0006tq-27 for grub-devel@gnu.org; Mon, 13 Jul 2015 04:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEZXQ-0001dM-JM for grub-devel@gnu.org; Mon, 13 Jul 2015 04:56:41 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:34113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEZXQ-0001d1-Bb for grub-devel@gnu.org; Mon, 13 Jul 2015 04:56:36 -0400 Received: by pdbep18 with SMTP id ep18so222061975pdb.1 for ; Mon, 13 Jul 2015 01:56:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=mcsFH1YUktU+LPVzvZRWQHq2qPrnScWIP7KE4qEdcXQ=; b=lMoXViDfpkAkv65rk280BHeRxowCBT0CTU+bz3VXzSWsXQ+hYy2Z1fVe58JdtdjHB3 i5EcKFY8yWb3DKfSm/fVMviUUnd1EO3P7B04kWRGkeAs0DkQt9R+8Ak9QoGCNSEC4Xpl rsJb2yPN9BGR5uF6qRckr4tQUOIqYV8lNHOTQ5pOmF9HB971fkLP6SreQzvGTSPjTHgW 8gZxD6wf9OtXchDzJtexE8cPqmHKeckEZStXt/eUj2tuSoKUCYu6HHiBrPJkZ0i+DJbf plOEo2AKDim0lbfmIi+5eBgwhhwxVi6y4mJZRIXqfAFqq7gNI/kNi70DAGb9DKOxTCfb C6bQ== X-Gm-Message-State: ALoCoQncjXYmx3vzDOqkf6Y/NF9f4iH1QvqGCUaovvtXlKEvtSy3vnaC4JDjRNzZeoPN2IKRAO+H X-Received: by 10.70.40.133 with SMTP id x5mr67671217pdk.14.1436777795748; Mon, 13 Jul 2015 01:56:35 -0700 (PDT) Received: from localhost.localdomain (li400-65.members.linode.com. [106.187.50.65]) by smtp.googlemail.com with ESMTPSA id g10sm18109895pat.35.2015.07.13.01.56.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 13 Jul 2015 01:56:35 -0700 (PDT) From: fu.wei@linaro.org To: grub-devel@gnu.org, arvidjaar@gmail.com, phcoder@gmail.com Subject: [PATCH v2 3/3] arm64: Add the introduction of Xen boot command Date: Mon, 13 Jul 2015 16:54:00 +0800 Message-Id: <1436777640-31871-4-git-send-email-fu.wei@linaro.org> X-Mailer: git-send-email 1.9.1 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> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.179 Cc: xen-devel@lists.xensource.com, Ian.Campbell@citrix.com, stefano.stabellini@eu.citrix.com, jcm@redhat.com, leif.lindholm@linaro.org, ryan.harkin@linaro.org, linaro-uefi@lists.linaro.org, Fu Wei 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: Mon, 13 Jul 2015 08:56:43 -0000 From: Fu Wei This patch adds the introduction of xen_hypervisor/xen_module commands in docs/grub.texi Signed-off-by: Fu Wei --- docs/grub.texi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index b9f41a7..3bd2fc3 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -3839,6 +3839,9 @@ you forget a command, you can run the command @command{help} @comment * vbeinfo:: List available video modes * verify_detached:: Verify detached digital signature * videoinfo:: List available video modes +@comment * xen_hypervisor/xen_module:: Xen boot command, for arm64 only +* xen_hypervisor:: Load xen hypervisor binary on arm64 +* xen_module:: Load module for xen hypervisor on arm64 @end menu @@ -5102,6 +5105,30 @@ successfully. If validation fails, it is set to a non-zero value. List available video modes. If resolution is given, show only matching modes. @end deffn +@node xen_hypervisor +@subsection xen_hypervisor + +@deffn Command xen_hypervisor file [arguments] @dots{} +Load a Xen hypervisor binary from @var{file}. The rest of the +line is passed verbatim as the @dfn{kernel command-line}. Any Xen module must +be reloaded after using this command (@pxref{xen_module}). +This command is only available on ARM64 systems. +@end deffn + +@node xen_module +@subsection xen_module + +@deffn Command xen_module [--type ] file [arguments] +Load a module for xen hypervisor binary. The rest of the +line is passed verbatim as the module command line. +This command is only available on ARM64 systems. + +--type is an option which allow the module command to take "compatible" string. +This would override default compatible string for this module. +See @uref{http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Multiboot}, +to obtain more information. +@end deffn + @node Networking commands @section The list of networking commands -- 1.8.3.1