summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_fit.c
Commit message (Expand)AuthorAgeFilesLines
* spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc2021-04-141-0/+24
* spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc2021-04-141-0/+8
* spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc2021-04-141-25/+45
* spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-141-2/+9
* spl: Convert spl_fit to work with sandboxSimon Glass2021-03-121-12/+15
* spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc2021-02-171-3/+15
* spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
* spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
* spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
* spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
* spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
* spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-161-2/+5
* spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc2020-12-071-15/+22
* spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes2020-12-011-0/+10
* board: Rename uclass to sysinfoSimon Glass2020-11-061-7/+8
* spl: Use standard FIT entriesMichal Simek2020-10-271-1/+7
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-10-221-1/+16
|\
| * spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2020-10-221-1/+16
* | Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut2020-10-211-5/+2
|/
* fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2020-09-231-2/+2
* Fix data abort caused by mis-aligning FIT dataReuben Dowle2020-09-111-2/+5
* spl: fit: fail fit loading in case of FDT appending errorDario Binacchi2020-07-081-3/+6
* 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