summaryrefslogtreecommitdiff
path: root/common/spl/spl_sata.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-1/+1
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-1/+1
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-1/+1
* Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini2022-06-061-4/+0
* spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini2022-06-061-15/+5
* SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-201-4/+5
* spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini2021-11-051-1/+1
* SPL: Add support for specifying offset between header and imagePali Rohár2021-07-311-1/+11
* spl: sata: support U-Boot load from raw sata diskBaruch Siach2019-07-241-0/+34
* spl: sata: don't force FS_FAT supportBaruch Siach2019-07-111-2/+6
* spl: sata: fix build with DM_SCSIBaruch Siach2019-07-111-1/+3
* spl: sata: add default partition and image nameBaruch Siach2019-07-111-0/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-1/+1
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-061-4/+7
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-1/+2
* spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* dm: scsi: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-3/+8
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* spl_sata.c: Add <scsi.h>Tom Rini2015-01-051-0/+1
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-271-1/+1
* common: spl_sata: perform SCSI scan before getting deviceRoger Quadros2014-10-101-0/+1
* common: spl: Add spl sata boot supportDan Murphy2014-02-191-0/+49