aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_usb.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-2/+2
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-1/+1
2020-08-11spl: usb: Only init usb onceFaiz Abbas1-3/+8
2020-08-11spl: usb: Create an API spl_usb_load()Faiz Abbas1-7/+13
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-02-15usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa1-4/+0
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
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-5/+8
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-05-17dm: usb: 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-6/+11
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy1-0/+58