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

Lokesh Vutla lokeshvutla at ti.com
Fri Aug 24 14:59:38 UTC 2018



On Friday 24 August 2018 07:41 PM, Tom Rini wrote:
> 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

will fix it in v2.

> 
>> @@ -0,0 +1,98 @@
>> +#!/bin/sh
>> +#
> 
> Missing SPDX tag.
> 

Oops. will add it.

Thanks and regards,
Lokesh



More information about the U-Boot mailing list