commit | 0f634ec901329c6e325724956b062dcc0ca7c7d3 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Thu Aug 29 19:04:29 2019 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Oct 03 14:44:05 2022 +0200 |
tree | 60699886899df2e686fe0687ba22c27cdb010792 | |
parent | c1425874fb1d3f379ad1f8ce365e19a0d82b568b [diff] |
feat(stm32mp1): add plat_report_*_abort functions The new helpers are created in STM32MP1 platform for prefetch and data aborts. While at it, put plat_report_exception() under DEBUG flag. If DEBUG is not set, the weak function which does the same will be used. This plat_report_exception() function can also be simplified, as it will no more be used to report aborts. Change-Id: Ibe989b28e236693f317cffb0545ea0611b7bdde4 Signed-off-by: Yann Gautier <yann.gautier@st.com>