diff options
| author | Alexey Romanov <[email protected]> | 2023-01-10 13:56:50 +0300 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-01-17 09:27:17 +0100 |
| commit | 8d9a0e6a05e31beab7e86c3ccef78f7279383a7f (patch) | |
| tree | a1a41a915cac28fc7e130878bdcbb47aa60ec3fe /doc/usage/cmd | |
| parent | ac7fdbc35da93be0847c4bb2c2f8d6f88c9c1414 (diff) | |
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 <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/sm.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage/cmd/sm.rst b/doc/usage/cmd/sm.rst index c41227f4b3b..f6524a1c2e3 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 <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 ------------- |
