summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)Author
2022-07-26spl: fit: pass real compatible flags to fpga_load()Oleksandr Suvorov
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov
2022-01-26tools: Pass the key blob aroundSimon Glass
2021-12-01spl: fit: Skip attempting to load 0 length imageNishanth Menon
2021-10-07imx: spl: fix imx8m secure bootHeiko Schocher
2021-10-07spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes
2020-12-07spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc
2020-12-01spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes
2020-11-06board: Rename uclass to sysinfoSimon Glass
2020-10-27spl: Use standard FIT entriesMichal Simek
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-10-22spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland
2020-10-21Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek
2020-09-11Fix data abort caused by mis-aligning FIT dataReuben Dowle
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li
2020-01-22spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot
2020-01-07spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Add support for applying DT overlayMichal Simek
2020-01-07spl: fit: don't load the firmware twiceJean-Jacques Hiblot
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic
2019-08-26spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass