Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dspl.c94 if (os != IH_OS_TEE) in board_fit_image_post_process()
/openbmc/u-boot/common/
H A Dbootm_os.c443 if (images->os.os != IH_OS_TEE) { in do_bootm_tee()
498 [IH_OS_TEE] = do_bootm_tee,
H A Dimage.c103 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
/openbmc/qemu/hw/core/
H A Duboot_image.h52 IH_OS_TEE, /* Trusted Execution Environment */ enumerator
/openbmc/u-boot/tools/
H A Ddefault_image.c113 if (params->os == IH_OS_TEE) { in image_set_header()
/openbmc/u-boot/common/spl/
H A Dspl.c712 case IH_OS_TEE: in board_init_r()
/openbmc/u-boot/include/
H A Dimage.h177 IH_OS_TEE, /* Trusted Execution Environment */ enumerator