
25 Aug
2021
25 Aug
'21
3:50 p.m.
Hi Oleksandr,
On Wed, Aug 25, 2021 at 10:37 AM Oleksandr Suvorov oleksandr.suvorov@foundries.io wrote:
From: Ricardo Salveti ricardo@foundries.io
On the iMX7ULP uCOM board, OP-TEE uses the memory region defined by the maximum DRAM address minus CONFIG_OPTEE_TZDRAM_SIZE, so subtract CONFIG_OPTEE_TZDRAM_SIZE from the available DRAM size to avoid conflicts.
Note the OPTEE boot process itself subtracts the DRAM region it lives in from the memory map passed to Linux.
Signed-off-by: Ricardo Salveti ricardo@foundries.io
You missed adding your own Signed-off-by here.
With this fixed:
Reviewed-by: Fabio Estevam festevam@gmail.com