summaryrefslogtreecommitdiffstats
path: root/include/cbfs.h
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Support reading compression informationSimon Glass2021-03-271-0/+11
* cbfs: Allow file traversal with any CBFSSimon Glass2021-03-271-2/+17
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-271-2/+6
* cbfs: Add support for attributesSimon Glass2021-03-271-1/+38
* cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-271-2/+1
* cbfs: Allow reading a file from a CBFS given its base addrSimon Glass2020-05-271-0/+14
* cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass2020-05-271-8/+9
* cbfs: Return the error code from file_cbfs_init()Simon Glass2020-05-271-3/+3
* cbfs: Use ulong consistentlySimon Glass2020-05-271-2/+2
* cbfs: drop file_cbfs_result declarationChristian Gmeiner2020-05-271-2/+0
* x86: cbfs: Drop unwanted declarationSimon Glass2020-04-301-1/+1
* cbfs: do not pack struct cbfs_cachenodeHeinrich Schuchardt2019-11-021-3/+3
* cbfs: Add functions to support multiple CBFSsSimon Glass2019-08-181-0/+22
* cbfs: Move result variable into the structSimon Glass2019-08-181-0/+7
* cbfs: Rename checksum to attributes_offsetSimon Glass2019-07-231-2/+3
* cbfs: Add an enum and comment for the magic numberSimon Glass2019-07-231-0/+11
* fs: cbfs: Add missing standard CBFS component typesBin Meng2018-12-311-0/+10
* fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng2018-12-311-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* cbfs: Add docbook templateSimon Glass2012-12-061-33/+36
* cbfs: Remove mention of CREDITS filesSimon Glass2012-12-061-3/+0
* fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2012-10-221-0/+181