Home
last modified time | relevance | path

Searched refs:IH_OS_TEE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Dbootm_os.c443 if (images->os.os != IH_OS_TEE) { in do_bootm_tee()
498 [IH_OS_TEE] = do_bootm_tee,
Dimage.c103 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
/external/u-boot/tools/
Ddefault_image.c113 if (params->os == IH_OS_TEE) { in image_set_header()
/external/u-boot/include/
Dimage.h157 IH_OS_TEE, /* Trusted Execution Environment */ enumerator