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>
This commit is contained in:
Alexey Romanov 2023-01-10 13:56:50 +03:00 committed by Neil Armstrong
parent ac7fdbc35d
commit 8d9a0e6a05

View 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
-------------