commit | f0a3f742dd27915c8649abefa5bd3d021789b7c2 | [log] [tgz] |
---|---|---|
author | Yu-Chien Peter Lin <peter.lin@sifive.com> | Thu Mar 13 20:07:29 2025 -0700 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Jun 18 09:36:09 2025 +0200 |
tree | a1b8b9323a3743feb4e884dc7e400f4a225d4855 | |
parent | ed5c32949f311ee34283b302e97bea3def0979f4 [diff] |
riscv: add ELF header definitions Add RISC-V specific ELF header definitions in a new header file to support ELF parsing for handling dynamic relocations. We referred to u-boot/arch/riscv/cpu/start.S to obtain the definitions we need in OP-TEE. 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