]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: K3: am654: Introduce FIT generator script
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 27 Aug 2018 10:27:14 +0000 (15:57 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
commitab9f2df865a8a42fe4e157f5e020f93b92a55716
tree11c00da26bcab7204c1198867c55c03014a0e938
parentda5bc95c80da56936354effeb9c752a28e8afe36
armv8: K3: am654: Introduce FIT generator script

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@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/k3_fit_atf.sh [new file with mode: 0755]