All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] spl: Support loading a FIT from SPI
@ 2016-04-06 12:02 Lokesh Vutla
  2016-04-06 12:02 ` [U-Boot] [PATCH 1/2] spl: Make sure destination address is dma aligned when loading fit Lokesh Vutla
  2016-04-06 12:03 ` [U-Boot] [PATCH 2/2] spl: Support loading a FIT from SPI Lokesh Vutla
  0 siblings, 2 replies; 8+ messages in thread
From: Lokesh Vutla @ 2016-04-06 12:02 UTC (permalink / raw)
  To: u-boot

This series makes sure that raw read of fit is dma aligned and
supports loading a fit from SPI.

Verified on DRA7-evm.

Lokesh Vutla (2):
  spl: Make sure destination address is dma aligned when loading fit
  spl: Support loading a FIT from SPI

 common/spl/spl_fit.c           | 11 +++++++----
 drivers/mtd/spi/spi_spl_load.c | 32 +++++++++++++++++++++++++++++---
 2 files changed, 36 insertions(+), 7 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-05-06 10:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 12:02 [U-Boot] [PATCH 0/2] spl: Support loading a FIT from SPI Lokesh Vutla
2016-04-06 12:02 ` [U-Boot] [PATCH 1/2] spl: Make sure destination address is dma aligned when loading fit Lokesh Vutla
2016-04-08 19:45   ` Tom Rini
2016-05-05  5:52   ` Lokesh Vutla
2016-05-05 10:54     ` Tom Rini
2016-05-06 10:15       ` Lokesh Vutla
2016-04-06 12:03 ` [U-Boot] [PATCH 2/2] spl: Support loading a FIT from SPI Lokesh Vutla
2016-04-08 19:45   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.