aboutsummaryrefslogtreecommitdiff
path: root/doc/usage/pstore.rst
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-01-18 08:04:05 -0500
committerTom Rini <trini@konsulko.com>2021-01-18 08:04:05 -0500
commitb5b0237d0216db34605ca54b83588fcfcf5e63a8 (patch)
tree092ca2690be98e834016bc77c25f96ff2ee3e74c /doc/usage/pstore.rst
parent19c5fdffdc41bfd606b455b46e834d1bff4b2c1e (diff)
parentdd9abfec13884df0d9d30a6f79ffe80eeed9ac8c (diff)
downloadu-boot-b5b0237d0216db34605ca54b83588fcfcf5e63a8.zip
u-boot-b5b0237d0216db34605ca54b83588fcfcf5e63a8.tar.gz
u-boot-b5b0237d0216db34605ca54b83588fcfcf5e63a8.tar.bz2
Merge tag 'doc-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for documentation tag doc-2021-04-rc1 * document man-page base command * move README.fdt-overlays to HTML documentation * add synopsis for pstore command
Diffstat (limited to 'doc/usage/pstore.rst')
-rw-r--r--doc/usage/pstore.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/usage/pstore.rst b/doc/usage/pstore.rst
index 8c4e527..1c83745 100644
--- a/doc/usage/pstore.rst
+++ b/doc/usage/pstore.rst
@@ -1,8 +1,17 @@
.. SPDX-License-Identifier: GPL-2.0+
-PStore command
+pstore command
==============
+Synopsis
+--------
+
+::
+
+ pstore set <addr> <len> [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size]
+ pstore display [record-type] [nb]
+ pstore save <interface> <dev[:part]> <directory-path>
+
Design
------