]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(el3_runtime): remove unnecessary assembly macros
authorManish Pandey <manish.pandey2@arm.com>
Fri, 6 Jan 2023 13:38:03 +0000 (13:38 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Tue, 10 Jan 2023 18:02:36 +0000 (18:02 +0000)
commit76a91d8769b7fff1a4cc784c77b4e19d7716351e
tree3b49da90853bfe750ce0b8418d615f74e5593e91
parent0e4655f828db2c0b03bdab22e676b77274caa656
refactor(el3_runtime): remove unnecessary assembly macros

Following macros removed
  - handle_async_ea : It duplicates "check_and_unmask_ea" functionality
  - check_if_serror_from_EL3: This macro is small and called only once,
    replace this macro with instructions at the caller.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Id7eec6263ec23cc8792139f491c563f616fd3618
bl31/aarch64/runtime_exceptions.S