aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)Author
2023-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai
2023-10-06spl: Use the correct FIT_..._PROP constantsSimon Glass
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass
2023-10-06spl: Rename spl_load_fit_image() to load_simple_fit()Simon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-06-24imx: hab: Simplify the mechanismMarek Vasut
2023-02-06spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass
2023-01-20global: Remove unused CONFIG definesTom Rini
2023-01-18trace: Use notrace for shortSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-14spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier
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