crypto: ccree - add support for CryptoCell 713
Add support for Arm TrustZone CryptoCell 713. Note that this patch just enables using a 713 in backwards compatible mode to 712. Newer 713 specific features will follow. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
913a3aa07d
commit
e40fdb500b
@@ -36,12 +36,13 @@
|
||||
extern bool cc_dump_desc;
|
||||
extern bool cc_dump_bytes;
|
||||
|
||||
#define DRV_MODULE_VERSION "4.0"
|
||||
#define DRV_MODULE_VERSION "5.0"
|
||||
|
||||
enum cc_hw_rev {
|
||||
CC_HW_REV_630 = 630,
|
||||
CC_HW_REV_710 = 710,
|
||||
CC_HW_REV_712 = 712
|
||||
CC_HW_REV_712 = 712,
|
||||
CC_HW_REV_713 = 713
|
||||
};
|
||||
|
||||
#define CC_COHERENT_CACHE_PARAMS 0xEEE
|
||||
|
Reference in New Issue
Block a user