summaryrefslogtreecommitdiff
path: root/common/spl/spl_sata.c
AgeCommit message (Expand)Author
2019-07-24spl: sata: support U-Boot load from raw sata diskBaruch Siach
2019-07-11spl: sata: don't force FS_FAT supportBaruch Siach
2019-07-11spl: sata: fix build with DM_SCSIBaruch Siach
2019-07-11spl: sata: add default partition and image nameBaruch Siach
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-03-24remove unnecessary version.h includesRob Herring
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-10-10common: spl_sata: perform SCSI scan before getting deviceRoger Quadros
2014-02-19common: spl: Add spl sata boot supportDan Murphy