-
I've been trying to build libwebsockets for OP-TEE running on a TI AM437x HS (an arm platform). I'm using Yocto to build; here's the version string for OP-TEE, which is displayed on boot:
```
I/TC…
-
Hi. Please forgive any etiquette breachs from me as a first-time poster. Sorry, but I could not find a way to ask a question (raise an issue) on the repo nxp-imx/imx-optee-os, which seems to be the …
-
I am testing the optee environment using qemu.
When I tried to proceed with this as a random user, not the root environment, I found out the existence of the 'teeclnt' group.
Additionally, I fou…
-
This is a followup of the performance investigation in #5915. The summary is: OP-TEE, to run with good performance, would like to have around 384 kiB of RAM because otherwise frequent evictions of the…
-
Hi,
In order to support our TA's needs we added a User defined Syscall:
`#define TEE_SCN_USER_DEF_OPERATION 71`
so the TA can request OPTEE to do something on its behalf (e.g. send an SMC, acce…
-
Hello again. I have yet another issue that I've been chasing all day and don't know why it is not working. Maybe it's a stupid thing I'm doing wrong. I'm on 3.16.0 with a 5.15.24 kernel on STM32MP1. P…
-
Below jobs are working in progress at [rfc branch](https://github.com/Samsung/islet/tree/rfc)
## Restore commit history
- Issue: History of upstream are squash-ed even though they are third-par…
-
Does OPTEE has inbuilt support of generating self signed certificate given the public key pair ?
I see we have mbedTLS support to vertify the cert chain.
But is there any way to generate self sign…
-
Hi,
When I enable CFG_CORE_ASLR in my platform. I encounter access address 0 then exception.
I use version 3.18 and clang 12.0.0
For example, After run last ldr instruction("e121064"), it encou…
-
I would like to apply Address Sanitizer to CA and TA by referring to the link below.
- https://www.osc.edu/resources/getting_started/howto/howto_use_address_sanitizer
Looking at config.mk of optee…