Re: [PATCH 1/2] stm32mp: bsec: add permanent lock write support

2022-03-15 Thread Patrice CHOTARD
HI Patrick On 2/15/22 16:08, Patrick Delaunay wrote: > Add support of the permanent lock support in U-Boot proper > when BSEC is not managed by secure monitor (TF-A SP_MIN or OP-TEE). > > This patch avoid issue with stm32key command and fuse command > on basic boot for this missing feature of U-B

Re: [PATCH 1/2] stm32mp: bsec: add permanent lock write support

2022-02-23 Thread Patrice CHOTARD
Hi Patrick 2 minor remarks below On 2/15/22 16:08, Patrick Delaunay wrote: > Add support of the permanent lock support in U-Boot proper > when BSEC is not managed by secure monitor (TF-A SP_MIN or OP-TEE). > > This patch avoid issue with stm32key command and fuse command s/avoid/avoids > on ba

RE: [PATCH 1/2] stm32mp: bsec: add permanent lock write support

2022-02-16 Thread Johann Neuhauser
> -Original Message- > From: Patrick Delaunay [mailto:patrick.delau...@foss.st.com] > Sent: Tuesday, February 15, 2022 4:09 PM > > Add support of the permanent lock support in U-Boot proper > when BSEC is not managed by secure monitor (TF-A SP_MIN or OP-TEE). > > This patch avoid issue wi

[PATCH 1/2] stm32mp: bsec: add permanent lock write support

2022-02-15 Thread Patrick Delaunay
Add support of the permanent lock support in U-Boot proper when BSEC is not managed by secure monitor (TF-A SP_MIN or OP-TEE). This patch avoid issue with stm32key command and fuse command on basic boot for this missing feature of U-Boot BSEC driver. Reported-by: Johann Neuhauser Signed-off-by: