From 8d9a0e6a05e31beab7e86c3ccef78f7279383a7f Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Tue, 10 Jan 2023 13:56:50 +0300 Subject: [PATCH] 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 --- doc/usage/cmd/sm.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ------------- -- 2.39.5