commit | 911f059b205227c9815b5a204f3cd5e59108cf5b | [log] [tgz] |
---|---|---|
author | Yu-Chien Peter Lin <peter.lin@sifive.com> | Sat Mar 15 02:59:45 2025 -0700 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Jun 18 09:36:09 2025 +0200 |
tree | 4c23ed1e0879eb3a388195a1704cdbcda6006e61 | |
parent | e99612ac40d220097eeb8a207371733473ea740b [diff] |
core: riscv: kern.ld.S: add relocation sections for ASLR Add .rela.dyn and .data.rel.ro sections to support position-independent code. These sections store the relocation entries needed when ASLR randomly maps code and data in memory. Signed-off-by: Yu-Chien Peter Lin <peter.lin@sifive.com> 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