Lines Matching full:tee
12 BootROM --> TF-A BL2 --> BL32(OP-TEE) --> BL33(U-Boot) --> Linux
14 In the WaRP7 port we encapsulate OP-TEE, DTB and U-Boot into a FIP. This FIP is
36 OP-TEE
39 https://github.com/OP-TEE/optee_os.git
56 - tee-header_v2.bin
57 - tee-pager_v2.bin
58 - tee-pageable_v2.bin
68 cp /path/to/optee/out/arm-plat-imx/core/tee-header_v2.bin fiptool_images
69 cp /path/to/optee/out/arm-plat-imx/core/tee-pager_v2.bin fiptool_images
70 cp /path/to/optee/out/arm-plat-imx/core/tee-pageable_v2.bin fiptool_images
75 NEED_BL32=yes BL32=fiptool_images/tee-header_v2.bin \
76 BL32_EXTRA1=fiptool_images/tee-pager_v2.bin \
77 BL32_EXTRA2=fiptool_images/tee-pageable_v2.bin \
96 --tos-fw fiptool_images/tee-header_v2.bin \
97 --tos-fw-cert fiptool_images/tee-header_v2.bin.crt \
98 --tos-fw-key-cert fiptool_images/tee-header_v2.bin.key-crt \
99 --tos-fw-extra1 fiptool_images/tee-pager_v2.bin \
100 --tos-fw-extra2 fiptool_images/tee-pageable_v2.bin \
106 tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \
107 --tos-fw-extra1 fiptool_images/tee-pager_v2.bin \
108 --tos-fw-extra2 fiptool_images/tee-pageable_v2.bin \
111 --tos-fw-cert fiptool_images/tee-header_v2.bin.crt \
112 --tos-fw-key-cert fiptool_images/tee-header_v2.bin.key-crt \