index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
cbfs.h
Age
Commit message (
Expand
)
Author
2025-06-02
include/cbfs.h: Audit include list
Tom Rini
2023-11-02
binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE
Simon Glass
2022-04-06
cbfs: Add some more definititions
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-03-27
cbfs: Support reading compression information
Simon Glass
2021-03-27
cbfs: Allow file traversal with any CBFS
Simon Glass
2021-03-27
cbfs: Allow access to CBFS without a header
Simon Glass
2021-03-27
cbfs: Add support for attributes
Simon Glass
2020-05-27
cbfs: Don't require the CBFS size with cbfs_init_mem()
Simon Glass
2020-05-27
cbfs: Allow reading a file from a CBFS given its base addr
Simon Glass
2020-05-27
cbfs: Change file_cbfs_find_uncached() to return an error
Simon Glass
2020-05-27
cbfs: Return the error code from file_cbfs_init()
Simon Glass
2020-05-27
cbfs: Use ulong consistently
Simon Glass
2020-05-27
cbfs: drop file_cbfs_result declaration
Christian Gmeiner
2020-04-30
x86: cbfs: Drop unwanted declaration
Simon Glass
2019-11-02
cbfs: do not pack struct cbfs_cachenode
Heinrich Schuchardt
2019-08-18
cbfs: Add functions to support multiple CBFSs
Simon Glass
2019-08-18
cbfs: Move result variable into the struct
Simon Glass
2019-07-23
cbfs: Rename checksum to attributes_offset
Simon Glass
2019-07-23
cbfs: Add an enum and comment for the magic number
Simon Glass
2018-12-31
fs: cbfs: Add missing standard CBFS component types
Bin Meng
2018-12-31
fs: cbfs: Make all CBFS_TYPE_xxx macros consistent
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-12-06
cbfs: Add docbook template
Simon Glass
2012-12-06
cbfs: Remove mention of CREDITS files
Simon Glass
2012-10-22
fs: Add a Coreboot Filesystem (CBFS) driver and commands
Gabe Black