commit | ebdc36f160fe7e05232214285768a4d73362400c | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Feb 07 14:07:50 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 13 08:31:23 2019 +0200 |
tree | 7526c8fef9fe2fae89a3cb3e95aae640d10e5df4 | |
parent | fd7a82a3d1acc95507f3f21ef03ee4330dd8fbfb [diff] |
core: share sections of loaded elf Uses the file interface to share read-only parts of loaded binary content of an ELF. This means that multiple instances of one TA will share the read-only data/code of each ELF. Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (HiKey960, GP) 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