aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi_spl_load.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass1-123/+0
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-2/+2
2016-05-27spl: Support loading a FIT from SPILokesh Vutla1-5/+32
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-2/+8
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-5/+12
2014-10-22sf: Tidy up public and private header filesSimon Glass1-0/+1
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov1-2/+4
2014-04-17SPL:SPI: Add Falcon Mode supportTom Rini1-6/+40
2013-08-07sf: Fix code cleanupsJagannadha Sutradharudu Teki1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-11/+12
2011-12-24sf: Add spi_boot() to allow booting from SPI flash in an SPLChristian Riesch1-0/+58