commit | a0388f36cd19837fd688eaa731f85cb4bc367769 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Sep 15 12:29:53 2020 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Sep 21 17:53:42 2020 +0200 |
tree | 005871f3b0f81e7698a1765c5031e33489308c4b | |
parent | e0b4fde422a9ce739c875a68d2793084f15a115a [diff] |
stm32mp1: add plat_panic_handler function The STM32MP1 implementation of this function will call plat_report_exception(). It displays more information about the panic if DEBUG is enabled. The LR register is also filled with R6 content, which hold the faulty address. This allows debugger to reconstruct the backtrace. Change-Id: I6710e8e2ab6658b05c5bbad2f3c545f07f355afb Signed-off-by: Yann Gautier <yann.gautier@st.com>