All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: man-page base command
@ 2020-12-31 14:46 Heinrich Schuchardt
  2021-01-07 12:35 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-12-31 14:46 UTC (permalink / raw)
  To: u-boot

Provide a description of the base command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/usage/base.rst  | 23 +++++++++++++++++++++++
 doc/usage/index.rst |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 doc/usage/base.rst

diff --git a/doc/usage/base.rst b/doc/usage/base.rst
new file mode 100644
index 0000000000..3f49f2e5ae
--- /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 fbb2c0481c..57bf4fe851 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -11,6 +11,7 @@ Shell commands
 .. toctree::
    :maxdepth: 1

+   base
    bootefi
    bootmenu
    button
--
2.29.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] doc: man-page base command
  2020-12-31 14:46 [PATCH 1/1] doc: man-page base command Heinrich Schuchardt
@ 2021-01-07 12:35 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2021-01-07 12:35 UTC (permalink / raw)
  To: u-boot

On Thu, 31 Dec 2020 at 07:46, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Provide a description of the base command.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/usage/base.rst  | 23 +++++++++++++++++++++++
>  doc/usage/index.rst |  1 +
>  2 files changed, 24 insertions(+)
>  create mode 100644 doc/usage/base.rst
>

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-07 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 14:46 [PATCH 1/1] doc: man-page base command Heinrich Schuchardt
2021-01-07 12:35 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.