commit | 40886bf095d658318dbb6b5a92a423f358dfe4e3 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:38 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:50 2024 -0600 |
tree | 75cff7ddfc5f3be1f91c8b40b6dc4e9adf5eb1df | |
parent | ca910acc6b8309e96cd66c98f93482417027ef2f [diff] |
stm32mp: allow calling optee_get_reserved_memory() from U-Boot The optee_get_reserved_memory() function returns the OP-TEE base address and size. The function gets these values from the FDT. Currently, this function is defined only to be called in the SPL phase. Move this function to a place where it can be invoked from the main U-Boot phase, where it will be used to compute the ram_top address. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>