summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt1-2/+1
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li1-4/+0
2020-01-23spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen1-5/+3
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot1-3/+62
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot1-3/+3
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot1-2/+5
2020-01-07spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot1-1/+5
2020-01-07spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot1-5/+29
2020-01-07spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot1-5/+12
2020-01-07spl: fit: Add support for applying DT overlayMichal Simek1-3/+27
2020-01-07spl: fit: don't load the firmware twiceJean-Jacques Hiblot1-0/+10
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic1-1/+1
2019-08-26spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer1-13/+24
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-07-17spl: Make image loader infrastructure more universalAndreas Dannenberg1-0/+14
2019-05-05spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabledJean-Jacques Hiblot1-1/+1
2019-03-22common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabledAbel Vesa1-0/+4
2019-01-01SPL: Add HAB image authentication to FITYe Li1-2/+19
2018-10-16spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek1-18/+16
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini1-4/+1
2018-09-26spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek1-4/+1
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-3/+3
2018-07-19spl: fit: display a message when an FPGA image is loadedLuis Araneda1-0/+1
2018-07-10spl: fit: verify images prior to post processingBen Whitten1-12/+9
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut1-5/+8
2018-05-24spl: fit: Add support for loading FPGA bitstreamMarek Vasut1-3/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07image: fit: Show firmware configuration property if presentMichal Simek1-1/+2
2018-03-19SPL: Add signature verification when loading imageJun Nie1-0/+12
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-13SPL: Add FIT data-position property supportPeng Fan1-2/+9
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich1-3/+17
2017-11-26spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich1-14/+81
2017-11-26spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich1-30/+56
2017-09-22spl: Fix compiling warning on gunzip argumentYork Sun1-1/+4
2017-09-11spl: fit: Add booting OS firstYork Sun1-19/+41
2017-09-11spl: fit: Support both external and embedded dataYork Sun1-19/+33
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun1-2/+30
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin1-53/+1
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara1-2/+40
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara1-82/+80
2017-05-17SPL: FIT: improve error handlingAndre Przywara1-2/+13
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara1-14/+32
2017-05-17SPL: FIT: refactor FDT loadingAndre Przywara1-31/+57
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-4/+5
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla1-1/+3
2016-07-15spl: fit: add support for post-processing of imagesDaniel Allred1-5/+16
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg1-1/+1
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla1-2/+2