commit | 5fe9e0deabb1067eb6b1949b6eb4d895ab86c426 | [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 | cef34baad10c27cb089c4ab2c61689513467ab82 [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>