arm-trusted-firmware/bl32/tsp/aarch64
Zelalem Aweke 596d20d9e4 fix(pie): invalidate data cache in the entire image range if PIE is enabled
Currently on image entry, the data cache in the RW address range is
invalidated before MMU is enabled to safeguard against potential
stale data from previous firmware stage. If PIE is enabled however,
RO sections including the GOT may be also modified during pie fixup.
Therefore, to be on the safe side, invalidate the entire image
region if PIE is enabled.

Signed-off-by: Zelalem Aweke <zelalem.aweke@arm.com>
Change-Id: I7ee2a324fe4377b026e32f9ab842617ad4e09d89
2021-10-19 21:30:56 +02:00
..
tsp_entrypoint.S fix(pie): invalidate data cache in the entire image range if PIE is enabled 2021-10-19 21:30:56 +02:00
tsp_exceptions.S Prevent speculative execution past ERET 2020-01-22 21:42:51 +00:00
tsp_request.S TSP: Fix GCC 11.0.0 compilation error. 2020-11-13 18:47:58 +00:00