[U-Boot] [PATCH v2 0/2] spl: Add support to load FIT from Filesystem

Lokesh Vutla lokeshvutla at ti.com
Mon Apr 11 06:51:52 CEST 2016


Some devices like MMC, USB can be formatted to a FS and can act as a boot media.
Given that FIT image load support in SPL support only raw devices, SPL should
also be able to support loading FIT image from a File system.
This series add support to load FIT image from a filesystem and also adding
hooks to FAT FS.

Lokesh Vutla (2):
  spl: Add an option to load a FIT containing U-Boot from FS
  spl: Support loading a FIT from FAT FS

 common/spl/spl_fat.c |  27 +++++++++-
 common/spl/spl_fit.c | 146 +++++++++++++++++++++++++++++++++++++++++++--------
 include/spl.h        |  31 +++++++++++
 3 files changed, 179 insertions(+), 25 deletions(-)

-- 
2.1.4



More information about the U-Boot mailing list