summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_fat.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-251-2/+1
* spl: fat: Support full fitImage handlingMarek Vasut2018-07-101-1/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis2017-01-201-2/+0
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-1/+1
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-061-9/+12
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-1/+1
* spl: Fix compilation warnings for arm64Michal Simek2016-07-221-1/+2
* spl: Support loading a FIT from FAT FSLokesh Vutla2016-05-271-4/+32
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-231-1/+1
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-1/+3
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-4/+4
* spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov2015-11-181-0/+6
* spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET2014-10-271-1/+1
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-271-3/+3
* spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini2014-04-171-0/+27
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-241-8/+8
* spl: common: Move FAT funcs to a common fileDan Murphy2014-01-241-0/+96