-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firmware: arm_scmi: Ocall support in optee transport
Using OP-TEE Ocall to provision a secure thread in OP-TEE for SCMI messages entry not to failed because userland has exhausted the available secure threads. New SCMI PTA command PTA_SCMI_CMD_OCALL_THREAD to create the Ocall thread context. New PTA_SCMI_CAPS_OCALL_THREAD capabilities for a channel. Ocall thread setup, use and close sequences are described in the inline comment describing the SCMI PTA API. Linux SCMI OP-TEE transport driver attempts an Ocall context and falls back to the standard invocation path if the PTA is not Ocall capable or fails the create the Ocall context. Change-Id: I13155b9a4f364b5d8f7ecaf0b4e43ce8de53af06 Signed-off-by: Etienne Carriere <[email protected]>
- Loading branch information
1 parent
cd18796
commit 0cca4d0
Showing
1 changed file
with
302 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters