summaryrefslogtreecommitdiff
path: root/common/spl/spl_ext.c
AgeCommit message (Expand)Author
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-01-20spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-06-19SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy
2016-06-17SPL: ext: remove redundant ifdef statementPetr Kulhavy
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-10-27spl: Add EXT support to SPLGuillaume GARDET