[PATCH v1 0/2] Enable full NAND access for SPL

alif.zakuan.yuslaimi at altera.com alif.zakuan.yuslaimi at altera.com
Fri Jun 20 12:29:51 CEST 2025


From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>

Some drivers, like Denali NAND, depends on extensive NAND core
functionality that is not present in the minimal SPL configuration.

This patch series seeks to resolve this by implementing the existing image
loader from NAND SPL into Denali NAND driver subsystem, as well as adding
a new configuration option to compile the complete NAND framework into the
SPL build.

Alif Zakuan Yuslaimi (2):
  mtd: nand: Allow full NAND framework in SPL
  mtd: nand: denali: Add SPL image loader

 drivers/mtd/nand/raw/Kconfig  |  8 +++++
 drivers/mtd/nand/raw/Makefile | 28 +++++++--------
 drivers/mtd/nand/raw/denali.c | 66 ++++++++++++++++++++++++++++++++++-
 3 files changed, 85 insertions(+), 17 deletions(-)

-- 
2.25.1



More information about the U-Boot mailing list