commit | 2927a6eeba06479aba850feeaeffbe61fa19908b | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Wed Jan 22 09:38:59 2025 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Apr 18 17:50:59 2025 +0200 |
tree | 5109860bae9f5a79a50aa1e207a791fc5d1521a3 | |
parent | 817bbbe5fcb22686d6ff2b8f1aaa896f2f090e8e [diff] |
feat(st): adapt stm32 linker scripts for clang With Clang, the address inside a section does not seem relative to its start address. Use ABSOLUTE keyword for those addresses. For stm32 binary containing BL2 and its DT, we can use that as PIE is not used (either disabled or used with BL2_IN_XIP_MEM). This is still working with GCC. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I4e06c8a72c41370695db27fb6c52414487dfae47