]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc/usage: cmd: sm: documentation efusedump cmd
authorAlexey Romanov <avromanov@sberdevices.ru>
Tue, 10 Jan 2023 10:56:50 +0000 (13:56 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 17 Jan 2023 08:27:17 +0000 (09:27 +0100)
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>
doc/usage/cmd/sm.rst

index c41227f4b3b514695d0c31490bda9b2609164309..f6524a1c2e3985aed852d3bb70e604a9c64e74e5 100644 (file)
@@ -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
 -------------