forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver/tee: add optee client driver module
The driver's main purpose is to support the porting of the open source component optee_client (https://github.com/OP-TEE/optee_client) to nttux. The basic function of the driver module is to convert the REE application layer data and send it to the TEE through rpmsg. The main functions include 1 driver registration. we need to register a device driver(/dev/tee0) through optee_register function. 2 open the driver 3 ioctl the driver The ioctl command passes different parameters and commands, and interacts with the TEE through rpmsg. 4 close the driver Signed-off-by: hujun5 <[email protected]> Change-Id: Ida659b4e5a986729d8ec3e9e64a28efb0802c544
- Loading branch information
Showing
7 changed files
with
1,589 additions
and
0 deletions.
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
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
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
Oops, something went wrong.