]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ti: omap-common: Add commands for generating secure SPL images
authorDaniel Allred <d-allred@ti.com>
Fri, 20 May 2016 00:10:45 +0000 (19:10 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:41:33 +0000 (15:41 -0400)
commit0a0c534b338199237b094af4134a3c1642ad1b21
tree5156b96709f1d58f98c84fe62ecd209f392a45c7
parenta774e08858b12d6c022020541f6f2d7dc8b1c737
ti: omap-common: Add commands for generating secure SPL images

Adds a centralized config_secure.mk in omap-common for
OMAP-style TI secure devices to use for boot image generation

Depending on the boot media, different images are needed for
secure devices. These commands generates u-boot*_HS_* files that
need to be used to boot secure devices.

Please refer to README.ti-secure for more information.

Signed-off-by: Daniel Allred <d-allred@ti.com>
Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Tested-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap-common/config_secure.mk [new file with mode: 0644]