summaryrefslogtreecommitdiff
path: root/common/spl/spl_usb.c
Commit message (Expand)AuthorAgeLines
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-06-5/+8
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06-1/+2
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-06-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-06-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-1/+1
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-18-6/+11
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-27-1/+1
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-24-0/+58