-
-
justa follow up of #5448 (I cant re-open it)
@etienne-lms do you plan to propose your HUK driver?
-
Would you be able to add an example that uses a custom DTS file for building OPTEE-OS?
Currently, OPTEE-OS doesn't support custom dts path nor do I see a way to load custom device trees.
-
1 Toochan verison,
--------------------------------------------------------------------------------------------
Using built-in specs.
COLLECT_GCC=/opt/prebuilt/toolchain/armv7a/bin/../usr/x86_64-pc…
-
Is this repository still maintained and functional?
https://github.com/linaro-swg/optee_benchmark
We are noticing a big performance gap between iMX8mm and STM32MP1 using PKCS11 - we suspect the PA…
-
Hello,
Thanks for your great thing to make a bare metal program work.
I've tried with my board stm32mp157a-dk1 to run the gdb debug boot loader mp1-boot image and got stuck at function SystemCloc…
-
I found an issue trying to make the HSP profile work. The description below:
Version : v4.0.0
**Description :**
In ba-transport.c layer when no transport was already started (no thread_enc an…
-
On a imx8mp with Optee 3.19, I noticed that there is an SSL handshake problem in TLSv1.3 when using EC P-384 Key/Certificate.
Key is imported to PKCS11 TA using
```
root@imx8mp:~# export PKCS11_…
-
Edit all Kconfig and Makefiles to allow compiling for STM32MP1.
-
USART has different init that other STM32 devices. BRR (baud rate) takes only whole number divider. Other STM32 devices take whole part and fractional part.
Tx/Rx baud = usart_ker_ckpres / USAR…