| abf59156 | 06-Nov-2025 |
Yann Gautier <yann.gautier@st.com> |
feat(st): allow the use of clang as linker
Use same .map file structure for llvm-clang and llvm-lld.
Change-Id: I4a3dd76df29e4a38ed33c2bc2c8bbdf31b8d5281 Signed-off-by: Yann Gautier <yann.gautier@s
feat(st): allow the use of clang as linker
Use same .map file structure for llvm-clang and llvm-lld.
Change-Id: I4a3dd76df29e4a38ed33c2bc2c8bbdf31b8d5281 Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
|
| ed889791 | 23-Feb-2024 |
Patrick Delaunay <patrick.delaunay@foss.st.com> |
fix(st): allow several call of stm32cubeprog_uart_load
Update the function stm32cubeprog_uart_load() to skip the UART initialization when the function is called a second time.
On STM32MP25, this fu
fix(st): allow several call of stm32cubeprog_uart_load
Update the function stm32cubeprog_uart_load() to skip the UART initialization when the function is called a second time.
On STM32MP25, this function is called 2 times, first to load FIP DDR in small internal memory and after DDR initialization, to load FIP in this large external memory
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: Ibbb4ad44b89730d6c6101c89e56c59978d38cfed
show more ...
|