armv7R: K3: am654: Add support for generating build targets
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 2 Nov 2018 14:21:04 +0000 (19:51 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 21:51:58 +0000 (16:51 -0500)
commit890b2e750d1eeebdb54b9f0f7b19d1c563f87a7a
treecbde7a18ba28a7f8ee5eadaee68f3a621a81de7d
parent23f7b1a77602d335811aea80af1cacf5bff502af
armv7R: K3: am654: Add support for generating build targets

Update Makefiles to generate:
- tiboot3.bin: Image format that can be processed by ROM.

Below is the tiboot3.bin image format that is required by ROM:

 _______________________
|  X509 |
|     Certificate |
| ____________________ |
| |       | |
| | u-boot-spl.bin    | |
| |       | |
| |___________________| |
|_______________________|

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
arch/arm/mach-k3/Kconfig
arch/arm/mach-k3/config.mk
tools/k3_x509template.txt [new file with mode: 0644]