[PATCH v2 0/3] arch-meson: introduce efusedump command
Alexey Romanov
AVRomanov at sberdevices.ru
Wed Dec 14 12:16:15 CET 2022
Hello!
On Tue, Dec 13, 2022 at 08:39:43PM -0800, Simon Glass wrote:
> 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
Yeah, I'll add docs in v3 patchest.
--
Thank you,
Alexey
More information about the U-Boot
mailing list