summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libcbfs/cbfs.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-28libpayload: cbfs: Require input size and output size for cbfs_decompressYou-Cheng Syu
2018-11-28payloads/libpayload/libcbfs: Remove duplicated ';' at end of lineElyes HAOUAS
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2016-07-31libpayload: fix leak in libcbfsPatrick Georgi
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-09-17libpayload: allow compression at file header levelDaisuke Nojiri
2015-08-14cbfs: fix printf for 64bit architecturesDaisuke Nojiri
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
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-09-03libpayload: reduce libcbfs verbosityPatrick Georgi
2013-08-15CBFS: Change how the bss is zeroed when loading a stage.Gabe Black
2013-08-15CBFS: Change the signature of cbfs_decompress.Gabe Black
2013-03-12libpayload: Fix reading x86 CBFS images from RAMPatrick Georgi
2013-02-12libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin
2013-01-15libpayload: Style fixesStefan Reinauer
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-01-26libpayload: Allow using CBFS functions on images in RAMPatrick Georgi
2011-08-04libpayload: Add liblzma, libcbfsPatrick Georgi