Forum Discussion
Hi
Apologize for the late reply.
For the new flow the SPL s no longer generated from the bsp-editor.
The SPL version is tied together with the u-boot version.
It is still separate from the uboot. ( https://github.com/altera-fpga/u-boot-socfpga/blob/socfpga_v2024.07/arch/arm/mach-socfpga/spl_gen5.c)
In the latest spl code, there is no longer sdram diagnostic test.
New flow:
Regards
Jingyang, Teh
- BrianSune_Froum3 months ago
Contributor
Allow me, based on my ultra lite knowledge on U-Boot and SPL.
The DDR_SI test actually can be transferred from old U-Boot to latest mainstream Das U-Boot (Altera U-Boot).
According to Siemens patches I do see s.t. very similar.
This is just feature that Altera plan to do so or not.
Apart from U-Boot version I cannot see such test is very complex compared to old 2013 trunk.
Meanwhile, the U-Boot itself from mainstream already included calibration of SDRAM, but had not study deep on such test.