RAS: Move EA handling to a separate file
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>
Thu, 5 Jul 2018 14:24:45 +0000 (15:24 +0100)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Tue, 17 Jul 2018 07:31:31 +0000 (08:31 +0100)
commitdf8f3188d7b318b3b486f0ec4016b2ad271c85a7
tree4b4a1033526c2fb6aa25a5f199794346894c7a9a
parent9ceda8b9076e1e09bcd4d2651632c7f7735248d7
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>
bl31/aarch64/ea_delegate.S [new file with mode: 0644]
bl31/aarch64/runtime_exceptions.S
bl31/bl31.mk