index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_fit.c
Age
Commit message (
Expand
)
Author
2023-02-06
spl: Drop unwanted return in spl_fit_upload_fpga()
Simon Glass
2023-01-20
global: Remove unused CONFIG defines
Tom Rini
2023-01-18
trace: Use notrace for short
Simon Glass
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-09-14
spl: fit: Allocate buffers aligned to cache line size
Stefan Herbrechtsmeier
2022-07-26
spl: fit: pass real compatible flags to fpga_load()
Oleksandr Suvorov
2022-07-26
fpga: pass compatible flags to fpga_load()
Oleksandr Suvorov
2022-01-26
tools: Pass the key blob around
Simon Glass
2021-12-01
spl: fit: Skip attempting to load 0 length image
Nishanth Menon
2021-10-07
imx: spl: fix imx8m secure boot
Heiko Schocher
2021-10-07
spl_fit. add hook to make fixes after fit header is loaded
Heiko Schocher
2021-07-01
Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
2021-06-23
spl: fit: Also record architecture in /fit-images
Michal Simek
2021-06-11
common: fit: Update board_fit_image_post_process() to pass fit and node_offset
Lokesh Vutla
2021-05-04
sysinfo: Require that sysinfo_detect be called before other methods
Sean Anderson
2021-04-14
spl: fit: Support loading FPGA images from list of "loadables"
Alexandru Gagniuc
2021-04-14
spl: fit: Warn if FIT contains "fpga" property in config node
Alexandru Gagniuc
2021-04-14
spl: fit: Move FPGA loading code to separate functions
Alexandru Gagniuc
2021-04-14
spl: fit: Don't overwrite previous loadable if "load" is missing
Alexandru Gagniuc
2021-03-12
spl: Convert spl_fit to work with sandbox
Simon Glass
2021-02-17
spl: fit: Load devicetree when a Linux payload is found
Alexandru Gagniuc
2021-02-17
spl: fit: Replace #ifdef blocks with more readable constructs
Alexandru Gagniuc
2021-02-17
spl: fit: Only look up FIT configuration node once
Alexandru Gagniuc
2021-02-17
spl: fit: Remove useless loop in spl_fit_get_image_name()
Alexandru Gagniuc
2021-02-17
spl: fit: Pass FIT context via a structure pointer
Alexandru Gagniuc
2021-02-17
spl: fit: Factor out FIT parsing and use a context struct
Alexandru Gagniuc
2021-02-17
spl: fit: Drop 'length' argument to board_spl_fit_post_load()
Alexandru Gagniuc
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-16
common: spl: spl_fit.c: report an error on hash check fail
Philippe Reynes
2020-12-07
spl: fit: Prefer a malloc()'d buffer for loading images
Alexandru Gagniuc
2020-12-01
spl: spl_fit.c: enable check of signature for config node in spl/tpl
Philippe Reynes
2020-11-06
board: Rename uclass to sysinfo
Simon Glass
2020-10-27
spl: Use standard FIT entries
Michal Simek
2020-10-22
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2020-10-22
spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
Samuel Holland
2020-10-21
Revert "Fix data abort caused by mis-aligning FIT data"
Marek Vasut
2020-09-23
fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA
Michal Simek
2020-09-11
Fix data abort caused by mis-aligning FIT data
Reuben Dowle
2020-07-08
spl: fit: fail fit loading in case of FDT appending error
Dario Binacchi
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-04-24
spl: fit: do not check argument of free()
Heinrich Schuchardt
2020-04-03
Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
Ye Li
2020-01-22
spl_fit.c: enable loading compressed u-boot from fit image
Klaus H. Sorensen
2020-01-07
spl: fit: Allow the board to tell if more images must be loaded from FIT
Jean-Jacques Hiblot
2020-01-07
spl: fit: constify the output parameter of spl_fit_get_image_name()
Jean-Jacques Hiblot
2020-01-07
spl: fit: be more verbose when an error occurs when applying the overlays
Jean-Jacques Hiblot
2020-01-07
spl: fit: Do not fail immediately if an overlay is not available
Jean-Jacques Hiblot
2020-01-07
spl: fit: allocate a temporary buffer to load the overlays
Jean-Jacques Hiblot
2020-01-07
spl: fit: Make room in the FDT before applying overlays
Jean-Jacques Hiblot
[next]