commit | 7213740b1447c9a3f38a7b7e81b27c719696642e | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed May 12 08:11:49 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 23 10:16:17 2021 +0200 |
tree | b5615488fd6cbac0b1dc3a440a861b8ac7eacd69 | |
parent | 6abfa44e17f36c54c8c2468297f17f9ed9760ed7 [diff] |
core: separate sp_ops using a __weak attribute instead Breaks the dependency chain for sp_ops using the standard method with a __weak symbol and an overriding symbol in link_dummies_paged.c. Reviewed-by: Jerome Forissier <jerome@forissier.org> Tested-by: Jerome Forissier <jerome@forissier.org> (QEMU, pager, Clang 12) Acked-by: Etienne Carriere <etienne.carriere@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