]> git.baikalelectronics.ru Git - arm-tf.git/commit
cryptocell: add support for Cryptocell 713
authorGilad Ben-Yossef <gilad@benyossef.com>
Wed, 15 May 2019 06:24:04 +0000 (09:24 +0300)
committerGilad Ben-Yossef <gilad.benyossef@arm.com>
Wed, 1 Apr 2020 19:14:36 +0000 (22:14 +0300)
commit4501843f2d0387e2c58147d8f4cf0a028e227938
tree267ee162ef21b9558ac850b7aaa647daa7b7230c
parent0f99bf32df156b7b87454278b049c65221eeeb84
cryptocell: add support for Cryptocell 713

Add Crypto 713 support as crypto module and NVM counter provider.

As files under include/drivers/arm/cryptocell/713/ are copied verbatim
from the CryptoCell SBROM lib project they are filtered from checkpatch
coding style check.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Change-Id: I7c361772f00ca7d96481f81ac6cbb2704467e52c
15 files changed:
Makefile
drivers/auth/cryptocell/713/cryptocell_crypto.c [new file with mode: 0644]
drivers/auth/cryptocell/713/cryptocell_plat_helpers.c [new file with mode: 0644]
drivers/auth/cryptocell/cryptocell_crypto.mk
include/drivers/arm/cryptocell/713/bsv_api.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/bsv_crypto_api.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/bsv_crypto_asym_api.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/bsv_crypto_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/bsv_error.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/cc_address_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/cc_boot_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/cc_pal_types.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/cc_pal_types_plat.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/cc_pka_hw_plat_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/713/cc_sec_defs.h [new file with mode: 0644]