ARM plat changes to enable CryptoCell integration
This patch makes the necessary changes to enable ARM platform to
successfully integrate CryptoCell during Trusted Board Boot. The
changes are as follows:

* A new build option `ARM_CRYPTOCELL_INTEG` is introduced to select
  the CryptoCell crypto driver for Trusted Board boot.

* The TrustZone filter settings for Non Secure DRAM is modified
  to allow CryptoCell to read this memory. This is required to
  authenticate BL33 which is loaded into the Non Secure DDR.

* The CSS platforms are modified to use coherent stacks in BL1 and BL2
  when CryptoCell crypto is selected. This is because CryptoCell makes
  use of DMA to transfer data and the CryptoCell SBROM library allocates
  buffers on the stack during signature/hash verification.

Change-Id: I1e6f6dcd1899784f1edeabfa2a9f279bbfb90e31
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
1 parent 4eb20d9 commit e60f2af9499e33583e920e72b463b58bce0c31ee
@Soby Mathew Soby Mathew authored on 10 May 2017
Showing 8 changed files
View
docs/porting-guide.md
View
docs/user-guide.md
View
include/plat/arm/common/arm_def.h
View
plat/arm/board/juno/include/platform_def.h
View
plat/arm/common/aarch64/arm_helpers.S
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_tzc400.c
View
plat/arm/common/arm_tzc_dmc500.c