summaryrefslogtreecommitdiff
path: root/include/cbfs.h
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: Use ulong consistentlySimon Glass
2020-05-27cbfs: drop file_cbfs_result declarationChristian Gmeiner
2020-04-30x86: cbfs: Drop unwanted declarationSimon Glass
2019-11-02cbfs: do not pack struct cbfs_cachenodeHeinrich Schuchardt
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass
2019-08-18cbfs: Move result variable into the structSimon Glass
2019-07-23cbfs: Rename checksum to attributes_offsetSimon Glass
2019-07-23cbfs: Add an enum and comment for the magic numberSimon Glass
2018-12-31fs: cbfs: Add missing standard CBFS component typesBin Meng
2018-12-31fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-06cbfs: Add docbook templateSimon Glass
2012-12-06cbfs: Remove mention of CREDITS filesSimon Glass
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black