[PATCH v2 0/3] arch-meson: introduce efusedump command

Simon Glass sjg at chromium.org
Wed Dec 14 05:39:43 CET 2022


Hi Alexey,

On Tue, 13 Dec 2022 at 10:31, Alexey Romanov <avromanov at sberdevices.ru> wrote:
>
> Keeping the commands code in an arch/ is not correct. This patchset
> moves the meson smc commands from arch/arm/mach-meson to cmd/meson
> folder and also adds a new 'efusedump' command with which user can
> print efuse memory.
>
> Alexey Romanov (3):
>   asm/arch-meson: add missing meson_sm_write_efuse signature
>   arm/mach-meson: move smc commands in cmd/meson
>   cmd/arm: meson: sm: introduce efusedump command
>
>  MAINTAINERS                          |   1 +
>  arch/arm/include/asm/arch-meson/sm.h |   2 +
>  arch/arm/mach-meson/sm.c             | 144 ---------------------
>  cmd/Kconfig                          |   7 +
>  cmd/Makefile                         |   3 +
>  cmd/meson/Makefile                   |   5 +
>  cmd/meson/sm.c                       | 187 +++++++++++++++++++++++++++
>  7 files changed, 205 insertions(+), 144 deletions(-)
>  create mode 100644 cmd/meson/Makefile
>  create mode 100644 cmd/meson/sm.c
>
> --
> 2.25.1
>

It might be a good time to add some documentation in doc/usage/cmd/meson ?

Regards,
Simon


More information about the U-Boot mailing list