Re: [PATCH] stm32mp: stm32prog: add FIP header support

2021-04-09 Thread Patrice CHOTARD
Hi Patrick On 4/2/21 2:05 PM, Patrick Delaunay wrote: > Add support of TF-A FIP header in command stm32prog for all the boot > partition and not only the STM32IMAGE. > > This patch is a preliminary patch to support FIP as second boot stage > after TF-A BL2 when CONFIG_TFABOOT is activated for

Re: [PATCH] stm32mp: stm32prog: add FIP header support

2021-04-08 Thread Patrice CHOTARD
Hi Patrick On 4/2/21 2:05 PM, Patrick Delaunay wrote: > Add support of TF-A FIP header in command stm32prog for all the boot > partition and not only the STM32IMAGE. > > This patch is a preliminary patch to support FIP as second boot stage > after TF-A BL2 when CONFIG_TFABOOT is activated for

[PATCH] stm32mp: stm32prog: add FIP header support

2021-04-02 Thread Patrick Delaunay
Add support of TF-A FIP header in command stm32prog for all the boot partition and not only the STM32IMAGE. This patch is a preliminary patch to support FIP as second boot stage after TF-A BL2 when CONFIG_TFABOOT is activated for trusted boot chain. The FIP is archive binary loaded by TF-A BL2,