| commit | f7ed8e3d3955e0b7a7d3ff77ab2abcfd8fb1cdb9 | [log] [tgz] |
|---|---|---|
| author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Apr 18 09:53:32 2022 -0700 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 29 07:17:12 2022 +0200 |
| tree | 79b2c91b75e22752ac7e647ac4b57bd2b5a93dc4 | |
| parent | a5c30b1277466a9bf85b62f45a6b00e79774e29c [diff] |
tee-supplicant: support multiple TA load paths Parse CFG_TEE_CLIENT_LOAD_PATH (TEEC_LOAD_PATH) and TEEC_TEST_LOAD_PATH as a colon-separated list of paths. This commit also updates the documentation of CFG_TEE_CLIENT_LOAD_PATH and try_load_secure_module() which were either lacking or incorrect. Suggested-by: Chao Chen <ccha@amazon.com> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers