index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_spi.c
Age
Commit message (
Expand
)
Author
2019-10-08
spl: spi: support loading i.MX container format file
Peng Fan
2019-10-08
spl: spi: introduce spl_spi_get_uboot_offs
Peng Fan
2019-04-12
dm: spi: Read default speed and mode values from DT
Patrick Delaunay
2018-10-06
spl: spi: Do not hardcode fixed size for header
Michal Simek
2018-10-02
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2018-09-25
spl: Weed out CONFIG_SYS_TEXT_BASE usage
Marek Vasut
2018-09-20
mtd: move NAND files into a raw/ subdirectory
Miquel Raynal
2018-07-10
spl: spi: Support full fitImage handling
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-05-11
spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property
Philipp Tomsich
2017-02-06
spl: spi: Add a debug message if loading fails
Simon Glass
2016-12-09
spl: Add a name to the SPL load-image methods
Simon Glass
2016-11-28
spl: add check for FIT-header when loading image
tomas.melin@vaisala.com
2016-10-06
spl: Update spl_load_simple_fit() to take an spl_image param
Simon Glass
2016-10-06
spl: Pass spl_image as a parameter to load_image() methods
Simon Glass
2016-10-06
spl: Convert spl_spi_load_image() to use linker list
Simon Glass
2016-10-06
spl: spi: Move the generic SPI loader into common/spl
Simon Glass