summaryrefslogtreecommitdiff
path: root/include/cbfs.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-27cbfs: Support reading compression informationSimon Glass1-0/+11
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass1-2/+17
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-2/+6
2021-03-27cbfs: Add support for attributesSimon Glass1-1/+38
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass1-2/+1
2020-05-27cbfs: Allow reading a file from a CBFS given its base addrSimon Glass1-0/+14
2020-05-27cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass1-8/+9
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass1-3/+3
2020-05-27cbfs: Use ulong consistentlySimon Glass1-2/+2
2020-05-27cbfs: drop file_cbfs_result declarationChristian Gmeiner1-2/+0
2020-04-30x86: cbfs: Drop unwanted declarationSimon Glass1-1/+1
2019-11-02cbfs: do not pack struct cbfs_cachenodeHeinrich Schuchardt1-3/+3
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass1-0/+22
2019-08-18cbfs: Move result variable into the structSimon Glass1-0/+7
2019-07-24cbfs: Rename checksum to attributes_offsetSimon Glass1-2/+3
2019-07-24cbfs: Add an enum and comment for the magic numberSimon Glass1-0/+11
2018-12-31fs: cbfs: Add missing standard CBFS component typesBin Meng1-0/+10
2018-12-31fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-12-07cbfs: Add docbook templateSimon Glass1-33/+36
2012-12-07cbfs: Remove mention of CREDITS filesSimon Glass1-3/+0
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black1-0/+181