index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_fat.c
Age
Commit message (
Expand
)
Author
2025-11-06
Invalidate cached FAT device upon boot error
Prasad Kale
2025-10-20
spl: make args file optional in falcon mode
Anshul Dalal
2025-10-07
spl: ext, fat: cleanup use of CONFIG_SPL_LIBCOMMON_SUPPORT
Anshul Dalal
2025-10-07
spl: fat: load kernel image before args in falcon
Anshul Dalal
2025-06-02
include/fat.h: Audit include list
Tom Rini
2025-03-30
spl: return header size to spl_load in os boot
Anshul Dalal
2024-08-23
spl: Create a function to init spl_load_info
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
global: Make <asm/global_data.h> include <asm/u-boot.h>
Tom Rini
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
2023-11-16
spl: fat: Add option to disable DMA alignment
Sean Anderson
2023-11-16
spl: Convert fat to spl_load
Sean Anderson
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
2023-11-16
spl: Remove filename from spl_load_info
Sean Anderson
2023-11-16
spl: Set FAT bl_len to ARCH_DMA_MINALIGN
Sean Anderson
2023-11-16
spl: Remove NULL assignments in spl_load_info
Sean Anderson
2023-10-17
spl: Use map_sysmem where appropriate
Sean Anderson
2023-10-17
spl: Add callbacks to invalidate cached devices
Sean Anderson
2023-10-06
spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
Simon Glass
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2021-11-05
spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths
Tom Rini
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2018-09-25
spl: Weed out CONFIG_SYS_TEXT_BASE usage
Marek Vasut
2018-07-10
spl: fat: Support full fitImage handling
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-01-20
spl: Remove inline ifdef check for EXT and FAT support
Andrew F. Davis
2016-10-06
spl: Update spl_load_simple_fit() to take an spl_image param
Simon Glass
2016-10-06
spl: Update fat functions to take an spl_image parameter
Simon Glass
2016-10-06
spl: Add a parameter to spl_parse_image_header()
Simon Glass
2016-07-22
spl: Fix compilation warnings for arm64
Michal Simek
2016-05-27
spl: Support loading a FIT from FAT FS
Lokesh Vutla
2016-05-23
SPL: fat: Fix spl_parse_image_header() return value handling
Tom Rini
2016-05-17
SPL: Let spl_parse_image_header() return value
Marek Vasut
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2015-11-18
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
Nikita Kiryanov
2014-10-27
spl: do not hang in spl_register_fat_device but return error value. It allows...
Guillaume GARDET
2014-10-27
Rename some defines containing FAT in their name to be filesystem generic
Guillaume GARDET
2014-04-17
spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot
Tom Rini
2014-01-24
spl: common: Support for USB MSD FAT image loading
Dan Murphy
2014-01-24
spl: common: Move FAT funcs to a common file
Dan Murphy