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-10-19
spl: riscv: add os type for next booting stage
Randolph
2023-10-17
spl: Use map_sysmem where appropriate
Sean Anderson
2023-10-17
spl: fit: Fix entry point for SPL_LOAD_FIT_FULL
Sean Anderson
2023-10-16
spl: fit: Add board level function to decide application of DTO
Marek Vasut
2023-10-08
Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...
Tom Rini
2023-10-07
spl: fit: support for booting a LZMA-compressed U-boot binary
Manoj Sai
2023-10-07
spl: fit: support for booting a GZIP-compressed U-boot binary
Manoj Sai
2023-10-06
spl: Use the correct FIT_..._PROP constants
Simon Glass
2023-10-06
spl: Move the full FIT code to spl_fit.c
Simon Glass
2023-10-06
spl: Rename spl_load_fit_image() to load_simple_fit()
Simon Glass
2023-10-06
spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...
Simon Glass
2023-09-30
Convert CFG_SYS_UBOOT_START to Kconfig
Jesse Taube
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-06-24
imx: hab: Simplify the mechanism
Marek Vasut
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
[next]