arm-trusted-firmware/include/common/aarch64
Jiafei Pan b4ad976844 fix instruction address range limitation
For the adr instruction, it require the label's offset from the
address of this instruction must be in the range +/-1MB. If the
option "BL2_IN_XIP_MEM" is set to '1', in some cases, BL2's RW
memory will not in the range of +/-1MB from BL2's RO memory region.
so we need to use ldr instruction to cover this case.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
2018-04-07 10:13:59 +08:00
..
asm_macros.S SPM: Introduce Secure Partition Manager 2017-11-08 18:05:14 +00:00
assert_macros.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
console_macros.S Add new function-pointer-based console API 2017-12-12 15:00:34 -08:00
el3_common_macros.S fix instruction address range limitation 2018-04-07 10:13:59 +08:00