Re: [PATCH v1] arch/arm: sm: introduce efusedump command

2022-12-13 Thread Tom Rini
On Tue, Dec 13, 2022 at 01:59:01PM +, Alexey Romanov wrote: > Hello! > > On Mon, Dec 12, 2022 at 11:08:34AM -0500, Tom Rini wrote: > > On Fri, Dec 09, 2022 at 03:52:04PM +0300, Alexey Romanov wrote: > > > > > Using this command user can print efuse memory: > > > > > > $ sm efusedump 0 10 > >

Re: [PATCH v1] arch/arm: sm: introduce efusedump command

2022-12-13 Thread Alexey Romanov
Hello! On Mon, Dec 12, 2022 at 11:08:34AM -0500, Tom Rini wrote: > On Fri, Dec 09, 2022 at 03:52:04PM +0300, Alexey Romanov wrote: > > > Using this command user can print efuse memory: > > > > $ sm efusedump 0 10 > > : ff 00 31 00 00 ff 66 00 00 00 ..1...f... > > > > Signed-off-b

Re: [PATCH v1] arch/arm: sm: introduce efusedump command

2022-12-12 Thread Tom Rini
On Fri, Dec 09, 2022 at 03:52:04PM +0300, Alexey Romanov wrote: > Using this command user can print efuse memory: > > $ sm efusedump 0 10 > : ff 00 31 00 00 ff 66 00 00 00 ..1...f... > > Signed-off-by: Alexey Romanov > --- > arch/arm/mach-meson/sm.c | 36

[PATCH v1] arch/arm: sm: introduce efusedump command

2022-12-09 Thread Alexey Romanov
Using this command user can print efuse memory: $ sm efusedump 0 10 : ff 00 31 00 00 ff 66 00 00 00 ..1...f... Signed-off-by: Alexey Romanov --- arch/arm/mach-meson/sm.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/arch/