public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 1/3] sync sdram ecc support to mainstream
@ 2025-12-15 20:27 Brian Sune
  2025-12-15 20:27 ` [PATCH v1 2/3] " Brian Sune
  2025-12-15 20:27 ` [PATCH v1 3/3] " Brian Sune
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Sune @ 2025-12-15 20:27 UTC (permalink / raw)
  To: Chee Tien Fong, Tom Rini, u-boot

It is been a while that the DDR ECC is missing.
Pull from Altera trunk and sync to mainstream.

Signed-off-by: Brian Sune <briansune@gmail.com>
---
 drivers/ddr/altera/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ddr/altera/Makefile b/drivers/ddr/altera/Makefile
index 7ed43965be5..b9e3302d714 100644
--- a/drivers/ddr/altera/Makefile
+++ b/drivers/ddr/altera/Makefile
@@ -7,8 +7,8 @@
 # Copyright (C) 2014-2025 Altera Corporation <www.altera.com>
 
 ifdef CONFIG_$(PHASE_)ALTERA_SDRAM
-obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
-obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += sdram_arria10.o
+obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_soc32.o sdram_gen5.o sequencer.o
+obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += sdram_soc32.o sdram_arria10.o
 obj-$(CONFIG_TARGET_SOCFPGA_STRATIX10) += sdram_soc64.o sdram_s10.o
 obj-$(CONFIG_TARGET_SOCFPGA_AGILEX) += sdram_soc64.o sdram_agilex.o
 obj-$(CONFIG_TARGET_SOCFPGA_N5X) += sdram_soc64.o sdram_n5x.o
-- 
2.34.1


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

end of thread, other threads:[~2026-01-27  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 20:27 [PATCH v1 1/3] sync sdram ecc support to mainstream Brian Sune
2025-12-15 20:27 ` [PATCH v1 2/3] " Brian Sune
2026-01-27  7:45   ` Chee, Tien Fong
2025-12-15 20:27 ` [PATCH v1 3/3] " Brian Sune

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox