arm-trusted-firmware/bl31/aarch64
Govindraj Raja f300ef6628 refactor(aarch64): remove weak links to el3_panic
Cleanup weak links to el3_panic and restrict crash_reporting usage
to bl31.

Crash reporting is not used with bl1, bl2 and weak linkage to el3_panic
is used, this can cause ambiguity in understanding the code so remove
this weak linkage and introduce funcs that should be used when we have
crash reporting for el3 panics.

Change-Id: Ic5c711143ba36898ef9574a078b8fa02effceb12
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2023-02-21 17:26:01 +00:00
..
bl31_entrypoint.S feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS 2022-04-29 22:54:23 +02:00
crash_reporting.S refactor(aarch64): remove weak links to el3_panic 2023-02-21 17:26:01 +00:00
ea_delegate.S fix(bl31): harden check in delegate_async_ea 2022-11-07 21:04:42 +00:00
runtime_exceptions.S refactor(el3_runtime): remove unnecessary assembly macros 2023-01-10 18:02:36 +00:00