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)
commit9d4f8c42cb98bb959adce4b2073660b120784bb1
tree11c00da26bcab7204c1198867c55c03014a0e938
parente091832f25a06c9b3b5996eb22293d8f9661260a
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]