From: Alexey Romanov Date: Tue, 10 Jan 2023 10:56:50 +0000 (+0300) Subject: doc/usage: cmd: sm: documentation efusedump cmd X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=8d9a0e6a05e31beab7e86c3ccef78f7279383a7f;p=u-boot.git 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 Reviewed-by: Neil Armstrong Reviewed-by: Mattijs Korpershoek Link: https://lore.kernel.org/r/20230110105650.54580-6-avromanov@sberdevices.ru Signed-off-by: Neil Armstrong --- 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 , the bytes of data, located at address
. +sm efusedump + Read bytes starting from from efuse memory bank and print + them to the console. + Configuration -------------