[PATCH 0/2] Add support for dynamic overriding of default SF bus

Vaishnav Achath vaishnav.a at ti.com
Mon May 9 08:43:01 CEST 2022


Currently the SPI flash to load from is defined through the compile
time config CONFIG_SF_DEFAULT_BUS and CONFIG_SF_DEFAULT_CS, this
prevents the loading of binaries from different SPI flash using the
same build.

This series adds support for choosing the flash device based on the
selected boot device thus allowing platforms to override the SF_BUS
and SF_CS to load from the desired flash.

Changes tested on J721E for OSPI and QSPI boot.

Vaishnav Achath (2):
  common: spl: spl_spi: add support for dynamic detection of sf bus
  arm: k3: j721e: enable dynamic sf bus detect support for j721e

 arch/arm/mach-k3/j721e_init.c   | 17 +++++++++++++++++
 arch/arm/mach-k3/sysfw-loader.c |  6 ++++--
 common/spl/Kconfig              |  4 ++++
 common/spl/spl_spi.c            | 19 +++++++++++++++++--
 configs/j721e_evm_a72_defconfig |  1 +
 configs/j721e_evm_r5_defconfig  |  1 +
 include/spl.h                   | 18 ++++++++++++++++++
 7 files changed, 62 insertions(+), 4 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list