diff options
author | danh-arm <dan.handley@arm.com> | 2017-06-28 16:29:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 16:29:55 +0100 |
commit | aa5b843fe8f2d8cea80fd1c06e7fc6b7c18f265c (patch) | |
tree | 1c5cc6c6be6194bf767237b7b6a00e2c67d3a450 /docs/porting-guide.md | |
parent | 1979ee13a5806f8f203dd056b4124949ab58df17 (diff) | |
parent | f143cafe2c7a23b073b568aff159aea1c797c100 (diff) |
Merge pull request #1007 from soby-mathew/sm/ccint
Enable integration of ARM TrustZone Cryptocell for TBB
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r-- | docs/porting-guide.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md index c7b9e89c..047e2250 100644 --- a/docs/porting-guide.md +++ b/docs/porting-guide.md @@ -299,6 +299,12 @@ also be defined: Firmware Update (FWU) certificate identifier, used by NS_BL1U to load the FWU content certificate. +* **#define : PLAT_CRYPTOCELL_BASE** + + This defines the base address of ARMĀ® TrustZoneĀ® CryptoCell and must be + defined if CryptoCell crypto driver is used for Trusted Board Boot. For + capable ARM platforms, this driver is used if `ARM_CRYPTOCELL_INTEG` is + set. If the AP Firmware Updater Configuration image, BL2U is used, the following must also be defined: |