Re: [PATCH v3 1/5] arm: stm32mp: add config for STM32IMAGE support

2021-08-16 Thread Patrice CHOTARD
Hi Patrick On 7/26/21 11:21 AM, Patrick Delaunay wrote: > By default for trusted boot with TF-A, U-Boot (u-boot-nodtb) > is located in FIP container with its device tree and with > the secure monitor (provided by TF-A or OP-TEE). > The FIP file is loaded by TF-A BL2 and each components is >

[PATCH v3 1/5] arm: stm32mp: add config for STM32IMAGE support

2021-07-26 Thread Patrick Delaunay
By default for trusted boot with TF-A, U-Boot (u-boot-nodtb) is located in FIP container with its device tree and with the secure monitor (provided by TF-A or OP-TEE). The FIP file is loaded by TF-A BL2 and each components is extracted at the final location. This patch add