aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_spi.c
AgeCommit message (Expand)Author
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-07-18spl: spl_spi: add spi_nor_remove() to soft reset flashVaishnav Achath
2022-07-06common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2019-10-08spl: spi: support loading i.MX container format filePeng Fan
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay
2018-10-06spl: spi: Do not hardcode fixed size for headerMichal Simek
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-05-11spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich
2017-02-06spl: spi: Add a debug message if loading failsSimon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass