summaryrefslogtreecommitdiff
path: root/common/spl/spl_fat.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-2/+1
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut1-1/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-01-20spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis1-2/+0
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+1
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass1-9/+12
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-1/+1
2016-07-22spl: Fix compilation warnings for arm64Michal Simek1-1/+2
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla1-4/+32
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini1-1/+1
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-1/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-4/+4
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov1-0/+6
2014-10-28spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET1-1/+1
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-3/+3
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini1-0/+27
2014-01-25spl: common: Support for USB MSD FAT image loadingDan Murphy1-8/+8
2014-01-25spl: common: Move FAT funcs to a common fileDan Murphy1-0/+96