commit | eeb866c431db3068e83d277c814ac503d1f3b91f | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Mar 04 11:12:53 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 13 08:31:23 2019 +0200 |
tree | 209dd7dc0aad10620fc9f56edc42ab4d1094c126 | |
parent | d5c2ace6d0a3281d02f48d7346dab7050a72165f [diff] |
Add TA entry point function: __ta_entry() Symbol __utee_entry may be undefined in a TA in case libutee is built as a shared library (CFG_ULIBS_SHARED=y). Add a wrapper function to avoid this issue. Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers