]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(aarch64): remove weak links to el3_panic
authorGovindraj Raja <govindraj.raja@arm.com>
Mon, 16 Jan 2023 16:44:45 +0000 (16:44 +0000)
committerGovindraj Raja <govindraj.raja@arm.com>
Tue, 21 Feb 2023 17:26:01 +0000 (17:26 +0000)
commitf300ef662844e4b4b766b317f8083b778f79e303
tree7fc10ce45235108d3917202f375241c75419673a
parent7e619ecc89355136c27d0295858e08c808aa6373
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>
bl31/aarch64/crash_reporting.S
common/aarch64/debug.S