summaryrefslogtreecommitdiff
path: root/fs/cbfs
AgeCommit message (Expand)AuthorFilesLines
2021-07-16cbfs: Check offset range when reading a fileSimon Glass1-0/+2
2021-03-27cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass1-2/+1
2021-03-27cbfs: Support reading compression informationSimon Glass1-0/+22
2021-03-27cbfs: Simplify file iterationSimon Glass1-6/+1
2021-03-27cbfs: Factor out filling a cache node into a new functionSimon Glass1-12/+33
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass1-0/+11
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-5/+13
2021-03-27cbfs: Rename new_node to nodeSimon Glass1-16/+16
2021-03-27cbfs: Add support for attributesSimon Glass1-1/+1
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass1-4/+6
2020-05-27cbfs: Allow reading a file from a CBFS given its base addrSimon Glass1-0/+13
2020-05-27cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass1-21/+27
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass1-8/+15
2020-05-27cbfs: Record the start address in cbfs_privSimon Glass1-13/+31
2020-05-27cbfs: Use void * for the position pointersSimon Glass1-9/+8
2020-05-27cbfs: Unify the two header loadersSimon Glass1-22/+37
2020-05-27cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass1-3/+6
2020-05-27cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass1-4/+5
2020-05-27cbfs: Adjust return value of file_cbfs_next_file()Simon Glass1-20/+23
2020-05-27cbfs: Use bool type for whether initialisedSimon Glass1-4/+4
2020-05-27cbfs: Use ulong consistentlySimon Glass1-5/+4
2020-05-27cbfs: Rename the result variableSimon Glass1-10/+10
2019-08-18cbfs: Rename camel-case variablesSimon Glass1-22/+22
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass1-0/+46
2019-08-18cbfs: Move result variable into the structSimon Glass1-20/+28
2019-08-18cbfs: Move static variables into a structSimon Glass1-32/+59
2019-08-18cbfs: Move declarations above functionsSimon Glass1-9/+5
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass1-0/+12
2019-07-24cbfs: Rename checksum to attributes_offsetSimon Glass1-2/+2
2018-12-31fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng1-2/+2
2018-12-31fs: cbfs: remove wrong header validationChristian Gmeiner1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-03-31fs: cbfs: fix locating the cbfs headerAndre Heider1-2/+2
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass1-0/+8
2016-08-16cbfs: Fix incorrect CBFS file header size being usedYaroslav K1-4/+4
2016-06-19fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET1-0/+1
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-23/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-28/+2
2012-12-07cbfs: Remove mention of CREDITS filesSimon Glass2-6/+1
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2-0/+382