diff options
author | gaurav rana <gaurav.rana@freescale.com> | 2015-02-27 09:46:17 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-03-05 12:04:59 -0800 |
commit | e04916a721a2069fc770412c57974d02e153ad18 (patch) | |
tree | 46759f009d915771f3cca4c43204f74aadc433b9 /board | |
parent | 47151e4bcc10d87247e0a4809e6761b4477aa80b (diff) |
SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.
esbc_validate command uses various IP Blocks: Security Monitor, CAAM block
and SFP registers. Hence the respective CONFIG's are enabled.
Apart from these CONFIG_SHA_PROG_HW_ACCEL and CONFIG_RSA are also enabled.
Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/common/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 14af660087c..7181cac291d 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -72,4 +72,10 @@ obj-$(CONFIG_P5020DS) += p_corenet/ obj-$(CONFIG_P5040DS) += p_corenet/ obj-$(CONFIG_LS102XA_NS_ACCESS) += ns_access.o + +ifdef CONFIG_SECURE_BOOT +obj-y += fsl_validate.o +obj-$(CONFIG_CMD_ESBC_VALIDATE) += cmd_esbc_validate.o +endif + endif |