
Hi Peter,
On Wed, 9 Oct 2019 at 16:50, Peter Robinson pbrobinson@gmail.com wrote:
The SPL is now running at SDRAM, and 0x10000 is used by BL31, and the ARM SPL do not support relocate now, we need reserved 0x50000 so that it won't overwrite the code when we load the bl31 to target space. We should remove this after we enable the relocate feature.
The SPL need malloc 0x9000 for MMC as buffer used for transfer data to IRAM(The EMMC DMA can not transfer data to IRAM directly).
Signed-off-by: Peter Robinson pbrobinson@gmail.com
I have Rock960 Model A board, I have tied this patch but I cannot get the board to boot up using microSD card with latest u-boot, I have not tried to update the eMMC module with latest u-boot as of now.
But could you share the steps needed to build this images. I follow this script [0] https://pastebin.com/t6y7eWQL
If you could share some input on build the latest u-boot and update the u-boot to microSD card of eMMC.
Is their any latest image available to this board using upstream u-boot and kernel.
Best Regards -Anand