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
/
payloads
/
libpayload
/
libcbfs
Age
Commit message (
Expand
)
Author
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