summaryrefslogtreecommitdiff
path: root/common/spl/spl_fat.c
AgeCommit message (Expand)Author
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-07-22spl: Fix compilation warnings for arm64Michal Simek
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy