commit | a8777fc048ca58f9e3efee42e8121aa687386894 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Feb 07 14:07:42 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 13 08:31:23 2019 +0200 |
tree | 3569923a5203e487836a46ccc1f79eb8c020088d | |
parent | f7a26db375f2252b3c4074fa5b14ddbd0829db72 [diff] |
core: pager: add missing tzsram physical pages init_runtime() adds the physical pages used for paging. Prior to this patch only pages covered by the memory using by the binary was added. If TZSRAM is large enough there will remain a range of physical pages after the "pageable_end" address. With this patch this last range is also added. 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