commit | 222dee1616ffc01353e232a565a370a85bd4aeb5 | [log] [tgz] |
---|---|---|
author | Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> | Mon Nov 20 12:05:25 2023 +0000 |
committer | Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> | Mon Dec 04 19:29:48 2023 +0000 |
tree | 34b5b2fd5722ab7122d4637f5cd9306cfe64dd41 | |
parent | 12cee415ae010d0258f238b1a51c1af117b2e0e5 [diff] |
fix(rme): fix realm vbar_el1 load address Fix the position independent addressing of 'realm_vector' using adrp+add instruction pair. Calculate the base address of the 4KB aligned memory region that contains the label 'realm_vector' using adrp instruction. Then to that base address add the offset of 'realm_vector' (lower 12 bits). Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> Change-Id: I9e08eea98293e2e03cecb8465cea0f2c9361795b