[PATCH 8/8] stm32mp: stm32prog: handle flashlayout without STM32 image header
Patrice CHOTARD
patrice.chotard at foss.st.com
Fri Apr 22 09:43:15 CEST 2022
Hi Patrick
On 3/28/22 19:25, Patrick Delaunay wrote:
> Accept flashlayout without header in alternate 0, to simplify
> the support of stm32prog command with dfu-util.
>
> By default the flashlayout file size is the size of the received binary,
> provided with the offset in the DFU alternate.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
>
> arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c b/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c
> index 65655e25ca..b7111123ba 100644
> --- a/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c
> +++ b/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c
> @@ -1706,7 +1706,8 @@ static void stm32prog_end_phase(struct stm32prog_data *data, u64 offset)
> return;
> }
> #endif
> - if (parse_flash_layout(data, STM32_DDR_BASE, 0))
> + log_notice("\nFlashLayout received, size = %lld\n", offset);
> + if (parse_flash_layout(data, STM32_DDR_BASE, offset))
> stm32prog_err("Layout: invalid FlashLayout");
> return;
> }
Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
Thanks
Patrice
More information about the U-Boot
mailing list