op-tee-ia / optee_os

Other
6 stars 7 forks source link

RPC, stdcall and fastcall worked between Linux driver and OP-TEE OS #30

Closed xyzhao2018 closed 3 years ago

xyzhao2018 commented 3 years ago
GangSecurity commented 3 years ago

need rebase

xyzhao2018 commented 3 years ago

Vmcall from TEE should send to core 0 in REE. This patch miss the code

It is optee Linux driver in REE which must send vmcall on core 0 to TEE. TEE always run on core 0.