commit | 016c4264eec0a881f4b61103712b4905edc90002 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Oct 26 18:13:22 2021 +0200 |
committer | Manish Pandey <manish.pandey2@arm.com> | Wed Dec 01 17:35:27 2021 +0100 |
tree | 7ecb2bbb73b513bc1f1a91ec61bc691038537b2c | |
parent | 77151078f42f7b93c478e3c2ae14f48c3a55a320 [diff] |
fix(pie): do not skip __RW_END__ address during relocation In fixup_gdt_reloc(), do not skip the last address (__RW_END__) for dynamic relocations. Else, the invalidation of the data done under _init_c_runtime in el3_entrypoint_common macro will not be correct. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I1166a59ac964ec8ad4e099cb3600e843afc71d82