RAS: Move EA handling to a separate file
A new file ea_delegate.S is introduced, and all EA-related functions are
moved into it. This makes runtime_exceptions.S less crowded and reads
better.

No functional changes.

Change-Id: I64b653b3931984cffd420563f8e8d1ba263f329f
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
1 parent 9ceda8b commit df8f3188d7b318b3b486f0ec4016b2ad271c85a7
@Jeenu Viswambharan Jeenu Viswambharan authored on 5 Jul 2018
Showing 3 changed files
View
bl31/aarch64/ea_delegate.S 0 → 100644
View
bl31/aarch64/runtime_exceptions.S
View
bl31/bl31.mk