aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_sata.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20spl: sata: Rework the loading case it not use IS_ENABLED(...)Tom Rini1-16/+9
2022-12-05spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to KconfigTom Rini1-4/+0
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-1/+1
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-1/+1
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-1/+1
2022-06-06Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini1-4/+0
2022-06-06spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini1-15/+5
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-1/+1
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár1-1/+11
2019-07-24spl: sata: support U-Boot load from raw sata diskBaruch Siach1-0/+34
2019-07-11spl: sata: don't force FS_FAT supportBaruch Siach1-2/+6
2019-07-11spl: sata: fix build with DM_SCSIBaruch Siach1-1/+3
2019-07-11spl: sata: add default partition and image nameBaruch Siach1-0/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-1/+1
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass1-4/+7
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-3/+8
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini1-0/+1
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-10-10common: spl_sata: perform SCSI scan before getting deviceRoger Quadros1-0/+1
2014-02-19common: spl: Add spl sata boot supportDan Murphy1-0/+49