We are interested in developing Board Support Package and Bootloader code for SOCs based on ARMv8 Architecture (A57/A53). Can someone please suggest is Juno Board a good option for it?
We are interested in writing the BSP code for Memory Controller, UART,GIC,CCI etc. In a nutshell we want to replace the Bootloader coming with Juno Board deliverable with our own developed Bootloader code except the Boot ROM code. Is it possible to do it on Juno Board?
Hello,
No problem.
I can confirm that the memory controller is initialised by the SCP runtime firmware binary image that I mentioned in my previous post.
The issue here is that both open-source and closed-source components are interacting during the boot process, so I guess it depends on how "early" you want to take control of the system. You could use the ARM Trusted Firmware stack as a reference for your own solution, as it contains all of the platform-specific initialisation that is performed by the primary application processor, but you would still need to transfer the runtime firmware binary image across to the SCP. Without doing this, you will not have access to a number of key system peripherals, including DDR, and the application processors will not be thermally protected.
I would still recommend taking control after Trusted Firmware if possible, such as by replacing the UEFI bootloader stage with your own solution.
If you wish to discuss this further, please send an email to support@arm.com
Regards,
Ash.
Thanks Ash again for the update.
Suppose, we have a requirement where we want to change the parameters like DDR Timings, refresh settings, active bank etc in the kernel after the boot. So, is it possible to achieve in the Juno board after the SCP firmware has been loaded by the BL?
Thanks & Regards,
Nitin
At least in the case of DDR timings, I'm afraid these are not modifiable. I'm not sure what you mean by "refresh settings, active bank etc in the kernel", but this may be something we can assist you with further as a proper support case.
If you'd like to do this, please send an email to support@arm.com