commit | c6a33f59aaa588e81575e7dbcf93aa904de22d58 | [log] [tgz] |
---|---|---|
author | Maxime Méré <maxime.mere@foss.st.com> | Tue Dec 10 10:55:58 2024 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Feb 27 10:02:50 2025 +0100 |
tree | 5930eef18c6b9006ed72a4b7f925e0e70d396d81 | |
parent | 65af6f6bfe287dd168160d01192bc1461e88b72b [diff] |
feat(stm32mp2): disable PIE by default on STM32MP2 platform Allow to disable ENABLE_PIE on STM32MP2. BL31 is loaded at the beginning of SYSRAM whatever the options set. Set ENABLE_PIE to 0 by default. This should allow us to reduce BL31 and BL2 size. Change-Id: Ie8c83c9205e81301eb1fdcf24b94216172586630 Signed-off-by: Maxime Méré <maxime.mere@foss.st.com>