aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2017-11-29 13:27:35 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2017-12-08 12:54:01 +0100
commit9ced7d8bde949692c59427f304de5b61123cb306 (patch)
tree9143fd255d79af0d4a5bd1dd0e602939522b42ae /documentation
parent30668b28176cc844037f535ed6d9bdb26557d2d7 (diff)
documentation: clarify PTA
Clarifies that Pseudo TAs are implemented direction in the OP-TEE core tree. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/optee_design.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/optee_design.md b/documentation/optee_design.md
index 7c9043d1..853c35a5 100644
--- a/documentation/optee_design.md
+++ b/documentation/optee_design.md
@@ -609,8 +609,9 @@ to as 'Trusted Applications'. For most cases, user mode TAs are preferred.
### Pseudo Trusted Applications
-These are added directly to the OP-TEE core tree in, eg, `core/arch/arm/pta`,
-and are built along with and statically built into the OP-TEE core blob.
+These are implemented directly to the OP-TEE core tree in, eg,
+`core/arch/arm/pta`, and are built along with and statically built into the
+OP-TEE core blob.
The pseudo Trusted Applications included in OP-TEE already are OP-TEE
secure privileged level services hidden behind a "GlobalPlatform TA Client" API.