
On Tue, 25 Jul 2023 at 15:09, Tom Rini trini@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@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@chromium.org