[U-Boot] [PATCH v6 0/8] spl: Support loading FIT from various boot media

Lokesh Vutla lokeshvutla at ti.com
Tue May 24 07:04:36 CEST 2016


This series supports loading FIT from FS, nand, spi, uart.
It consolidates all the previously post FIT support patches and rebased on
top of mainline. Patch [1] and [2] got merged.

[1] http://patchwork.ozlabs.org/patch/618403/
[2] http://patchwork.ozlabs.org/patch/623919/

Verified all these boot modes on TI platforms.

Lokesh Vutla (8):
  spl: fit: Fix the number of bytes read when reading fdt from fit
  spl: Allow to load a FIT containing U-Boot from FS
  spl: Support loading a FIT from FAT FS
  spl: Support loading a FIT from SPI
  mtd: nand: am335x: spl: Fix copying of image
  spl: Support loading a FIT from NAND
  spl: fit: Do not print selected dtb during fit load
  spl: Add an option to load a FIT containing U-Boot from UART

 common/spl/spl_fat.c              | 36 ++++++++++++--
 common/spl/spl_fit.c              | 79 ++++++++++++++++++++++++-------
 common/spl/spl_mmc.c              |  1 +
 common/spl/spl_nand.c             | 37 +++++++++++++--
 common/spl/spl_ymodem.c           | 98 +++++++++++++++++++++++++++++++++------
 drivers/mtd/nand/am335x_spl_bch.c | 15 +++++-
 drivers/mtd/spi/spi_spl_load.c    | 37 +++++++++++++--
 include/spl.h                     | 12 +++++
 8 files changed, 269 insertions(+), 46 deletions(-)

-- 
2.8.2



More information about the U-Boot mailing list