[openfirmware] [commit] r2189 - cpu/x86/pc/olpc/via

repository service svn at openfirmware.info
Mon Apr 18 07:04:31 CEST 2011


Author: quozl
Date: Mon Apr 18 07:04:30 2011
New Revision: 2189
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2189

Log:
OLPC XO-1.5 - "help" output review; avoid mentioning q2c series, use
.zd4 file in example, change USB key to USB drive, vertically align
comments, drop "boot u:\boot\vmlinuz" as it is unlikely to be used,
explain "printenv boot-device" as a new line, expand configuration
variable meanings, change "initrd.imz" to "initrd.img", indent URL of
OFW_FAQ.

Modified:
   cpu/x86/pc/olpc/via/help.fth

Modified: cpu/x86/pc/olpc/via/help.fth
==============================================================================
--- cpu/x86/pc/olpc/via/help.fth	Thu Apr 14 08:06:40 2011	(r2188)
+++ cpu/x86/pc/olpc/via/help.fth	Mon Apr 18 07:04:30 2011	(r2189)
@@ -3,31 +3,31 @@
 warning @ warning off
 : help  ( -- )
    blue-letters  ." UPDATES:" black-letters  mcr
-   ."   flash u:\q2c18.rom              Rewrite the firmware from USB key" mcr
-   ."   flash ext:\q2c18.rom            Rewrite the firmware from external SD file" mcr
-   ."   fs-update u:\boot\os51.zd       Rewrite the OS on internal SD from USB key" mcr
+   \ ================================================================================
+   ."   fs-update u:\os1.zd4   Rewrite the OS on internal SD from USB drive" mcr
+   ."   flash u:\q3a64.rom     Rewrite the firmware from USB drive" mcr
+   ."   flash ext:\q3a64.rom   Rewrite the firmware from external SD file" mcr
    blue-letters  ." DIRECTORY LISTING:" black-letters  mcr
-   ."   dir u:\               List USB key root directory" mcr
-   ."   dir u:\boot\          List USB key /boot directory" mcr
-   ."   dir int:\boot\*.zip   List .zip files in internal SD /boot directory" mcr
+   ."   dir u:\                List USB drive root directory" mcr
+   ."   dir u:\boot\           List USB drive /boot directory" mcr
+   ."   dir int:\boot\*.zip    List .zip files in internal SD /boot directory" mcr
    blue-letters  ." BOOTING:" black-letters  mcr
-   ."   boot                  Load the OS from list of default locations" mcr
-   ."                         'printenv boot-device' shows the list" mcr
-   ."   boot <cmdline>        Load the OS, passing <cmdline> to kernel" mcr
-   ."   boot u:\boot\vmlinuz  Load the OS from a specific location" mcr
+   ."   boot                   Start the OS from list of default locations" mcr
+   ."   printenv boot-device   Show the list of default locations used by boot" mcr
+   ."   boot u:\test.fth       Start the OS from a specific location" mcr
    blue-letters  ." CONFIGURATION VARIABLES FOR BOOTING:" black-letters  mcr
-   ."   boot-device  Kernel or boot script path.  Example: ext:\boot\olpc.fth" mcr
-   ."   boot-file    Default cmdline.    Example: console=ttyS0,115200" mcr
-   ."   ramdisk      initrd pathname.    Example: disk:\boot\initrd.imz" mcr
+   ."   boot-device  Kernel or boot script paths.  Example: ext:\boot\olpc.fth" mcr
+   ."   boot-file    Default kernel command line.  Example: console=ttyS0,115200" mcr
+   ."   ramdisk      Initial RAMDISK path.         Example: int:\boot\initrd.img" mcr
    blue-letters  ." MANAGING CONFIGURATION VARIABLES:" black-letters  mcr
-   ."   printenv [ <name> ]     Show configuration variables" mcr
-   ."   setenv <name> <value>   Set configuration variable" mcr
-   ."   editenv <name>          Edit configuration variable" mcr
+   ."   printenv [ <name> ]    Show configuration variables" mcr
+   ."   setenv <name> <value>  Set configuration variable" mcr
+   ."   editenv <name>         Edit configuration variable" mcr
    blue-letters  ." DIAGNOSTICS:" black-letters  mcr
-   ."   test <device-name>      Test device.  Example: test mouse" mcr
-   ."   test-all                Test all devices that have test routines" mcr
-   ."   menu                    Graphical interface to selftests" mcr
+   ."   test <device-name>     Test device.  Example: test mouse" mcr
+   ."   test-all               Test all devices that have test routines" mcr
+   ."   menu                   Graphical interface to selftests" mcr
    blue-letters  ." More information: "  black-letters mcr
-   green-letters  ." http://wiki.laptop.org/go/OFW_FAQ" black-letters  cr
+   green-letters  ."   http://wiki.laptop.org/go/OFW_FAQ" black-letters  cr
 ;
 warning !



More information about the openfirmware mailing list