commit | 232f1cde6d0ea8fde331f49a72f717869d7d4a0c | [log] [tgz] |
---|---|---|
author | Yu-Chien Peter Lin <peter.lin@sifive.com> | Sat Mar 08 00:55:13 2025 -0800 |
committer | Jerome Forissier <jerome@forissier.org> | Thu May 22 07:44:03 2025 +0200 |
tree | f10b6573027f6550c5c161c31aecfe17362efeae | |
parent | 9d58f55e87650e060292fae9e5dd6ac5358c95a2 [diff] |
core: mm: refactor ASLR mapping for architecture support To allow adding RISC-V ASLR support, add arch_aslr_base_addr() which will be used to apply architecture specific ASLR base calculation. Signed-off-by: Yu-Chien Peter Lin <peter.lin@sifive.com> Suggested-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Alvin Chang <alvinga@andestech.com>
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