On Mon, 2020-05-25 at 09:50 +0300, Maxim Uvarov wrote:
Jakko, tee-supplicant application provides state machine over callbacks with RPC messages. https://github.com/OP-TEE/optee_client/blob/master/tee-supplicant/src/tee_su... It also allocates shm. Without running tee-supplicant tee_client_open_session() will fail. optee_open_session()->get_msg_arg()->tee_shm_alloc()->... Optee team wanted to remove some dependencies from tee-supplicant with moving code to the kernel. But for now I think that should be out of the scope of current patches due to they fix driver initialization on tee bus without breaking current functionality.
So what is the role in high-level for tee-supplicant? Why does it exist? No time to dive into code unfortunately.
These kernel commits do not explain in simple terms enough how all of these entities connect with each other, if you don't have that understanding beforehand.
/Jarkko