[PATCH v1 0/8] socfpga: n5x: improvements and cleanup
Chee, Tien Fong
tien.fong.chee at altera.com
Wed Apr 22 10:31:32 CEST 2026
Hi Lok,
On 18/3/2026 11:00 am, Chen Huei Lok wrote:
> This patch series updates the N5X platform support:
> - Replace defconfig with ATF variant
> - Switch to upstream Linux DT
> - Convert firewall setup to device model
> - Add ISSI QSPI support
>
> Tested-on: Intel SoCFPGA N5X SoCDK hardware.
>
> Chen Huei Lok (8):
> configs: socfpga: n5x: replace defconfig with ATF variant and simplify
> VAB
> arm: dts: socfpga: n5x: enable DT register settings and update GMAC
> nodes
> configs: socfpga: n5x: enable CMD_MTD and SPL SDRAM support
> configs: socfpga: n5x: enable required configs for DDR retention
> configs: socfpga: n5x: enable ISSI QSPI
> arm: socfpga: n5x: Switch firewall setup to device model
> arch: arm: dts: n5x : Switch to using upstream Linux DT config
> arm: socfpga: n5x: Update SPL data save and restore implementation
>
> arch/arm/dts/Makefile | 1 -
> arch/arm/dts/socfpga_n5x-u-boot.dtsi | 56 +++++++++-
> arch/arm/dts/socfpga_n5x_socdk-u-boot.dtsi | 21 +++-
> arch/arm/dts/socfpga_n5x_socdk.dts | 122 ---------------------
> arch/arm/mach-socfpga/spl_n5x.c | 30 ++++-
> configs/socfpga_n5x_atf_defconfig | 90 ---------------
> configs/socfpga_n5x_defconfig | 31 ++++--
> configs/socfpga_n5x_vab_defconfig | 91 +--------------
> 8 files changed, 122 insertions(+), 320 deletions(-)
> delete mode 100644 arch/arm/dts/socfpga_n5x_socdk.dts
> delete mode 100644 configs/socfpga_n5x_atf_defconfig
>
Patch series is not properly threaded (Patches 5, 6, 7)
Patches 5, 6, and 7 have Message-IDs with completely different thread roots:
20260318031612.4003-1-... (Patch 5)
20260318031635.8384-1-... (Patch 6)
20260318031708.9418-1-... (Patch 7)
They are not In-Reply-To the cover letter (20260318030034.25889-1-...).
This means they are floating as standalone patches and patchwork cannot
properly associate them as a series.
The cover letter also lists them, but patchwork only shows 7 entries
with this fragmentation.
All patches must be sent in a single git send-email invocation,
referencing the same cover letter.
Patch 8/8 is missing from patchwork.
This is a submission error, the series must be re-sent with all 8
patches properly chained.
Best regards,
Tien Fong
More information about the U-Boot
mailing list