arm-trusted-firmware/bl31/aarch64
Manish Pandey d87c0e277f refactor(el3_runtime): introduce save_x30 macro
Most of the macros/routine in vector entry need a free scratch register.
Introduce a macro "save_x30" and call it right at the begining of vector
entries where x30 is used. It is more exlicit and less error prone

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I617f3d41a120739e5e3fe1c421c79ceb70c1188e
2023-02-13 10:45:46 +00:00
..
bl31_entrypoint.S feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS 2022-04-29 22:54:23 +02:00
crash_reporting.S Fix crash dump for lower EL 2020-03-06 14:17:35 +00:00
ea_delegate.S fix(bl31): harden check in delegate_async_ea 2022-11-07 21:04:42 +00:00
runtime_exceptions.S refactor(el3_runtime): introduce save_x30 macro 2023-02-13 10:45:46 +00:00