]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: DRA7xx: Enable post-processing of FIT artifacts loaded by U-Boot
authorAndreas Dannenberg <dannenberg@ti.com>
Wed, 24 Aug 2016 19:32:17 +0000 (14:32 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 17:41:39 +0000 (13:41 -0400)
Enable the platform-specific post-processing of FIT-extracted blobs such
as Kernel, DTB, and initramfs on TI DRA7xx 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/dra7xx_hs_evm_defconfig

index ae08e6d7ddcbcb8a2ff3a5ace6241367675d4f64..d6e4e07ad6dd99ce2fc82ee90ed3a11ab5714dcb 100644 (file)
@@ -65,3 +65,4 @@ CONFIG_PCF8575_GPIO=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_CMD_REGULATOR=y
+CONFIG_FIT_IMAGE_POST_PROCESS=y