All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] SDRAM Calibration Failed fix for GEN5 SoCFPGA
@ 2025-11-25 21:29 Brian Sune
  2025-11-25 21:47 ` Sune Brian
  0 siblings, 1 reply; 26+ messages in thread
From: Brian Sune @ 2025-11-25 21:29 UTC (permalink / raw)
  To: Quentin Schulz, Tom Rini, u-boot

New SPL introduce cyclic and without initial
the interrupt of SDRAM calibration could fail.
Initialize the default CYCLIC setup fix it.

Signed-off-by: Brian Sune <briansune@gmail.com>
---
 arch/arm/mach-socfpga/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index f2e959b5662..1f536c7ea74 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -117,6 +117,8 @@ config TARGET_SOCFPGA_CYCLONE5
 
 config TARGET_SOCFPGA_GEN5
 	bool
+	select CYCLIC
+	select SPL_CYCLIC
 	select SPL_ALTERA_SDRAM
 	imply FPGA_SOCFPGA
 	imply SPL_SIZE_LIMIT_SUBTRACT_GD
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2025-12-16 21:00 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25 21:29 [PATCH v4] SDRAM Calibration Failed fix for GEN5 SoCFPGA Brian Sune
2025-11-25 21:47 ` Sune Brian
2025-11-26 10:58   ` Quentin Schulz
2025-11-26 11:00     ` Sune Brian
2025-11-27 22:04       ` Sune Brian
2025-11-28 10:16         ` Chee, Tien Fong
2025-11-28 10:46           ` Sune Brian
2025-11-28 11:07           ` Sune Brian
2025-11-28 12:24             ` Sune Brian
2025-12-01 13:24           ` Sune Brian
2025-12-03 18:00             ` Ralph Siemsen
2025-12-03 18:17               ` Sune Brian
2025-12-03 20:52                 ` Ralph Siemsen
2025-12-03 21:02                   ` Sune Brian
2025-12-04  1:11                     ` Yuslaimi, Alif Zakuan
2025-12-04  7:03                       ` Sune Brian
2025-12-04 15:47                   ` Ralph Siemsen
2025-12-04 16:28                     ` Sune Brian
2025-12-04 18:08                       ` Sune Brian
2025-12-11 17:36                         ` Ralph Siemsen
2025-12-11 19:14                           ` Sune Brian
2025-12-16 20:17                             ` Ralph Siemsen
2025-12-16 20:52                               ` Sune Brian
2025-12-11 19:51                           ` Sune Brian
2025-12-16 20:22                             ` Ralph Siemsen
2025-12-16 21:00                               ` Sune Brian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.