[u-boot-test-hooks 4/4] bin/writer.ti-k3_mount: Add support for TI K3 platforms via mount

Simon Glass sjg at google.com
Wed Jul 26 00:52:53 CEST 2023


On Tue, 25 Jul 2023 at 15:09, Tom Rini <trini at konsulko.com> wrote:
>
> The TI K3 platforms require a number of things in order to boot. We must
> have built both the Cortex-R and Cortex-A configurations (following
> their board documents and requirements as these need additional tooling
> and binaries). Further, depending on the specific SoC and variant we
> need three or four files to be copied to the mount point, with specific
> names.  The least fragile way to handle this is that each board conf
> file must define the name of the input files to copy (the outputs have
> static names).
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  bin/writer.ti-k3_mount | 36 ++++++++++++++++++++++++++++++++++++
>  1 file changed, 36 insertions(+)
>  create mode 100755 bin/writer.ti-k3_mount

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


More information about the U-Boot mailing list