summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include/cbfs_core.h
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Implement new CBFS access APIJakub Czapiga2022-01-101-153/+1
* libpayload: Add compiler.h to compiler parametersJacob Garber2020-11-081-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-0/+1
* libpayload: cbfs: Require input size and output size for cbfs_decompressYou-Cheng Syu2019-02-281-2/+3
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-8/+9
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+1
* libpayload: cbfs: Add cbfs_handle API for more fine-grained accessesJulius Werner2016-05-171-19/+23
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* libpayload: Add data structures for hashes in file attributesPatrick Georgi2015-10-111-0/+9
* libpayload: provide cbfs_file_find_attr()Patrick Georgi2015-09-171-0/+5
* libpayload: allow compression at file header levelDaisuke Nojiri2015-09-171-2/+16
* libpayload: bring in file attribute support from cbfstoolPatrick Georgi2015-09-171-1/+25
* libpayload: assume cbfs file alignment is 64 bytePatrick Georgi2015-07-151-1/+4
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-4/+3
* libpayload: Add support for arm64 in libpayloadFurquan Shaikh2015-01-091-0/+1
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-1/+1
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+1
* CBFS: Change the signature of cbfs_decompress.Gabe Black2013-08-151-1/+1
* libpayload: cbfs_core.h: Add missing third person s in »it need*s*«Paul Menzel2013-04-021-1/+1
* libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin2013-02-121-21/+52
* Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin2013-01-041-3/+3
* libpayload: Initial ARMv7 portStefan Reinauer2012-12-141-0/+3
* Change TARGET_I386 to ARCH_X86David Hendricks2012-11-301-1/+1
* fix #if for target architecture in libpayloadDavid Hendricks2012-11-301-1/+1
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-301-6/+18
* libpayload: export get_cbfs_header()Patrick Georgi2011-08-181-0/+1
* libpayload: Add liblzma, libcbfsPatrick Georgi2011-08-041-0/+180