]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: AM57xx: Enable post-processing of FIT artifacts loaded by U-Boot
authorAndreas Dannenberg <dannenberg@ti.com>
Wed, 24 Aug 2016 19:32:18 +0000 (14:32 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 17:41:40 +0000 (13:41 -0400)
Enable the platform-specific post-processing of FIT-extracted blobs such
as Kernel, DTB, and initramfs on TI AM57xx high-security (HS) devices
which will ultimately invoke a ROM-based API call that performs secure
processing such as blob authentication.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/am57xx_hs_evm_defconfig

index a4bfdd594e263148b50252c24b1f580f2319a461..afd37d43443591ed00c93a317e4540f7048dc0e6 100644 (file)
@@ -41,6 +41,7 @@ CONFIG_FIT=y
 CONFIG_SPL_OF_LIBFDT=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
+CONFIG_FIT_IMAGE_POST_PROCESS=y
 CONFIG_OF_LIST="am57xx-beagle-x15"
 CONFIG_DM_I2C=y
 CONFIG_DM_SPI=y