Add headers to enable CryptoCell integration
authorSoby Mathew <soby.mathew@arm.com>
Wed, 10 May 2017 10:48:40 +0000 (11:48 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Wed, 28 Jun 2017 14:58:06 +0000 (15:58 +0100)
commitbdd1cbf5e88b548ed5ddec4745d878305570f284
treeee19fad2b8bb6fa0340bbb0173df34c682ff8246
parent048531d7ed818bab32f5ffa0f4f518310e602539
Add headers to enable CryptoCell integration

This patch adds header files with required declarations and
macro definitions to enable integration with CryptoCell SBROM
version `CC712 – Release 1.0.0.1061`. These headers enable ARM
Trusted Firmware to build and link with CryptoCell SBROM
library.

Change-Id: I501eda7fe1429acb61db8e1cab78cc9aee9c1871
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
13 files changed:
include/drivers/arm/cryptocell/cc_crypto_boot_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/cc_pal_sb_plat.h [new file with mode: 0644]
include/drivers/arm/cryptocell/cc_pal_types.h [new file with mode: 0644]
include/drivers/arm/cryptocell/cc_pal_types_plat.h [new file with mode: 0644]
include/drivers/arm/cryptocell/cc_sec_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/crypto_driver.h [new file with mode: 0644]
include/drivers/arm/cryptocell/nvm.h [new file with mode: 0644]
include/drivers/arm/cryptocell/nvm_otp.h [new file with mode: 0644]
include/drivers/arm/cryptocell/rsa.h [new file with mode: 0644]
include/drivers/arm/cryptocell/sbrom_bsv_api.h [new file with mode: 0644]
include/drivers/arm/cryptocell/secureboot_base_func.h [new file with mode: 0644]
include/drivers/arm/cryptocell/secureboot_gen_defs.h [new file with mode: 0644]
include/drivers/arm/cryptocell/util.h [new file with mode: 0644]