Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c184 node = spl_fit_images_find(blob, IH_OS_OP_TEE); in spl_invoke_atf()
H A Dspl_rkfw.c525 spl_image->os = IH_OS_OP_TEE; in spl_load_rkfw_image()
H A Dspl.c606 case IH_OS_OP_TEE: in board_init_r()
H A Dspl_fit.c913 else if (os_type == IH_OS_OP_TEE) in spl_internal_load_simple_fit()
/rk3399_rockchip-uboot/include/
H A Dimage.h158 IH_OS_OP_TEE, /* OP-TEE */ enumerator
/rk3399_rockchip-uboot/common/
H A Dimage.c95 { IH_OS_OP_TEE, "op-tee", "OP-TEE" },
H A Dimage-fit.c2330 fit_image_check_os(fit, noffset, IH_OS_OP_TEE) || in fit_image_load_index()