hello,
thanks for your help.
but I still cannot config the memory type with the document.
As it is mentioned in the document, memory type should be config by TZASC feature in OPTEE.
but for imx8qm serial products. it doesn't support this feature.
103 else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx8qm-flavorlist)))
104 $(call force,CFG_MX8QM,y)
105 $(call force,CFG_ARM64_core,y)
106 $(call force,CFG_TEE_CORE_NB_CORE,6)
107 $(call force,CFG_NXP_CAAM,n)
108 $(call force,CFG_TZC380,n)
109 $(call force,CFG_CSU,n)
110 $(call force,CFG_IMX_UART,n)
111 $(call force,CFG_IMX_SNVS,n)
please help to check again, about how to config the memory in DDR as secure ?
in OPTEE or ATF or Uboot or secofw ?
thanks.