~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/fs/cbfs
Commit message (Expand)AuthorAge
* spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-07
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* cbfs: Check offset range when reading a fileSimon Glass2021-07-15
* cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass2021-03-27
* cbfs: Support reading compression informationSimon Glass2021-03-27
* cbfs: Simplify file iterationSimon Glass2021-03-27
* cbfs: Factor out filling a cache node into a new functionSimon Glass2021-03-27
* cbfs: Allow file traversal with any CBFSSimon Glass2021-03-27
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-27
* cbfs: Rename new_node to nodeSimon Glass2021-03-27
* cbfs: Add support for attributesSimon Glass2021-03-27
* cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-27
* cbfs: Allow reading a file from a CBFS given its base addrSimon Glass2020-05-27
* cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass2020-05-27
* cbfs: Return the error code from file_cbfs_init()Simon Glass2020-05-27
* cbfs: Record the start address in cbfs_privSimon Glass2020-05-27
* cbfs: Use void * for the position pointersSimon Glass2020-05-27
* cbfs: Unify the two header loadersSimon Glass2020-05-27
* cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass2020-05-27
* cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass2020-05-27
* cbfs: Adjust return value of file_cbfs_next_file()Simon Glass2020-05-27
* cbfs: Use bool type for whether initialisedSimon Glass2020-05-27
* cbfs: Use ulong consistentlySimon Glass2020-05-27
* cbfs: Rename the result variableSimon Glass2020-05-27
* cbfs: Rename camel-case variablesSimon Glass2019-08-18
* cbfs: Add functions to support multiple CBFSsSimon Glass2019-08-18
* cbfs: Move result variable into the structSimon Glass2019-08-18
* cbfs: Move static variables into a structSimon Glass2019-08-18
* cbfs: Move declarations above functionsSimon Glass2019-08-18
* cbfs: Allow CBFS to be used in SPLSimon Glass2019-08-18
* cbfs: Rename checksum to attributes_offsetSimon Glass2019-07-23
* fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng2018-12-31
* fs: cbfs: remove wrong header validationChristian Gmeiner2018-12-31
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fs: cbfs: fix locating the cbfs headerAndre Heider2018-03-31
* fs: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-30
* cbfs: Fix incorrect CBFS file header size being usedYaroslav K2016-08-16
* fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET2016-06-19
* fs: descend into sub directories when it is necessaryMasahiro Yamada2013-11-17
* fs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* cbfs: Remove mention of CREDITS filesSimon Glass2012-12-06
* fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2012-10-22