Re: [PATCH 6/7] stm32mp: cmd_stm32key: add read OTP subcommand

2021-07-16 Thread Patrick DELAUNAY
Hi, On 6/28/21 2:56 PM, Patrick Delaunay wrote: Allow to read the OTP value and lock status with the command $> stm32key read. This patch also protects the stm32key fuse command. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cmd_stm32key.c | 93 ++-- 1

[PATCH 6/7] stm32mp: cmd_stm32key: add read OTP subcommand

2021-07-01 Thread Hexagon Email Recovery
This message could not be delivered immediately due to an internal mail routing issue. The mail routing error has been resolved in the meantime. We apologize for the delay in delivery and any inconvenience this may have caused. In case of any questions please contact us via i...@hexagon.com. Ori

Re: [PATCH 6/7] stm32mp: cmd_stm32key: add read OTP subcommand

2021-07-01 Thread Patrice CHOTARD
Hi Patrick On 6/28/21 2:56 PM, Patrick Delaunay wrote: > Allow to read the OTP value and lock status with the command > $> stm32key read. > > This patch also protects the stm32key fuse command. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/cmd_stm32key.c | 93 +++

[PATCH 6/7] stm32mp: cmd_stm32key: add read OTP subcommand

2021-06-28 Thread Patrick Delaunay
Allow to read the OTP value and lock status with the command $> stm32key read. This patch also protects the stm32key fuse command. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cmd_stm32key.c | 93 ++-- 1 file changed, 87 insertions(+), 6 deletions(-) diff