aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-31 15:42:05 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-16 11:17:20 +0100
commit5ff13572275bb7cea4854fa52e9f882c94c10aa3 (patch)
treeecb9ecbef99c734bae64c7d0ca2a040b09055818 /doc
parentb0db69b4e1e1bf1109bd9d4a5185cbd4058f4a8b (diff)
downloadu-boot-5ff13572275bb7cea4854fa52e9f882c94c10aa3.zip
u-boot-5ff13572275bb7cea4854fa52e9f882c94c10aa3.tar.gz
u-boot-5ff13572275bb7cea4854fa52e9f882c94c10aa3.tar.bz2
doc: man-page base command
Provide a description of the base command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/base.rst23
-rw-r--r--doc/usage/index.rst1
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/usage/base.rst b/doc/usage/base.rst
new file mode 100644
index 0000000..db9cd4d
--- /dev/null
+++ b/doc/usage/base.rst
@@ -0,0 +1,23 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+base command
+============
+
+Synopsis
+--------
+
+::
+
+ base [address]
+
+Description
+-----------
+
+The *base* command sets or displays the address offset used by the memory
+commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
+
+All other commands ignore the address defined by *base*.
+
+address
+ new base address as hexadecimal number. If no value is provided, the current
+ value is displayed.
diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index fbb2c04..57bf4fe 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -11,6 +11,7 @@ Shell commands
.. toctree::
:maxdepth: 1
+ base
bootefi
bootmenu
button