aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass1-12/+15
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc1-10/+9
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc1-11/+1
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc1-58/+43
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc1-30/+60
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes1-2/+5
2020-12-07spl: fit: Prefer a malloc()'d buffer for loading imagesWIP/07Dec2020-nextAlexandru Gagniuc1-15/+22
2020-12-01spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes1-0/+10
2020-11-06board: Rename uclass to sysinfoSimon Glass1-7/+8
2020-10-27spl: Use standard FIT entriesMichal Simek1-1/+7
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini1-1/+16
2020-10-22spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland1-1/+16
2020-10-21Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut1-5/+2
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek1-2/+2
2020-09-11Fix data abort caused by mis-aligning FIT dataReuben Dowle1-2/+5
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi1-3/+6
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-22spl_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-25spl: 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-23spl: 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-06image: fit: Show firmware configuration property if presentMichal Simek1-1/+2