summaryrefslogtreecommitdiff
path: root/fs/cbfs
AgeCommit message (Expand)Author
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass
2020-05-27cbfs: Allow reading a file from a CBFS given its base addrSimon Glass
2020-05-27cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass
2020-05-27cbfs: Record the start address in cbfs_privSimon Glass
2020-05-27cbfs: Use void * for the position pointersSimon Glass
2020-05-27cbfs: Unify the two header loadersSimon Glass
2020-05-27cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass
2020-05-27cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass
2020-05-27cbfs: Adjust return value of file_cbfs_next_file()Simon Glass
2020-05-27cbfs: Use bool type for whether initialisedSimon Glass
2020-05-27cbfs: Use ulong consistentlySimon Glass
2020-05-27cbfs: Rename the result variableSimon Glass
2019-08-18cbfs: Rename camel-case variablesSimon Glass
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass
2019-08-18cbfs: Move result variable into the structSimon Glass
2019-08-18cbfs: Move static variables into a structSimon Glass
2019-08-18cbfs: Move declarations above functionsSimon Glass
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass
2019-07-23cbfs: Rename checksum to attributes_offsetSimon Glass
2018-12-31fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng
2018-12-31fs: cbfs: remove wrong header validationChristian Gmeiner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-31fs: cbfs: fix locating the cbfs headerAndre Heider
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass
2016-08-16cbfs: Fix incorrect CBFS file header size being usedYaroslav K
2016-06-19fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-06cbfs: Remove mention of CREDITS filesSimon Glass
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black