]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spacemit: k1: Add DDR firmware support to SPL
authorRaymond Mao <raymond.mao@riscstar.com>
Tue, 30 Jun 2026 01:19:11 +0000 (09:19 +0800)
committerTim Ouyang <tim609@andestech.com>
Tue, 21 Jul 2026 08:57:14 +0000 (16:57 +0800)
commit83026cf8f90b04ff02eede32cd646c2e961ccdbf
treeff0e0850afa17b3ce1e459c95c290445b146eb87
parentb3ec88a7f391e57b1b5d67144844d34ac03fe1c3
spacemit: k1: Add DDR firmware support to SPL

Include DDR initialization firmware in the SPL image. The firmware
path can be specified via the DDR_FW_FILE environment variable. If
the firmware is not found, an empty placeholder file is created to
allow the build to proceed without DDR initialization support.

Signed-off-by: Raymond Mao <raymond.mao@riscstar.com>
Signed-off-by: Guodong Xu <guodong@riscstar.com>
Tested-by: Songsong Zhang <sszhang@vsit.ai>
arch/riscv/dts/k1-bananapi-f3-u-boot.dtsi
board/spacemit/k1/Makefile
board/spacemit/k1/spl.c