commit | 6eeadb3535827d02c2977e9d19358ae076270eef | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Mon Jan 16 16:44:45 2023 +0000 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Tue Feb 21 17:26:01 2023 +0000 |
tree | 7fc10ce45235108d3917202f375241c75419673a | |
parent | abf9fb9779d8df40cd1fa9fe81ac506d8d3b62fb [diff] |
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>