summaryrefslogtreecommitdiffstats
path: root/src/lib/cbfs_core.c
Commit message (Expand)AuthorAgeFilesLines
* lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan2014-11-191-0/+2
* lib/cbfs: more cleanup for 32/64 issuesRonald G. Minnich2014-10-161-1/+1
* cbfs: Check return value of map() for errorJulius Werner2014-08-101-0/+5
* cbfs: Fix overwalk on file scanSteven Sherk2014-08-101-2/+13
* lib: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko2014-02-051-0/+6
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+8
* CBFS: Change the signature of cbfs_decompress.Gabe Black2013-08-151-6/+3
* CBFS: Use memmove instead of memcpy when loading a file from CBFS.Gabe Black2013-07-151-1/+1
* cbfs_core.c: make cfbs searches even less verboseDave Frodin2013-05-081-3/+3
* cbfs: make searching for a file less verboseAaron Durbin2013-05-031-1/+2
* cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh2013-03-211-1/+1
* libcbfs: Fix legacy CBFS API, typosHung-Te Lin2013-02-221-3/+3
* cbfs: Fix CBFS max size calculation.Hung-Te Lin2013-02-071-5/+5
* cbfs: Revise debug messages.Hung-Te Lin2013-02-061-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-83/+117
* Make CBFS output more consistentStefan Reinauer2012-05-041-2/+6
* don't scan beyond end of CBFSFlorian Zumbiehl2011-11-021-1/+2
* export get_cbfs_header()Sven Schnelle2011-08-181-1/+1
* split CBFS support into shared core and extended functionsPatrick Georgi2011-08-041-0/+174