arm-trusted-firmware/plat/st
Yann Gautier 4da462dcdc fix(stm32mp2): correct early/crash console init
The former code, using x2 register, was removing the LPEN bit from UART
config register. So the UART clock is stopped as soon as the CA35 is in
CSleep. It was then displaying crap in Linux console.
The ands check instruction is replaced with a clearer tst instruction
directly with the bit to be tested.

Change-Id: I8a2b3ab195981dee2962e0c2f5d501d5933c17f4
Signed-off-by: Yann Gautier <yann.gautier@st.com>
2024-01-12 17:04:07 +01:00
..
common Merge "fix(st): properly check LOADADDR" into integration 2023-10-25 09:38:41 +02:00
stm32mp1 Merge "feat(st): update STM32MP DT files" into integration 2023-10-25 09:53:23 +02:00
stm32mp2 fix(stm32mp2): correct early/crash console init 2024-01-12 17:04:07 +01:00