I there any guide for using CAAM as crypto engine in OPTEE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

I there any guide for using CAAM as crypto engine in OPTEE

跳至解决方案
2,548 次查看
jiankang
Contributor III

Dear NXP engineers,

I want to using CAAM as the default crypto engine in OPTEE

is there any guide can help me doing it ?

 

Thanks a lot!

0 项奖励
回复
1 解答
2,546 次查看
bulat_a
Contributor III
0 项奖励
回复
4 回复数
2,514 次查看
jiankang
Contributor III

hello bulat_a,

For imx8qm serials, does it support CAAM in OPTEE ?

as I checked,  CFG_NXP_CAAM was force set as false...

else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx8qm-flavorlist)))
$(call force,CFG_MX8QM,y)
$(call force,CFG_ARM64_core,y)
$(call force,CFG_IMX_SNVS,n)
CFG_IMX_LPUART ?= y
CFG_DRAM_BASE ?= 0x80000000
CFG_TEE_CORE_NB_CORE ?= 6
$(call force,CFG_NXP_CAAM,n)
$(call force,CFG_IMX_OCOTP,n)

 

thanks.

0 项奖励
回复
2,538 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jiankang

 

by default CAAM is used as crypto engine in OPTEE, also may be useful

https://community.nxp.com/t5/i-MX-Processors/How-to-enable-CAAM-accelerating-in-OP-TEE-on-i-MX7-Dual...

 

Best regards
igor

0 项奖励
回复
2,502 次查看
jiankang
Contributor III

hi @igorpadykov

For imx8qm serials, does it support CAAM in OPTEE ?

as I checked,  CFG_NXP_CAAM was force set as false...

else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx8qm-flavorlist)))
$(call force,CFG_MX8QM,y)
$(call force,CFG_ARM64_core,y)
$(call force,CFG_IMX_SNVS,n)
CFG_IMX_LPUART ?= y
CFG_DRAM_BASE ?= 0x80000000
CFG_TEE_CORE_NB_CORE ?= 6
$(call force,CFG_NXP_CAAM,n)
$(call force,CFG_IMX_OCOTP,n)

 

thanks.

0 项奖励
回复
2,547 次查看
bulat_a
Contributor III
0 项奖励
回复