summaryrefslogtreecommitdiff
path: root/common/spl/spl_usb.c
AgeCommit message (Expand)Author
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_usb_load_image() to use linker listSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-05-17dm: usb: 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
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy