Hi all,
We're currently working with S32G2 BSP44 including ATF version 2.10.
Although, looking at ATF makefiles, BL2 reserved RAM memory starts at 0x34302000, for developing constraints we must set it from 0x34700000 and end it at 0x347f0000. But, when using this memory range, BL2 does just don't boot.
We've been trying different BL2_BASE address and we've detected that, when BL2_BASE = 0x34709000 is set, then the system boots (but, unfortunately, due to our memory map we cannot extend it till 0x347f9000).
Is there any reserved memory region that can not be mapped until 0x34709000 that explains this lack of boot?
Also, in order to fit our BL2 image from 0x34709000 to 0x347f9000, we've tried to reduce S32_IO_BUFFER_SIZE in order to fit our memory map, but, if it's modified from 0x013000 to a smaller value, then u-boot fails when booting. Is there a minimal size for S32_IO_BUFFER_SIZE?
Thanks in advance,