diff options
author | Ruchika Gupta <ruchika.gupta@freescale.com> | 2014-10-15 11:35:31 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-10-16 14:17:21 -0700 |
commit | 737537ef0c9622114cf1a48208abf048df1b2005 (patch) | |
tree | 9005cf1d30a8c370c36bdb05e1b4fb95496f62a3 /include/configs/C29XPCIE.h | |
parent | b9eebfade974c86c8ddef64793649374c9876242 (diff) | |
download | u-boot-imx-737537ef0c9622114cf1a48208abf048df1b2005.zip u-boot-imx-737537ef0c9622114cf1a48208abf048df1b2005.tar.gz u-boot-imx-737537ef0c9622114cf1a48208abf048df1b2005.tar.bz2 |
mpc85xx: configs - Add hash command in freescale platforms
Enable CAAM in platforms supporting the hardware block.
Hash command enabled along with hardware accelerated support for
SHA-1 and SHA-256 for platforms which have CAAM block.
Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/C29XPCIE.h')
-rw-r--r-- | include/configs/C29XPCIE.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 715616d..5d11278 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -86,6 +86,7 @@ #define CONFIG_BOOKE /* BOOKE */ #define CONFIG_E500 /* BOOKE e500 family */ #define CONFIG_FSL_IFC /* Enable IFC Support */ +#define CONFIG_FSL_CAAM /* Enable SEC/CAAM */ #define CONFIG_SYS_HAS_SERDES /* common SERDES init code */ #define CONFIG_PCI /* Enable PCI/PCIE */ @@ -506,6 +507,12 @@ #define CONFIG_CMD_SETEXPR #define CONFIG_CMD_REGINFO +/* Hash command with SHA acceleration supported in hardware */ +#ifdef CONFIG_FSL_CAAM +#define CONFIG_CMD_HASH +#define CONFIG_SHA_HW_ACCEL +#endif + /* * Miscellaneous configurable options */ |