summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
Commit message (Expand)AuthorAgeFilesLines
* common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabledAbel Vesa2019-03-221-0/+4
* SPL: Add HAB image authentication to FITYe Li2019-01-011-2/+19
* spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek2018-10-161-18/+16
* Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-271-4/+1
|\
| * spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek2018-09-261-4/+1
* | spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-251-3/+3
|/
* spl: fit: display a message when an FPGA image is loadedLuis Araneda2018-07-191-0/+1
* spl: fit: verify images prior to post processingBen Whitten2018-07-101-12/+9
* spl: fit: Fix support for loading FPGA bitstreamMarek Vasut2018-07-101-5/+8
* spl: fit: Add support for loading FPGA bitstreamMarek Vasut2018-05-231-3/+32
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* 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