summaryrefslogtreecommitdiff
path: root/common/spl/spl_fat.c
AgeCommit message (Expand)Author
2025-03-30spl: return header size to spl_load in os bootAnshul Dalal
2024-08-23spl: Create a function to init spl_load_infoSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2023-11-16spl: fat: Add option to disable DMA alignmentSean Anderson
2023-11-16spl: Convert fat to spl_loadSean Anderson
2023-11-16spl: Only support bl_len when we have toSean Anderson
2023-11-16spl: Remove filename from spl_load_infoSean Anderson
2023-11-16spl: Set FAT bl_len to ARCH_DMA_MINALIGNSean Anderson
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini
2020-05-18common: Drop log.h from common headerSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
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-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-07-22spl: Fix compilation warnings for arm64Michal Simek
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy