Questions tagged [op-tee]

an open source trusted execution environment. For programming questions related to OP-TEE packages or services.

An open source trusted execution environment. For programming questions related to OP-TEE packages or services.

Related tag is .

Trustzone is a technology that OP-TEE is built on. As well, trusted-firmware fulfills secure boot. The OP-TEE model is a library of calls through the smc interface. A monitor mode handles this and dispatches to code in the secure world which has extended access right to memory. Often attacks are against errors in the API and not directly on the trust-zone infrastructure.

It is possible to host an OS in both the Secure and normal world with Trustzone. However, this is not a model supported by OP-TEE, which is a subset of the capabilities of TrustZone (and hence likely more secure).

18 questions
0
votes
1 answer

How can I build OpenSSL for OP-TEE small trusted OS?

I want to build OpenSSL 1.0.2 for optee_os. But OpenSSL is very large and has a lot of dependencies(c library f.e.). OP-TEE has no c-library (and others). Can I build OpenSSL with only crypto algorithms? (without files, z-lib and so on).
Anisyanka
  • 63
  • 8
0
votes
1 answer

Double Dollar "$$@" target name in GNU Make

I have a rule from OP-TEE (uses large makefile include and make invocation trees to compile two operating system kernels and applications) with some immediately expanded variables -- as far as I can tell, there is no second expansion relevant here,…
phi1010
  • 678
  • 6
  • 13
0
votes
1 answer

how to add optee in barebox for imx6ul

I want to integrate optee for my imx6ul board. For that I downloaded optee_os and successfully compiled also I enabled optee support in kernel level using menuconfig. Now How can I integrate optee support in barebox. Thanks.
yoctotutor.com
  • 5,145
  • 4
  • 26
  • 36
1
2