summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-01-23 08:42:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-23 08:42:56 +0100
commit5273477e50afdd6cc62eb5f5ea5534cb0b209452 (patch)
tree2c89f537b14c4f0e642458b09c0d99bb5660b898 /Documentation
parentba38bf052ff4bf09c47f5f0e42f021dcf3bef557 (diff)
parent556b5e31020c53ff6c7fff4dc3ef74d4a7d7c2af (diff)
downloadbarebox-5273477e50afdd6cc62eb5f5ea5534cb0b209452.tar.gz
barebox-5273477e50afdd6cc62eb5f5ea5534cb0b209452.tar.xz
Merge branch 'for-next/arm'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/bootchooser.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/user/bootchooser.rst b/Documentation/user/bootchooser.rst
index db0a4f8898..1a2ce70bb2 100644
--- a/Documentation/user/bootchooser.rst
+++ b/Documentation/user/bootchooser.rst
@@ -92,6 +92,12 @@ list of space-separated flags. Possible values are:
(``$global.system.reset="POR"``) is detected, the ``remaining_attempts``
counters of all enabled targets are reset to their defaults.
This means after a power cycle all boot targets will be tried again for the configured number of retries.
+- ``reset``: When the bootchooser starts and a generic reset
+ (``$global.system.reset="RST"``) is detected, the ``remaining_attempts``
+ counters of all enabled targets are reset to their defaults.
+ This means that, if the systems reports a generic restart, the
+ ``remaining_attempts`` counters of all enabled targets are reset to
+ their defaults.
- ``all-zero``: When the bootchooser starts and the ``remaining_attempts``
counters of all enabled targets are zero, the ``remaining_attempts``
counters of all enabled targets are reset to their defaults.