Marvell/Armada7k8k: Shift PEI stack base and extend memory reservation
Recent changes in the ARM-TF configure its runtime serices region as protected, hence the hitherto PEI stack base address (0x41F0000) violated it. Additional region needs to also be reserved to cover OP-TEE In order to fix this, add more regions which are non-accessible by the OS to cover: * the ARM-TF (0x4000000 - 0x4200000) * OP-TEE (0x4400000 - 0x5400000) * additional reserved region (0x4200000 - 0x4400000) Describe regions with the new PCDs and set the PEI stack base address in the latter (0x43F0000). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:Marcin Wojtas <mw@semihalf.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
Loading
Please register or sign in to comment