aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cbfs_core.c
AgeCommit message (Expand)Author
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-03-24cbfs: expose init_backing_media()Aaron Durbin
2015-03-21cbfs: change 1 message level to WARNING if cbfs can't find specific dataKane Chen
2015-01-13cbfs: add cbfs_read()Aaron Durbin
2015-01-13cbfs: add cbfs_locate_file()Aaron Durbin
2014-11-19lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan
2014-10-16lib/cbfs: more cleanup for 32/64 issuesRonald G. Minnich
2014-08-10cbfs: Check return value of map() for errorJulius Werner
2014-08-10cbfs: Fix overwalk on file scanSteven Sherk
2014-07-08lib: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
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