index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
image-fit.c
Age
Commit message (
Expand
)
Author
2015-05-29
imx-common: m4boot: allow to boot other OS'es using m4boot
Stefan Agner
2015-02-16
image: Convert to use fdt_for_each_subnode macro
Axel Lin
2015-01-29
dumpimage: fit: extract FIT images
Guilherme Maciel Ferreira
2015-01-14
image: Enable OpenRTOS booting via fitImage
Marek Vasut
2014-10-28
x86: image: Add new image type for x64_64
Simon Glass
2014-10-25
image-fit: make local function static
Jeroen Hofstee
2014-10-22
x86: Support loading kernel setup from a FIT
Simon Glass
2014-10-22
sandbox: bootm: Don't fail the architecture check
Simon Glass
2014-08-28
Fix test failure caused by bad handling of ramdisk
Simon Glass
2014-06-19
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2014-06-19
Enhance fit_check_sign to check all images
Simon Glass
2014-06-19
Fix small 'case' typo in image-fit.c
Simon Glass
2014-06-19
image: Remove the fit_load_image() property parameter
Simon Glass
2014-06-19
Reverse the meaning of the fit_config_verify() return code
Simon Glass
2014-06-11
fdt: Update functions which write to an FDT to return -ENOSPC
Simon Glass
2014-03-21
fit: add sha256 support
Heiko Schocher
2014-02-19
cosmetic: FIT: fix a strange comment
Masahiro Yamada
2013-09-20
FIT: delete unnecessary casts
Masahiro Yamada
2013-09-20
cosmetic: FIT: fix typos in comments
Masahiro Yamada
2013-09-20
Fix some obvious typos across multiple subsystems.
Robert P. J. Day
2013-08-16
image: Display FIT timestamp when booting
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-12
bootm: Use selected configuration for ramdisk and fdt
Simon Glass
2013-06-26
image: Support signing of images
Simon Glass
2013-06-17
image: Use ENOENT instead of ENOMEDIUM for better compatibility
Simon Glass
2013-06-04
sandbox: image: Adjust FIT image printing to work with sandbox
Simon Glass
2013-06-04
image: Use fit_image_load() to load kernel
Simon Glass
2013-06-04
image: Use fit_image_load() to load FDT
Simon Glass
2013-06-04
image: Use fit_image_load() to load ramdisk
Simon Glass
2013-06-04
image: Introduce fit_image_load() to load images from FITs
Simon Glass
2013-05-14
image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL
Simon Glass
2013-05-14
image: Remove remaining #ifdefs in image-fit.c
Simon Glass
2013-05-14
image: Rename hash printing to fit_image_print_verification_data()
Simon Glass
2013-05-14
image: Export fit_conf_get_prop_node()
Simon Glass
2013-05-14
image: Move error! string to common place
Simon Glass
2013-05-14
image: Move hash checking into its own function
Simon Glass
2013-05-14
image: Rename fit_image_check_hashes() to fit_image_verify()
Simon Glass
2013-05-14
image: Move HOSTCC image code to tools/
Simon Glass
2013-05-14
image: Split FIT code into new image-fit.c
Simon Glass