hello
i would like to secure my imx8mp. i added a secure boot (HAB) and fit image that verifies the rootfs. the boot flow is secure and successful. now i would like to add optee but when i add configuration for optee the boot flow hangs (freezes). the configuration i add
conf:
MACHINE_FEATURES:append = " optee"
DISTRO_FEATURES:append = " optee"
TEE_CFG_DDR_SIZE = "0x100000000"
image:
IMAGE_INSTALL:append = " optee-os optee-client optee-test"
on boot i get:
U-Boot SPL 2022.04-lf_v2022.04_var01+g49ec7c516a (Jan 22 2023 - 09:08:56 +0000)
SEC0: RNG instantiated
Normal Boot
Trying to boot from BOOTROM
image offset 0x8000, pagesize 0x200, ivt offset 0x0
hab fuse not enabled
Authenticate image from DDR location 0x401fcdc0...
does someone know what i am missing
thanks