a5bd9f6
From 05f5634a5c5a66d535962a96635a9c153cf67e8f Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Mon, 7 Jan 2013 10:43:00 +0000
a5bd9f6
Subject: [PATCH 089/364] * docs/grub.texi (grub_cpu): New subsection.
a5bd9f6
 (grub_platform): Likewise.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog      |  5 +++++
a5bd9f6
 docs/grub.texi | 16 ++++++++++++++++
a5bd9f6
 2 files changed, 21 insertions(+)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index cdb3f3d..097ef0d 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2013-01-07  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
+	* docs/grub.texi (grub_cpu): New subsection.
a5bd9f6
+	(grub_platform): Likewise.
a5bd9f6
+
a5bd9f6
 2013-01-07  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
 	* grub-core/fs/minix.c (grub_minix_read_file): Simplify arithmetics.
a5bd9f6
diff --git a/docs/grub.texi b/docs/grub.texi
a5bd9f6
index e23cecc..a92bd96 100644
a5bd9f6
--- a/docs/grub.texi
a5bd9f6
+++ b/docs/grub.texi
a5bd9f6
@@ -2674,6 +2674,8 @@ These variables have special meaning to GRUB.
a5bd9f6
 * gfxmode::
a5bd9f6
 * gfxpayload::
a5bd9f6
 * gfxterm_font::
a5bd9f6
+* grub_cpu::
a5bd9f6
+* grub_platform::
a5bd9f6
 * icondir::
a5bd9f6
 * lang::
a5bd9f6
 * locale_dir::
a5bd9f6
@@ -2857,6 +2859,20 @@ If this variable is set, it names a font to use for text on the
a5bd9f6
 available font.
a5bd9f6
 
a5bd9f6
 
a5bd9f6
+@node grub_cpu
a5bd9f6
+@subsection grub_cpu
a5bd9f6
+
a5bd9f6
+In normal mode (@pxref{normal}), GRUB sets the @samp{grub_cpu} variable to
a5bd9f6
+the CPU type for which GRUB was built (e.g. @samp{i386} or @samp{powerpc}).
a5bd9f6
+
a5bd9f6
+
a5bd9f6
+@node grub_platform
a5bd9f6
+@subsection grub_platform
a5bd9f6
+
a5bd9f6
+In normal mode (@pxref{normal}), GRUB sets the @samp{grub_platform} variable
a5bd9f6
+to the platform for which GRUB was built (e.g. @samp{pc} or @samp{efi}).
a5bd9f6
+
a5bd9f6
+
a5bd9f6
 @node icondir
a5bd9f6
 @subsection icondir
a5bd9f6
 
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6