| commit | 4a8438d8be156df3258dc8d8cd73a357c1ab7ee2 | [log] [tgz] |
|---|---|---|
| author | KanYuelei <kanyuelei@acoinfo.com> | Mon Oct 17 16:43:35 2022 +0800 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 17 11:17:14 2022 +0200 |
| tree | 8e8bf39b4e58a9eb9db245f01adea248f11bfa86 | |
| parent | 140bf463046071d3ca5ebbde3fb21ee0854e1951 [diff] |
libteec: fix memory mapping function in benchmark Fixed libteec function mmap_paddr mmap() size problem reported in [1]. Link: [1] https://github.com/OP-TEE/optee_client/issues/318 Signed-off-by: Yuelei Kan <936115299@qq.com> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-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