changeset 1743:6a8c35811e3d

Document exec command -x option
author msalter
date Thu, 02 Sep 2004 16:31:24 +0000
parents aaa68fc7d7f9
children 484ae5c1cbf1
files packages/redboot/current/ChangeLog packages/redboot/current/doc/redboot_cmds.sgml
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-02  Mark Salter  <msalter@redhat.com>
+
+	* doc/redboot_cmds.sgml: Add -x option to exec command.
+
 2004-09-01  Mark Salter  <msalter@redhat.com>
 
 	* cdl/redboot.cdl (CYGOPT_REDBOOT_FLASH_BYTEORDER): New option.
--- a/packages/redboot/current/doc/redboot_cmds.sgml
+++ b/packages/redboot/current/doc/redboot_cmds.sgml
@@ -10,7 +10,7 @@
 <!-- ####COPYRIGHTBEGIN####                                          -->
 <!--                                                                 -->
 <!-- =============================================================== -->
-<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.  -->
+<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.  -->
 <!-- This material may be distributed only subject to the terms      -->
 <!-- and conditions set forth in the Open Publication License, v1.0  -->
 <!-- or later (the latest version is presently available at          -->
@@ -2974,6 +2974,12 @@ command, either from a script or the con
 	      <entry>Command line to pass to the Linux kernel.</entry>	     
 	      <entry><emphasis>None</emphasis></entry>	     
 	    </row>
+            <row>
+	      <entry>-x</entry>      
+	      <entry></entry>
+	      <entry>Boot kernel with endianess opposite of RedBoot endianess.</entry>       
+	      <entry>Boot kernel with same endianess as RedBoot</entry>      
+	      </row>
 	    <row>
 	      <entry><replaceable>entry_address</replaceable></entry>	     
 	      <entry>Number</entry>
@@ -3006,6 +3012,8 @@ to the kernel.  If the command line data
 etc), then it must be quoted using the double-quote character '"'. If the
 quote character is required, it should be written as '\"'.
       </para>
+<para>The "-x" option is optionally available on some bi-endian platforms. It is used to boot
+a kernel built with an endianess opposite of RedBoot.</para>
     </refsect1>
     <refsect1>
       <title>Examples</title>