aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_spi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-11-16spl: spi: Consolidate spi_load_image_os into spl_spi_load_imageSean Anderson1-40/+14
2023-11-16spl: Convert spi to spl_loadSean Anderson1-67/+13
2023-11-16spl: Only support bl_len when we have toSean Anderson1-2/+2
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-2/+0
2023-11-16spl: Remove dev from spl_load_infoSean Anderson1-3/+3
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson1-2/+0
2023-10-17spl: Use map_sysmem where appropriateSean Anderson1-4/+10
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson1-1/+3
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-4/+4
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-3/+3
2022-07-18spl: spl_spi: add spi_nor_remove() to soft reset flashVaishnav Achath1-0/+5
2022-07-06common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath1-3/+13
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-4/+5
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-2/+2
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-4/+4
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-5/+3
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2019-10-08spl: spi: support loading i.MX container format filePeng Fan1-0/+11
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan1-1/+9
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay1-0/+2
2018-10-06spl: spi: Do not hardcode fixed size for headerMichal Simek1-3/+3
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-2/+1
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-1/+1
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut1-2/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-11spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich1-3/+12
2017-02-06spl: spi: Add a debug message if loading failsSimon Glass1-1/+4
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com1-1/+2
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+1
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-8/+10
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass1-1/+3
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass1-0/+123