Re: [PATCH] xilinx: zynqmp: Enable stack relocation to DDR

2021-08-27 Thread Michal Simek
Ășt 24. 8. 2021 v 15:25 odesĂ­latel Michal Simek napsal: > > There is no space in OCM for SPL stack because the space in OCM is occupied > by TF-A. That's why move relocate stack to DDR to 0x1800 address > and also enable SPL_SIZE_LIMIT not to be more then 0xfffea000 which is > default address f

[PATCH] xilinx: zynqmp: Enable stack relocation to DDR

2021-08-24 Thread Michal Simek
There is no space in OCM for SPL stack because the space in OCM is occupied by TF-A. That's why move relocate stack to DDR to 0x1800 address and also enable SPL_SIZE_LIMIT not to be more then 0xfffea000 which is default address for TFA. It is good to summarize current DDR usage in SPL flow. 0-