arm-trusted-firmware/bl31/aarch64
Manish Pandey 6f7de9a871 refactor(el3_runtime): unify handle/enter_lower_el_async_ea
handle_lower_el_async_ea and enter_lower_el_async_ea are same except for
saving x30 register, with previous patch x30 is now freed before calling
these function we don't need both of them.

This patch also unifies the naming convention, now we have 3 handlers
 - handle_lower_el_ea_esb
 - handle_lower_el_sync_ea
 - handle_lower_el_async_ea

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I63b584cf059bac80195aa334981d50fa6272cf49
2023-02-13 11:46:02 +01: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 refactor(el3_runtime): unify handle/enter_lower_el_async_ea 2023-02-13 11:46:02 +01:00
runtime_exceptions.S refactor(el3_runtime): unify handle/enter_lower_el_async_ea 2023-02-13 11:46:02 +01:00