commit | bbfda1de1557b69c7ad51a00d5cc87c4f1bf715e | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Wed Jun 02 18:10:44 2021 +0200 |
committer | György Szing <gyorgy.szing@arm.com> | Thu Jun 03 18:27:51 2021 +0200 |
tree | a0ceebe5e9c35b8332034a6a60f70795c39c1d1d | |
parent | be434f46df87c1818f5fb03486427e30858f55f8 [diff] |
core: Fix linker error in thread_foreign_intr_exit In case of having a large binary with multiple early TAs the linking step of all_objs.o could fail because the offset cannot fit into the adr instruction's +-1MB range. By replacing the adr instruction with the adr_l macro this range is now extended to +-4GB. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: Id8a1d29dcb98a8ea423e3040bb155c521435bd4c
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