summaryrefslogtreecommitdiffstats
path: root/tools/k3_fit_atf.sh
Commit message (Collapse)AuthorAgeFilesLines
* arm: mach-k3: Add secure device build supportAndrew F. Davis2019-04-261-2/+6
| | | | | | | | | K3 HS devices require signed binaries for boot, use the SECDEV tools to sign the boot artifacts during build. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Andreas Dannenberg <dannenberg@ti.com>
* armv8: K3: am654: Introduce FIT generator scriptLokesh Vutla2018-09-111-0/+99
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>