Hi,
I already built manifest.dtb into TF-A fip image, the fip image size increases about the size of dtb. But I still see below error from spmd_setup(). What should be done beside below patch?
ERROR: Invalid or absent SPM Core manifest. ERROR: Error initializing runtime service std_svc
+ifeq ($(MX8MP_SPMC_MANIFEST_DTS),) +MX8MP_SPMC_MANIFEST_DTS := plat/imx/imx8m/imx8mp/fdts/imx_spmc_manifest.dts +endif + +FDT_SOURCES += ${MX8MP_SPMC_MANIFEST_DTS} +IMX_TOS_FW_CONFIG := ${BUILD_PLAT}/fdts/$(notdir $(basename ${MX8MP_SPMC_MANIFEST_DTS})).dtb + +# Add the TOS_FW_CONFIG to FIP and specify the same to certtool +$(eval $(call TOOL_ADD_PAYLOAD,${IMX_TOS_FW_CONFIG},--tos-fw-config,${IMX_TOS_FW_CONFIG}))
Regards, Jun