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:
parent
ac7fdbc35d
commit
8d9a0e6a05
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue