commit | 4201a69074da549187c92f0d2519e5ae7ee3b41e | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Mon Nov 13 09:25:02 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon Nov 13 11:21:24 2017 +0100 |
tree | a13ee1744cfcb1dc3ab06d1fac7119503baae536 | |
parent | 5c342e7943bbcde00e91de26366ff7ffa0ed7106 [diff] |
AES TA: Fix compiler errors on AArch64 Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
This document describes the sample applications that are included in the OP-TEE, that aim to showcase specific functionality and use case.
For sake of simplicity, all OP-TEE example test application are prefixed with optee_example_
.
Directory hello_world/:
optee_example_hello_world
Directory random/:
TEE_GenerateRandom()
).optee_example_random
Directory aes/:
optee_example_aes
TA basics documentation presents the basics for implementing and building an OP-TEE trusted application.
One can also refer to the examples provided: source files and make scripts.