summaryrefslogtreecommitdiff
path: root/src/lib/cbfs_core.c
AgeCommit message (Expand)Author
2014-02-05load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2013-08-15CBFS: Change the signature of cbfs_decompress.Gabe Black
2013-07-15CBFS: Use memmove instead of memcpy when loading a file from CBFS.Gabe Black
2013-05-08cbfs_core.c: make cfbs searches even less verboseDave Frodin
2013-05-03cbfs: make searching for a file less verboseAaron Durbin
2013-03-21cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh
2013-02-22libcbfs: Fix legacy CBFS API, typosHung-Te Lin
2013-02-07cbfs: Fix CBFS max size calculation.Hung-Te Lin
2013-02-06cbfs: Revise debug messages.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2012-05-04Make CBFS output more consistentStefan Reinauer
2011-11-02don't scan beyond end of CBFSFlorian Zumbiehl
2011-08-18export get_cbfs_header()Sven Schnelle
2011-08-04split CBFS support into shared core and extended functionsPatrick Georgi