summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorAlexey Romanov <avromanov@sberdevices.ru>2023-01-10 13:56:50 +0300
committerNeil Armstrong <neil.armstrong@linaro.org>2023-01-17 11:27:17 +0300
commit8d9a0e6a05e31beab7e86c3ccef78f7279383a7f (patch)
treea1a41a915cac28fc7e130878bdcbb47aa60ec3fe /doc/usage
parentac7fdbc35da93be0847c4bb2c2f8d6f88c9c1414 (diff)
downloadu-boot-8d9a0e6a05e31beab7e86c3ccef78f7279383a7f.tar.xz
doc/usage: cmd: sm: documentation efusedump cmd
Added docs about sm efusedump command, that reads bytes from efuse memory bank and print them to the console. Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Link: https://lore.kernel.org/r/20230110105650.54580-6-avromanov@sberdevices.ru Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/cmd/sm.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage/cmd/sm.rst b/doc/usage/cmd/sm.rst
index c41227f4b3..f6524a1c2e 100644
--- a/doc/usage/cmd/sm.rst
+++ b/doc/usage/cmd/sm.rst
@@ -38,6 +38,10 @@ sm efusewrite
Write into efuse memory bank, starting from <offset>, the <size> bytes
of data, located at address <address>.
+sm efusedump
+ Read <size> bytes starting from <offset> from efuse memory bank and print
+ them to the console.
+
Configuration
-------------