[PATCH v1] SDRAM Calibration Failed fix for GEN5 SoCFPGA

Sune Brian briansune at gmail.com
Tue Nov 25 12:44:51 CET 2025


> That's a bandage fix. It would be better to have some idea of what's
> going on. If this is possible, bisecting between a known working and
> broken commits would hopefully return the culprit and we can start
> making educated guesses from there. I also see no defconfig in upstream
> with TARGET_SOCFPGA_GEN5


I have found the actual issue now might be wrong.

default:

#
# Start-up hooks
#
# CONFIG_CYCLIC is not set

Normal:

CONFIG_CYCLIC=y
CONFIG_SPL_CYCLIC=y
CONFIG_CYCLIC_MAX_CPU_TIME_US=5000

I guess defcondig files are not sync to the latest SPL design?

Brian


More information about the U-Boot mailing list