summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-241-2/+1
* Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li2020-04-031-4/+0
* spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen2020-01-221-5/+3
* spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot2020-01-071-3/+62
* spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot2020-01-071-3/+3
* spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot2020-01-071-2/+5
* spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot2020-01-071-1/+5
* spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot2020-01-071-5/+29
* spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot2020-01-071-5/+12
* spl: fit: Add support for applying DT overlayMichal Simek2020-01-071-3/+27
* spl: fit: don't load the firmware twiceJean-Jacques Hiblot2020-01-071-0/+10
* imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic2019-10-081-1/+1
* spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer2019-08-261-13/+24
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* spl: Make image loader infrastructure more universalAndreas Dannenberg2019-07-171-0/+14
* spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabledJean-Jacques Hiblot2019-05-051-1/+1
* 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