arm-trusted-firmware/make_helpers
Jeenu Viswambharan 76454abf4a AArch64: Introduce External Abort handling
At present, any External Abort routed to EL3 is reported as an unhandled
exception and cause a panic. This patch enables ARM Trusted Firmware to
handle External Aborts routed to EL3.

With this patch, when an External Abort is received at EL3, its handling
is delegated to plat_ea_handler() function. Platforms can provide their
own implementation of this function. This patch adds a weak definition
of the said function that prints out a message and just panics.

In order to support handling External Aborts at EL3, the build option
HANDLE_EA_EL3_FIRST must be set to 1.

Before this patch, HANDLE_EA_EL3_FIRST wasn't passed down to
compilation; this patch fixes that too.

Change-Id: I4d07b7e65eb191ff72d63b909ae9512478cd01a1
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
2018-05-04 08:32:42 +01:00
..
tbbr Build: remove third argument of CERT_ADD_CMD_OPT 2018-02-01 20:20:03 +09:00
armv7-a-cpus.mk ARMv7 may not support Generic Timer Extension 2017-11-08 14:41:47 +01:00
build_env.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
build_macros.mk Make all build results depend on all makefiles 2018-03-01 09:45:10 -07:00
cygwin.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
defaults.mk AArch64: Introduce External Abort handling 2018-05-04 08:32:42 +01:00
msys.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_helpers.mk Change PLATFORM_ROOT to TF_PLATFORM_ROOT 2018-03-05 14:18:04 +08:00
unix.mk Merge pull request #926 from EvanLloyd/win_make_4 2017-05-08 23:32:52 +01:00
windows.mk Merge pull request #926 from EvanLloyd/win_make_4 2017-05-08 23:32:52 +01:00