Re: [PATCH 1/4] arm: stm32mp: bsec: Update OTP shadow registers in SPL

2021-11-21 Thread Patrice CHOTARD
Hi Patrick On 10/11/21 9:52 AM, Patrick Delaunay wrote: > Currently the upper OTP (after 57) are shadowed in U-Boot proper, > when TFABOOT is not used. > > This choice cause an issue when U-Boot is not executed after SPL, > so this BSEC initialization is moved in SPL and no more executed in U-Boo

[PATCH 1/4] arm: stm32mp: bsec: Update OTP shadow registers in SPL

2021-10-11 Thread Patrick Delaunay
Currently the upper OTP (after 57) are shadowed in U-Boot proper, when TFABOOT is not used. This choice cause an issue when U-Boot is not executed after SPL, so this BSEC initialization is moved in SPL and no more executed in U-Boot, so it is still executed only one time. After this patch this BS