[PATCH v3 03/19] ti: sysfw: tiboot3: Add support for packaging sysfw.itb and tiboot3.bin

Simon Glass sjg at chromium.org
Mon Apr 24 21:42:20 CEST 2023


Hi Neha,

On Fri, 21 Apr 2023 at 06:32, Neha Malcom Francis <n-francis at ti.com> wrote:
>
> Board config binary artifacts must be populated in the R5 output
> directory to be used by binman to package sysfw.itb and tiboot3.bin.
>
> For devices that follow combined flow, these board configuration
> binaries must again be packaged into a combined board configuration
> blobs to be used by binman to package tiboot3.bin.
>
> Modify config.mk to generate all the board configuration binaries
> needed.
>
> Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
> ---
>  arch/arm/mach-k3/config.mk | 50 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 50 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>

For follow-up: it would be nice if binman could just pick up these
files from where they are, e.g. by having the filenames in the .dts
description. It seems odd to have to copy them in a config.mk file.

Regards,
Simon


More information about the U-Boot mailing list