Searched hist:"23647 bd52c805594050c5cd0e387389760778492" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/st/stm32mp2/aarch64/ |
| H A D | stm32mp2_helper.S | 23647bd52c805594050c5cd0e387389760778492 Mon Jan 27 19:31:37 UTC 2025 Boerge Struempfel <boerge.struempfel@gmail.com> fix(stm32mp2): correct early/crash console init
The previous code used 64-bit registers as the target and source for load and store operations on 32-bit hardware registers. In certain cases (e.g., when using USART1 as the debug console), this could result in deadlocks where the A35 gets stuck in a permanent loop due to test conditions that are never fulfilled.
To resolve this issue, 32-bit registers are now used for these operations.
Change-Id: Id2c03a1df26738fe815079da042cc2dd989f4f8e Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com>
|