aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass1-1/+0
2023-01-20global: Remove unused CONFIG definesTom Rini1-10/+2
2023-01-18trace: Use notrace for shortSimon Glass1-0/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-09-14spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier1-3/+5
2022-07-26spl: fit: pass real compatible flags to fpga_load()Oleksandr Suvorov1-3/+8
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov1-2/+4
2022-01-26tools: Pass the key blob aroundSimon Glass1-1/+2
2021-12-01spl: fit: Skip attempting to load 0 length imageNishanth Menon1-0/+7
2021-10-07imx: spl: fix imx8m secure bootHeiko Schocher1-1/+6
2021-10-07spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher1-0/+11
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...WIP/01Jul2021-nextTom Rini1-1/+2
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek1-1/+2
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+1
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-0/+4
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc1-0/+24
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc1-0/+8
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc1-25/+45
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc1-2/+9
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