commit | 7509ff7ce5e5a7679319e6fa059b71dd6f6cc8b9 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu May 23 17:42:08 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Fri Jun 28 17:52:36 2019 +0200 |
tree | 474b64896eebcef4da5c0edda649b4f1c83c521c | |
parent | fd652ade724216d8e58eafcfffc1347e8728d523 [diff] |
Add user mode ELF loader Adds ldelf which loads user mode TAs while in user mode. The TA ELF file is loaded and relocated by ldelf before the TA can be executed. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@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