U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/8] spl: Support loading FIT from various boot media
@ 2016-05-24  5:04 Lokesh Vutla
  2016-05-24  5:04 ` [U-Boot] [PATCH v6 1/8] spl: fit: Fix the number of bytes read when reading fdt from fit Lokesh Vutla
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Lokesh Vutla @ 2016-05-24  5:04 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-05-30 18:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-24  5:04 [U-Boot] [PATCH v6 0/8] spl: Support loading FIT from various boot media Lokesh Vutla
2016-05-24  5:04 ` [U-Boot] [PATCH v6 1/8] spl: fit: Fix the number of bytes read when reading fdt from fit Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot, v6, " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 2/8] spl: Allow to load a FIT containing U-Boot from FS Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot, v6, " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 3/8] spl: Support loading a FIT from FAT FS Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot, v6, " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 4/8] spl: Support loading a FIT from SPI Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot,v6,4/8] " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 5/8] mtd: nand: am335x: spl: Fix copying of image Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot, v6, " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 6/8] spl: Support loading a FIT from NAND Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot,v6,6/8] " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 7/8] spl: fit: Do not print selected dtb during fit load Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot, v6, " Tom Rini
2016-05-24  5:04 ` [U-Boot] [PATCH v6 8/8] spl: Add an option to load a FIT containing U-Boot from UART Lokesh Vutla
2016-05-30 18:03   ` [U-Boot] [U-Boot, v6, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox