[U-Boot] [PATCH 7/8] armv8: K3: am654: Introduce FIT generator script

Tom Rini trini at konsulko.com
Fri Aug 24 14:11:17 UTC 2018


On Tue, Aug 21, 2018 at 08:00:54PM +0530, Lokesh Vutla wrote:

> Add a script that is capable of generating a FIT image
> source file that combines ATF, SPL(64 bit) and DT.
> This combined image is used by R5 SPL and start ATF
> on ARMv8 core.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
> ---
>  tools/k3/k3_fit_atf.sh | 98 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 98 insertions(+)
>  create mode 100755 tools/k3/k3_fit_atf.sh
> 
> diff --git a/tools/k3/k3_fit_atf.sh b/tools/k3/k3_fit_atf.sh
> new file mode 100755
> index 0000000000..ef84e3d182
> --- /dev/null
> +++ b/tools/k3/k3_fit_atf.sh

I know we have one thing in tools/omap/ but I'd rather see this as just
tools/k3_fit_atf.sh

> @@ -0,0 +1,98 @@
> +#!/bin/sh
> +#

Missing SPDX tag.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180824/38a63e57/attachment.sig>


More information about the U-Boot mailing list