]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(el3_runtime): unify handle/enter_lower_el_async_ea
authorManish Pandey <manish.pandey2@arm.com>
Wed, 11 Jan 2023 21:53:02 +0000 (21:53 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 13 Feb 2023 10:46:02 +0000 (11:46 +0100)
commit6f7de9a87148a6024af4a1ced7f26e5bff55683b
treeb983241c53a9481b8d5a75dbf6c1c69b908f214e
parentd87c0e277fcc6b07112c0ee6d1aecbc2200055a5
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
bl31/aarch64/ea_delegate.S
bl31/aarch64/runtime_exceptions.S