MLK-18591-2 crypto: caam: Add fsl caam driver
authorYe Li <ye.li@nxp.com>
Wed, 6 Jun 2018 10:29:16 +0000 (03:29 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 09:36:23 +0000 (02:36 -0700)
commitfcd29e9dd2e13e4650741603ca1bfb40fe1a9ede
treea5d0ac0cca6439082ba4c31b13b8a7dad84377df
parentbaeed1c2a36c07126e35a3cdb34f4f392e88c939
MLK-18591-2 crypto: caam: Add fsl caam driver

Add the fsl CAAM driver and new commands to implement DEK blob operations,
like "caam genblob" to generate encrypted blob and "caam decap" to output
orignal plain data.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 4ec81a0b075d8d853ac696172660a7771064405d)
arch/arm/include/asm/arch-mx7/crm_regs.h
cmd/Kconfig
cmd/Makefile
cmd/cmd_fsl_caam.c [new file with mode: 0644]
drivers/crypto/Makefile
drivers/crypto/fsl_caam.c [new file with mode: 0644]
drivers/crypto/fsl_caam_internal.h [new file with mode: 0644]
include/fsl_caam.h [new file with mode: 0644]