diff mbox series

[v4,5/5] doc/usage: cmd: sm: documentation efusedump cmd

Message ID 20230110105650.54580-6-avromanov@sberdevices.ru
State Accepted
Commit 8d9a0e6a05e31beab7e86c3ccef78f7279383a7f
Delegated to: Neil Armstrong
Headers show
Series arch-meson: introduce efusedump command | expand

Commit Message

Alexey Romanov Jan. 10, 2023, 10:56 a.m. UTC
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>
---
 doc/usage/cmd/sm.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Mattijs Korpershoek Jan. 10, 2023, 1:42 p.m. UTC | #1
On Tue, Jan 10, 2023 at 13:56, Alexey Romanov <avromanov@sberdevices.ru> wrote:

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

> ---
>  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 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
>  -------------
>  
> -- 
> 2.25.1
diff mbox series

Patch

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