Re: [PATCH v2] stm32mp: add binman support for STM32MP15x

2021-11-10 Thread Patrice CHOTARD
Hi Patrick On 10/13/21 6:58 PM, Simon Glass wrote: > On Wed, 13 Oct 2021 at 07:11, Patrick Delaunay > wrote: >> >> Use binman to add the stm32image header on SPL binary for basic boot >> or on U-Boot binary when it is required, i.e. for TF-A boot without FIP >> support, when

Re: [PATCH v2] stm32mp: add binman support for STM32MP15x

2021-10-13 Thread Simon Glass
On Wed, 13 Oct 2021 at 07:11, Patrick Delaunay wrote: > > Use binman to add the stm32image header on SPL binary for basic boot > or on U-Boot binary when it is required, i.e. for TF-A boot without FIP > support, when CONFIG_STM32MP15x_STM32IMAGE is activated. > > The "binman" tool is the

[PATCH v2] stm32mp: add binman support for STM32MP15x

2021-10-13 Thread Patrick Delaunay
Use binman to add the stm32image header on SPL binary for basic boot or on U-Boot binary when it is required, i.e. for TF-A boot without FIP support, when CONFIG_STM32MP15x_STM32IMAGE is activated. The "binman" tool is the recommended tool for specific image generation. This patch allows to