index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs.c
Age
Commit message (
Expand
)
Author
2017-10-02
fs: btrfs: Add U-Boot fs handlers.
Marek Behún
2017-09-15
fat/fs: move ls to generic implementation
Rob Clark
2017-09-15
fs: add fs_readdir()
Rob Clark
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2016-03-14
dm: blk: Rename get_device_and_partition()
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-08
fs: handle the fileaddr variable in the same way as in the network case
David Müller (ELSOFT AG)
2015-10-24
ubifs: Add generic fs support
Hans de Goede
2015-08-13
fs/fs.c: read up to EOF when len would read past EOF
Max Krummenacher
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-01-29
fs: Add command to retrieve the filesystem type
Sjoerd Simons
2014-12-01
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
Tom Rini
2014-11-23
fs: API changes enabling extra parameter to return size of type loff_t
Suriyan Ramasami
2014-11-23
fs: make it possible to read the filesystem UUID
Christian Gmeiner
2014-08-09
fs: implement size/fatsize/ext4size
Stephen Warren
2014-07-22
catch wrong load address passed to fatload / ext2load
Pavel Machek
2014-02-19
fat: implement exists() for FAT fs
Stephen Warren
2014-02-19
ext4: implement exists() for ext4fs
Stephen Warren
2014-02-19
sandbox: implement exists() function
Stephen Warren
2014-02-19
fs: don't pass NULL dev_desc to most filesystems
Stephen Warren
2014-02-19
fs: implement infrastructure for an 'exists' function
Stephen Warren
2014-02-19
fs: fix generic save command implementation
Stephen Warren
2013-10-07
Fix number base handling of "load" command
Wolfgang Denk
2013-05-01
sandbox: fs: Add support for saving files to host filesystem
Simon Glass
2013-05-01
fs: Add support for saving data to filesystems
Simon Glass
2013-03-04
sandbox: Add host filesystem
Simon Glass
2013-03-04
fs: Move ls and read methods into ext4, fat
Simon Glass
2013-03-04
fs: Use map_sysmem() on read
Simon Glass
2013-03-04
fs: Tell probe functions where to put their results
Simon Glass
2013-03-04
fs: Use filesystem methods instead of switch()
Simon Glass
2013-03-04
fs: Fully populate the filesystem method struct
Simon Glass
2013-02-28
fs: Use new numeric setenv functions
Simon Glass
2012-11-14
fs/fs.c: do_fsload: measure throughput
Andreas Bießmann
2012-11-04
fs: rename fsload command to load
Stephen Warren
2012-11-04
fs: fix number base behaviour change in fatload/ext*load
Stephen Warren
2012-11-04
fs: fix do_fsload() handling of optional arguments
Stephen Warren
2012-11-02
fs: handle CONFIG_NEEDS_MANUAL_RELOC
Stephen Warren
2012-10-29
fs: add filesystem switch libary, implement ls and fsload commands
Stephen Warren