Home
last modified time | relevance | path

Searched refs:IH_OS_OP_TEE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c177 node = spl_fit_images_find(blob, IH_OS_OP_TEE); in spl_invoke_atf()
H A Dspl.c606 case IH_OS_OP_TEE: in board_init_r()
H A Dspl_rkfw.c525 spl_image->os = IH_OS_OP_TEE; in spl_load_rkfw_image()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h158 IH_OS_OP_TEE, /* OP-TEE */ enumerator
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c95 { IH_OS_OP_TEE, "op-tee", "OP-TEE" },
H A Dimage-fit.c2176 fit_image_check_os(fit, noffset, IH_OS_OP_TEE) || in fit_image_load_index()