summaryrefslogtreecommitdiff
path: root/tools/k3_fit_atf.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-27arm: mach-k3: Add secure device build supportAndrew F. Davis1-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>
2018-09-11armv8: K3: am654: Introduce FIT generator scriptLokesh Vutla1-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>