commit | ae02ae98e740236d3a41eef3e9eea79b01324942 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Feb 07 14:07:36 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 13 08:31:23 2019 +0200 |
tree | 330b2e0756de6fab5fe76b32a6ddfa82fa15b1df | |
parent | 71e2b567d71ff5ea090d369bcc2b9296d129b5c7 [diff] |
core: change tee_pager_add_uta_area() arguments Simplifies tee_pager_add_uta_area() by taking a pointer to a struct fobj instead instead of a size. The return value is changed to a TEE_Result to harmonize better with other functions. vm_map() is changed to expect a mobj with an assigned fobj when paging is enabled. This requires that the pager allocations done with mobj_paged_alloc() are replaced with fobj_rw_paged_alloc(). Reviewed-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