Re: [U-Boot] [PATCH v3 5/9] pico-imx7d: Reserve region of memory to OPTEE

2019-04-23 Thread Peng Fan
> Subject: [PATCH v3 5/9] pico-imx7d: Reserve region of memory to OPTEE > > Subtracts CONFIG_OPTEE_TZDRAM_SIZE from the available DRAM size so > that the OPTEE memory is not override during u-boot relocation. > > Note the OPTEE boot process will itself subtract the DRAM region it lives in > from

[U-Boot] [PATCH v3 5/9] pico-imx7d: Reserve region of memory to OPTEE

2019-04-23 Thread Jun Nie
Subtracts CONFIG_OPTEE_TZDRAM_SIZE from the available DRAM size so that the OPTEE memory is not override during u-boot relocation. Note the OPTEE boot process will itself subtract the DRAM region it lives in from the memory map passed to Linux. Signed-off-by: Jun Nie --- board/technexion/pico-i