]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(stm32mp1): enable crash console in FIQ handler
authorYann Gautier <yann.gautier@foss.st.com>
Mon, 7 Mar 2022 15:09:23 +0000 (16:09 +0100)
committerYann Gautier <yann.gautier@st.com>
Fri, 23 Sep 2022 13:17:43 +0000 (15:17 +0200)
commit484e846a03a1af5f88e2e28835b6349cc5977935
treefd39cf0469275e0cc010183c035a2fd57589d88c
parentd99998f76ed2e8676be25e31e9479a90c16c7098
fix(stm32mp1): enable crash console in FIQ handler

When a FIQ occurs and is trapped by SP_min, it is an unrecoverable
error. As kernel may have switched the UART console off, we should
re-enable it with plat_crash_console_init() for those failing states.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ib02e1271b6213f8e383a062b74494abf8826188f
plat/st/stm32mp1/sp_min/sp_min_setup.c