aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_ext.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-2/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+2
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-1/+0
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini1-2/+2
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson1-2/+2
2023-11-16spl: Convert ext to use spl_loadSean Anderson1-18/+18
2023-10-17spl: Use map_sysmem where appropriateSean Anderson1-1/+3
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass1-2/+2
2023-06-14spl: ext: Use partition size for mountMayuresh Chitale1-2/+2
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-3/+6
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-1/+1
2020-07-17spl: fix ext4fs_mount return code handlingThomas Schaefer1-1/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-2/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+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-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns1-4/+4
2016-10-06spl: Update ext 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-06-19SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy1-1/+1
2016-06-17SPL: ext: remove redundant ifdef statementPetr Kulhavy1-2/+1
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-1/+5
2016-03-14dm: part: Rename some partition functionsSimon Glass1-4/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-3/+3
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov1-0/+6
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET1-5/+5
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-9/+9
2014-10-27spl: Add EXT support to SPLGuillaume GARDET1-0/+139