summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libcbfs/cbfs_core.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-02libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr}Alex Rebert
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-28libpayload: cbfs: Check decompressed size when loading filesYou-Cheng Syu
2019-02-28libpayload: cbfs: Require input size and output size for cbfs_decompressYou-Cheng Syu
2016-08-12libpayload: cbfs: Fix minor memory leak in some edge casesJulius Werner
2016-05-17libpayload: cbfs: Add cbfs_handle API for more fine-grained accessesJulius Werner
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2015-12-03libpayload: get cbfs offset & size for default media from lib_sysinfoDaisuke Nojiri
2015-11-05libpayload: Allow non-default CBFS mediaPatrick Georgi
2015-10-28cbfs: read cbfs offset and size from sysinfoDaisuke Nojiri
2015-10-05libpayload: Check for CBFS_DEFAULT_MEDIA in cbfs_get_file_content()Nico Huber
2015-10-02libpayload: Fix possible NULL deref in cbfs_get_file_content()Nico Huber
2015-09-28cbfs: fix debug messageDaisuke Nojiri
2015-09-17libpayload: provide cbfs_file_find_attr()Patrick Georgi
2015-09-17libpayload: allow compression at file header levelDaisuke Nojiri
2015-09-17libpayload: rename cbfs variable from name to vardataDaisuke Nojiri
2015-09-17libpayload: bring in file attribute support from cbfstoolPatrick Georgi
2015-07-15libpayload: assume cbfs file alignment is 64 bytePatrick Georgi
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2014-08-10cbfs: Fix overwalk on file scanSteven Sherk
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
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-05-08cbfs_core.c: make cfbs searches even less verboseDave Frodin
2013-05-06libpayload: make searching for a file less verboseAaron Durbin
2013-03-21cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh
2013-02-22libpayload: cbfs: Fix CBFS max size calculation.Hung-Te Lin
2013-02-19libpayload: libcbfs: Fix legacy CBFS API, typosPatrick Georgi
2013-02-12libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin
2011-11-02don't scan beyond end of CBFSFlorian Zumbiehl
2011-08-18libpayload: export get_cbfs_header()Patrick Georgi
2011-08-04libpayload: Add liblzma, libcbfsPatrick Georgi