summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
Commit message (Expand)AuthorAgeFilesLines
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-061-1/+2
* SPL: Add signature verification when loading imageJun Nie2018-03-191-0/+12
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* SPL: Add FIT data-position property supportPeng Fan2017-12-121-2/+9
* spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2017-11-261-3/+17
* spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich2017-11-261-14/+81
* spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich2017-11-261-30/+56
* spl: Fix compiling warning on gunzip argumentYork Sun2017-09-221-1/+4
* spl: fit: Add booting OS firstYork Sun2017-09-111-19/+41
* spl: fit: Support both external and embedded dataYork Sun2017-09-111-19/+33
* spl: fit: Eanble GZIP support for image decompressionYork Sun2017-09-111-2/+30
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-101-53/+1
* SPL: FIT: allow loading multiple imagesAndre Przywara2017-05-171-2/+40
* SPL: FIT: factor out spl_load_fit_image()Andre Przywara2017-05-171-82/+80
* SPL: FIT: improve error handlingAndre Przywara2017-05-171-2/+13
* SPL: FIT: rework U-Boot image loadingAndre Przywara2017-05-171-14/+32
* SPL: FIT: refactor FDT loadingAndre Przywara2017-05-171-31/+57
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-4/+5
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-221-1/+3
* spl: fit: add support for post-processing of imagesDaniel Allred2016-07-141-5/+16
* spl: fit: Fix non-matching DT names console outputAndreas Dannenberg2016-06-041-1/+1
* spl: fit: Fix load address of fit headerLokesh Vutla2016-06-011-2/+2
* spl: fit: Do not print selected dtb during fit loadLokesh Vutla2016-05-271-3/+1
* spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-271-14/+58
* spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla2016-05-271-0/+1
* SPL: FIT: Align loading address for headerMichal Simek2016-05-271-0/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-231-1/+6
* spl: Add an option to load a FIT containing U-BootSimon Glass2016-03-141-0/+194