index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commonlib
/
cbfs.c
Age
Commit message (
Expand
)
Author
2020-10-30
cbfs: Hook up to new CBFS implementation
Julius Werner
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/commonlib: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-11
commonlib/cbfs.c: Remove unused macro
Elyes HAOUAS
2020-02-24
src/commonlib: Fix typos
Elyes HAOUAS
2019-09-10
AUTHORS: Move src/commonlib copyrights into AUTHORS file
Martin Roth
2019-05-09
vboot: include vb2_sha.h when required
Joel Kitching
2019-04-08
commonlib/cbfs: Check for presence of CONFIG() macro
Nico Huber
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-05-16
commonlib/cbfs: Make cbfsf_file_type public
Patrick Rudolph
2018-05-14
cbfs_locate: Optionally return file type
Ronald G. Minnich
2016-08-27
commonlib: cbfs: Add CBFS attribute support
Julius Werner
2016-01-06
commonlib: Add function to hash contents of a CBFS region.
Aaron Durbin
2016-01-06
commonlib: Add common cbfs parsing logic to coreboot and cbfstool.
Aaron Durbin