diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2024-10-11 17:31:48 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2024-10-16 20:18:56 +0200 |
commit | 5cb33c70b2c57248eb552e57fba8af305fa3b2c8 (patch) | |
tree | d4e7e9c12ad258ba0952532f702595a8674da7fb /tools/u_boot_pylib/test_util.py | |
parent | 5fccc2891e280ea1f1beff1821d5c9762591bde2 (diff) |
stm32mp: compute ram_top based on the optee base address only for STM32MP1
Reserved memory for OP-TEE is located at end of DDR for STM32MP1 SoC only
(STM32MP13 and STM32MP15) and the OP-TEE reserved memory is located at the
beginning of DDR for STM32MP25 SoC, before CONFIG_TEXT_BASE and
with reserved memory for companion coprocessor. So the ram_top is limited
by OP-TEE reserved memory only for STM32MP1 SoC.
This patch solves an issue for ram_top value on STM32MP25 SoC because the
generic reserved memory management, based on LMB, is no more used before
relocation.
Fixes: 8242f14a3e6f ("stm32mp: compute ram_top based on the optee base address")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'tools/u_boot_pylib/test_util.py')
0 files changed, 0 insertions, 0 deletions