aboutsummaryrefslogtreecommitdiffstats
path: root/common/spl/spl_ext.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+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
* ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns2016-11-211-4/+4
* spl: Update ext 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 ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy2016-06-191-1/+1
* SPL: ext: remove redundant ifdef statementPetr Kulhavy2016-06-171-2/+1
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-1/+5
* dm: part: Rename some partition functionsSimon Glass2016-03-141-4/+2
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-3/+3
* spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov2015-11-181-0/+6
* spl: Fix SPL EXT supportGuillaume GARDET2014-11-261-5/+5
* ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-9/+9
* spl: Add EXT support to SPLGuillaume GARDET2014-10-271-0/+139