-
We have prepared a linuxsdk docker image located in https://hub.docker.com/repository/docker/nucleisoftware/linuxsdk, you can use the docker image there, if you don't want to step the environment by y…
-
When reviewing the current list of critical projects, I find some important low-level and embedded ones missing. Could you please consider adding those to the list:
Updated to add descriptions and …
-
Hello GC maintainers, I've removed all type check in a TA and try to test if GC can detect the check was missing but it seem thing went wrong. Have you guys done the test on DWARF v5 that was supporte…
-
Currently the `OE_SET_ENCLAVE_SGX` and `OE_SET_ENCLAVE_OPTEE` macros allow the enclave developer to specify how much memory they would like for heap and how much for stack. This memory will be used by…
-
Hello,
I'm trying to develop my own TA.
And I'm confused about which kind of functions or tasks should be put into the secure world.
Would it be possible to give me some suggestions?
Thanks in a…
-
Hi,
I'm a newbie so excuse me if it is too basic. I've succeeded running my code on QEMU and now want to run it on a real Xilinx 7000 board. Can anyone provide some details on the steps of this pro…
-
I have a client app that spawns a worker thread, the worker periodically calls into a PTA which triggers data to be written to secure storage. I use the [sec_storage_obj_read/write](https://github…
-
Rock64 was working great on 4.4.120-rockchip-ayufan-213
Then updated by doing sudo apt-get dist-upgrade and now I can't seem to boot anymore.
Please help since I was stupid enough not to make a ba…
-
#1239 enabled our tree to successfully cross-compile on Arm, but we need to add this to CI.
/cc @gupta-ak
-
Platform is QEMUv7. OP-TEE and TAs are built with Clang 18.1.7. The PKCS#11 TA crashes upon first call to `__ta_entry()` with a stack check error. No issue observed with GCC or Clang 12.0.0 (downloade…