summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_spi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* spl: spi: support loading i.MX container format filePeng Fan2019-10-081-0/+11
* spl: spi: introduce spl_spi_get_uboot_offsPeng Fan2019-10-081-1/+9
* dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-0/+2
* spl: spi: Do not hardcode fixed size for headerMichal Simek2018-10-061-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-021-1/+1
|\
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-1/+1
* | spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-251-2/+1
|/
* spl: spi: Support full fitImage handlingMarek Vasut2018-07-101-2/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich2017-05-111-3/+12
* spl: spi: Add a debug message if loading failsSimon Glass2017-02-061-1/+4
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* spl: add check for FIT-header when loading imagetomas.melin@vaisala.com2016-11-281-1/+2
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-1/+1
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-8/+10
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-061-1/+3
* spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-061-0/+123