~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* imx: hab: Simplify the mechanismMarek Vasut2023-06-24
* spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass2023-02-06
* global: Remove unused CONFIG definesTom Rini2023-01-20
* trace: Use notrace for shortSimon Glass2023-01-18
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-05
* spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier2022-09-14
* spl: fit: pass real compatible flags to fpga_load()Oleksandr Suvorov2022-07-26
* fpga: pass compatible flags to fpga_load()Oleksandr Suvorov2022-07-26
* tools: Pass the key blob aroundSimon Glass2022-01-26
* spl: fit: Skip attempting to load 0 length imageNishanth Menon2021-12-01
* imx: spl: fix imx8m secure bootHeiko Schocher2021-10-07
* spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher2021-10-07
* Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-07-01
|\
| * spl: fit: Also record architecture in /fit-imagesMichal Simek2021-06-23
* | common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-11
|/
* sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-04
* spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc2021-04-14
* spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc2021-04-14
* spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc2021-04-14
* spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-14
* spl: Convert spl_fit to work with sandboxSimon Glass2021-03-12
* spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc2021-02-17
* spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-17
* spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-17
* spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-17
* spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-17
* spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-17
* spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-17
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-16
* spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc2020-12-07
* spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes2020-12-01
* board: Rename uclass to sysinfoSimon Glass2020-11-06
* spl: Use standard FIT entriesMichal Simek2020-10-27
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-10-22
|\
| * spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2020-10-22
* | Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut2020-10-21
|/
* fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2020-09-23
* Fix data abort caused by mis-aligning FIT dataReuben Dowle2020-09-11
* spl: fit: fail fit loading in case of FDT appending errorDario Binacchi2020-07-08
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-24
* Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li2020-04-03
* spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen2020-01-22
* spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot2020-01-07
* spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot2020-01-07
* spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot2020-01-07
* spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot2020-01-07
* spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot2020-01-07