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
/
cbfs
Age
Commit message (
Expand
)
Author
2020-05-27
cbfs: Don't require the CBFS size with cbfs_init_mem()
Simon Glass
2020-05-27
cbfs: Allow reading a file from a CBFS given its base addr
Simon Glass
2020-05-27
cbfs: Change file_cbfs_find_uncached() to return an error
Simon Glass
2020-05-27
cbfs: Return the error code from file_cbfs_init()
Simon Glass
2020-05-27
cbfs: Record the start address in cbfs_priv
Simon Glass
2020-05-27
cbfs: Use void * for the position pointers
Simon Glass
2020-05-27
cbfs: Unify the two header loaders
Simon Glass
2020-05-27
cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv
Simon Glass
2020-05-27
cbfs: Adjust file_cbfs_load_header() to use cbfs_priv
Simon Glass
2020-05-27
cbfs: Adjust return value of file_cbfs_next_file()
Simon Glass
2020-05-27
cbfs: Use bool type for whether initialised
Simon Glass
2020-05-27
cbfs: Use ulong consistently
Simon Glass
2020-05-27
cbfs: Rename the result variable
Simon Glass
2019-08-18
cbfs: Rename camel-case variables
Simon Glass
2019-08-18
cbfs: Add functions to support multiple CBFSs
Simon Glass
2019-08-18
cbfs: Move result variable into the struct
Simon Glass
2019-08-18
cbfs: Move static variables into a struct
Simon Glass
2019-08-18
cbfs: Move declarations above functions
Simon Glass
2019-08-18
cbfs: Allow CBFS to be used in SPL
Simon Glass
2019-07-23
cbfs: Rename checksum to attributes_offset
Simon Glass
2018-12-31
fs: cbfs: Fix out of bound access during CBFS walking through
Bin Meng
2018-12-31
fs: cbfs: remove wrong header validation
Christian Gmeiner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-31
fs: cbfs: fix locating the cbfs header
Andre Heider
2017-04-30
fs: Kconfig: Add a separate config for FS_CBFS
Simon Glass
2016-08-16
cbfs: Fix incorrect CBFS file header size being used
Yaroslav K
2016-06-19
fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit
Guillaume GARDET
2013-11-17
fs: descend into sub directories when it is necessary
Masahiro Yamada
2013-10-31
fs: convert makefiles to Kbuild style
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-12-06
cbfs: Remove mention of CREDITS files
Simon Glass
2012-10-22
fs: Add a Coreboot Filesystem (CBFS) driver and commands
Gabe Black