summaryrefslogtreecommitdiffstats
path: root/src/lib/fit_payload.c
Commit message (Expand)AuthorAgeFilesLines
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-5/+5
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-9/+9
* src: Remove unused <cbfs.h>Elyes HAOUAS2022-01-171-1/+0
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-171-15/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-2/+2
* lib: Throw an error when ramdisk is present but initrd.size is 0Asami Doi2019-08-061-0/+5
* fit_payload: Always set DT sizeJulius Werner2019-07-131-1/+1
* fit: Add overlay supportJulius Werner2019-06-211-0/+9
* fit: Add device tree compressionJulius Werner2019-06-211-1/+19
* fit_payload: Don't call prog_segment_loaded() on extracted imagesJulius Werner2019-06-211-3/+2
* fit: Refactor config node handlingJulius Werner2019-06-211-28/+23
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-191-1/+1
* device_tree/fit: Constify data structuresPatrick Rudolph2018-08-241-1/+1
* lib/fit_payload: Add coreboot tables support for FDT.Philipp Deppenwiese2018-08-221-0/+65
* fit: Handle decompression errors properlyPatrick Rudolph2018-08-101-0/+2
* lib: Add FIT payload supportPatrick Rudolph2018-06-191-0/+181