index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
libcbfs
Age
Commit message (
Expand
)
Author
2020-03-02
libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr}
Alex Rebert
2019-12-11
printf: Automatically prefix %p with 0x
Julius Werner
2019-03-07
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-28
libpayload: cbfs: Check decompressed size when loading files
You-Cheng Syu
2019-02-28
libpayload: cbfs: Require input size and output size for cbfs_decompress
You-Cheng Syu
2018-11-28
payloads/libpayload/libcbfs: Remove duplicated ';' at end of line
Elyes HAOUAS
2018-05-04
cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF
Patrick Rudolph
2016-08-12
libpayload: cbfs: Fix minor memory leak in some edge cases
Julius Werner
2016-07-31
libpayload: fix leak in libcbfs
Patrick Georgi
2016-05-17
libpayload: cbfs: Add cbfs_handle API for more fine-grained accesses
Julius Werner
2016-02-22
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
Julius Werner
2015-12-03
libpayload: get cbfs offset & size for default media from lib_sysinfo
Daisuke Nojiri
2015-11-05
libpayload: Allow non-default CBFS media
Patrick Georgi
2015-10-28
cbfs: read cbfs offset and size from sysinfo
Daisuke Nojiri
2015-10-05
libpayload: Check for CBFS_DEFAULT_MEDIA in cbfs_get_file_content()
Nico Huber
2015-10-02
libpayload: Fix possible NULL deref in cbfs_get_file_content()
Nico Huber
2015-09-28
cbfs: fix debug message
Daisuke Nojiri
2015-09-17
libpayload: provide cbfs_file_find_attr()
Patrick Georgi
2015-09-17
libpayload: allow compression at file header level
Daisuke Nojiri
2015-09-17
libpayload: rename cbfs variable from name to vardata
Daisuke Nojiri
2015-09-17
libpayload: bring in file attribute support from cbfstool
Patrick Georgi
2015-08-14
cbfs: fix printf for 64bit architectures
Daisuke Nojiri
2015-07-15
libpayload: assume cbfs file alignment is 64 byte
Patrick Georgi
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-04-14
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-03-21
libpayload: cbfs: Fix ram_media map() error return value
Julius Werner
2014-12-31
libpayload: Fix pointer related casts
Furquan Shaikh
2014-08-10
cbfs: Fix overwalk on file scan
Steven Sherk
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2013-12-12
libpayload: expose cbfs ram functions
Aaron Durbin
2013-09-03
libpayload: reduce libcbfs verbosity
Patrick Georgi
2013-08-15
CBFS: Change how the bss is zeroed when loading a stage.
Gabe Black
2013-08-15
CBFS: Change the signature of cbfs_decompress.
Gabe Black
2013-05-08
cbfs_core.c: make cfbs searches even less verbose
Dave Frodin
2013-05-06
libpayload: make searching for a file less verbose
Aaron Durbin
2013-03-26
libpayload: fix size_t handling
Stefan Reinauer
2013-03-21
cbfs: Change false ERROR print to a WARNING.
Shawn Nematbakhsh
2013-03-12
libpayload: Fix reading x86 CBFS images from RAM
Patrick Georgi
2013-02-22
libpayload: cbfs: Fix CBFS max size calculation.
Hung-Te Lin
2013-02-19
libpayload: libcbfs: Fix legacy CBFS API, typos
Patrick Georgi
2013-02-12
libpayload: New CBFS to support multiple firmware media sources.
Hung-Te Lin
2013-01-15
libpayload: Style fixes
Stefan Reinauer
2012-11-08
Refactor the endianness conversion functions and header files.
Gabe Black
2012-01-26
libpayload: Allow using CBFS functions on images in RAM
Patrick Georgi
2011-11-02
don't scan beyond end of CBFS
Florian Zumbiehl
2011-08-18
libpayload: export get_cbfs_header()
Patrick Georgi
2011-08-04
libpayload: Add liblzma, libcbfs
Patrick Georgi