All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Sune <briansune@gmail.com>
To: Quentin Schulz <quentin.schulz@cherry.de>,
	Tom Rini <trini@konsulko.com>,
	u-boot@lists.denx.de
Subject: [PATCH v4] SDRAM Calibration Failed fix for GEN5 SoCFPGA
Date: Wed, 26 Nov 2025 05:29:53 +0800	[thread overview]
Message-ID: <20251125212953.1733-1-briansune@gmail.com> (raw)

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


             reply	other threads:[~2025-11-25 21:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-25 21:29 Brian Sune [this message]
2025-11-25 21:47 ` [PATCH v4] SDRAM Calibration Failed fix for GEN5 SoCFPGA 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251125212953.1733-1-briansune@gmail.com \
    --to=briansune@gmail.com \
    --cc=quentin.schulz@cherry.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.