summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libcbfs
Commit message (Expand)AuthorAgeFilesLines
* libpayload/libcbfs: Fix file hash checkYu-Ping Wu2022-06-161-1/+1
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-1/+1
* libpayload/cbfs: Add missing new line at the end of error messagesJakub Czapiga2022-02-211-2/+2
* libpayload: Fix legacy CBFS code after recent refactoringJulius Werner2022-01-142-34/+55
* libpayload/libcbfs/Kconfig: Make CBFS_VERIFICATION depend on VBOOT_LIBJakub Czapiga2022-01-141-1/+1
* libpayload/libcbfs: Add unverified_area APIsJakub Czapiga2022-01-121-22/+49
* libpayload: Implement new CBFS access APIJakub Czapiga2022-01-105-205/+419
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr}Alex Rebert2020-03-021-4/+17
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-2/+2
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-072-3/+3
* libpayload: cbfs: Check decompressed size when loading filesYou-Cheng Syu2019-02-281-9/+11
* libpayload: cbfs: Require input size and output size for cbfs_decompressYou-Cheng Syu2019-02-282-8/+14
* payloads/libpayload/libcbfs: Remove duplicated ';' at end of lineElyes HAOUAS2018-11-281-1/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-1/+1
* libpayload: cbfs: Fix minor memory leak in some edge casesJulius Werner2016-08-121-0/+3
* libpayload: fix leak in libcbfsPatrick Georgi2016-07-311-2/+5
* libpayload: cbfs: Add cbfs_handle API for more fine-grained accessesJulius Werner2016-05-172-98/+108
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-222-0/+12
* libpayload: get cbfs offset & size for default media from lib_sysinfoDaisuke Nojiri2015-12-031-25/+18
* libpayload: Allow non-default CBFS mediaPatrick Georgi2015-11-051-1/+2
* cbfs: read cbfs offset and size from sysinfoDaisuke Nojiri2015-10-281-25/+45
* libpayload: Check for CBFS_DEFAULT_MEDIA in cbfs_get_file_content()Nico Huber2015-10-051-0/+10
* libpayload: Fix possible NULL deref in cbfs_get_file_content()Nico Huber2015-10-021-6/+7
* cbfs: fix debug messageDaisuke Nojiri2015-09-281-1/+2
* libpayload: provide cbfs_file_find_attr()Patrick Georgi2015-09-171-6/+15
* libpayload: allow compression at file header levelDaisuke Nojiri2015-09-172-31/+39
* libpayload: rename cbfs variable from name to vardataDaisuke Nojiri2015-09-171-12/+12
* libpayload: bring in file attribute support from cbfstoolPatrick Georgi2015-09-171-0/+41
* cbfs: fix printf for 64bit architecturesDaisuke Nojiri2015-08-141-3/+3
* libpayload: assume cbfs file alignment is 64 bytePatrick Georgi2015-07-151-10/+11
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-302-2/+2
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-142-25/+15
* libpayload: cbfs: Fix ram_media map() error return valueJulius Werner2015-03-211-1/+3
* libpayload: Fix pointer related castsFurquan Shaikh2014-12-311-6/+5
* cbfs: Fix overwalk on file scanSteven Sherk2014-08-101-2/+13
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-053-8/+8
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-122-7/+14
* libpayload: expose cbfs ram functionsAaron Durbin2013-12-121-3/+1
* libpayload: reduce libcbfs verbosityPatrick Georgi2013-09-031-1/+1
* CBFS: Change how the bss is zeroed when loading a stage.Gabe Black2013-08-151-6/+10
* CBFS: Change the signature of cbfs_decompress.Gabe Black2013-08-152-8/+5
* cbfs_core.c: make cfbs searches even less verboseDave Frodin2013-05-081-3/+3
* libpayload: make searching for a file less verboseAaron Durbin2013-05-061-1/+2
* libpayload: fix size_t handlingStefan Reinauer2013-03-261-1/+1
* cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh2013-03-211-1/+1
* libpayload: Fix reading x86 CBFS images from RAMPatrick Georgi2013-03-122-3/+13
* libpayload: cbfs: Fix CBFS max size calculation.Hung-Te Lin2013-02-221-5/+5
* libpayload: libcbfs: Fix legacy CBFS API, typosPatrick Georgi2013-02-191-3/+3