aboutsummaryrefslogtreecommitdiff
path: root/stand/mips/uboot/help.uboot
diff options
context:
space:
mode:
Diffstat (limited to 'stand/mips/uboot/help.uboot')
-rw-r--r--stand/mips/uboot/help.uboot27
1 files changed, 27 insertions, 0 deletions
diff --git a/stand/mips/uboot/help.uboot b/stand/mips/uboot/help.uboot
new file mode 100644
index 000000000000..c1574af92715
--- /dev/null
+++ b/stand/mips/uboot/help.uboot
@@ -0,0 +1,27 @@
+$FreeBSD$
+
+###############################################################################
+# Tubenv DShow or import U-Boot environment variables
+
+ ubenv <import | show> [varname ...]
+
+ Display U-Boot environment variables, or import them into the
+ loader environment (which makes them available in the kernel).
+
+###############################################################################
+# Tubenv Simport DImport U-Boot env vars
+
+ ubenv import [varname ...]
+
+ If no variable names are specified, all U-Boot environment
+ variables are imported. Each variable is prefixed with "uboot."
+ to avoid any possible conflicts with loader or kernel variables.
+
+###############################################################################
+# Tubenv Sshow DShow U-Boot env vars
+
+ ubenv show [varname ...]
+
+ If no variable names are specified, all U-Boot environment
+ variables are shown.
+