Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ef07a99b083378644bcb35e79eebd02b6cb8cd91
/
common
/
image-fit.c
44402fe
common: image: Remove FIT header update from image post-processing
by Andrew F. Davis
· 8 years ago
020198b
image-fit: Fix compiling error caused by autoconf.h
by York Sun
· 8 years ago
ec6617c
armv8: Support loading 32-bit OS in AArch32 execution state
by Alison Wang
· 8 years ago
df87e6b
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
b02e404
libfdt: Bring in upstream stringlist functions
by Simon Glass
· 8 years ago
bd86ef1
image-fit: Fix fit_get_node_from_config semantics
by Paul Burton
· 8 years ago
bac17b7
image-fit: switch ENOLINK to ENOENT
by Jonathan Gray
· 8 years ago
950fe26
image-fit: fix fit_image_load() OS check
by Andreas Bießmann
· 8 years ago
eba3fbd
common: image: Add support for post-processing of images
by Andreas Dannenberg
· 8 years ago
e8fb435
common: fit: Allow U-Boot images to be booted
by mario.six@gdsys.cc
· 8 years ago
e17adbb
common: image-fit: Cleanup spelling mistakes
by Andreas Dannenberg
· 8 years ago
62afc60
image: Add boot_get_fpga() to load fpga with bootm
by Michal Simek
· 8 years ago
ed0cea7
mkimage: Report information about fpga
by Michal Simek
· 8 years ago
8df81e1
image-fit: Don't display an error in fit_set_timestamp()
by Simon Glass
· 9 years ago
c1913cb
common: image-fit: Fix load and entry addresses in FIT image
by York Sun
· 9 years ago
6004765
common: image-fit: Use a common function to get address
by York Sun
· 9 years ago
73223f0
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
2e33e76
Revert "image-fit: Fix signature checking"
by Simon Glass
· 9 years ago
7a80de4
image: Correct the OS location code to work on sandbox
by Simon Glass
· 9 years ago
84ca65a
image-fit: Fix signature checking
by Andrej Rosano
· 9 years ago
5bcec54
image-fit: Fix compiler warning in fit_conf_print()
by Hans de Goede
· 9 years ago
84a07db
add boot_get_loadables() to load listed images
by Karl Apsite
· 9 years ago
ecf8cd6
mkimage will now report information about loadable
by Karl Apsite
· 9 years ago
0eb25b6
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
364ac5b
image: Convert to use fdt_for_each_subnode macro
by Axel Lin
· 10 years ago
39931f9
dumpimage: fit: extract FIT images
by Guilherme Maciel Ferreira
· 10 years ago
3811723
image: Enable OpenRTOS booting via fitImage
by Marek Vasut
· 10 years ago
5bda35c
x86: image: Add new image type for x64_64
by Simon Glass
· 10 years ago
718feca
image-fit: make local function static
by Jeroen Hofstee
· 10 years ago
90268b8
x86: Support loading kernel setup from a FIT
by Simon Glass
· 10 years ago
5ba63dd
sandbox: bootm: Don't fail the architecture check
by Simon Glass
· 10 years ago
fe20a81
Fix test failure caused by bad handling of ramdisk
by Simon Glass
· 10 years ago
2b9912e
includes: move openssl headers to include/u-boot
by Jeroen Hofstee
· 10 years ago
ce1400f
Enhance fit_check_sign to check all images
by Simon Glass
· 10 years ago
e3c83c0
Fix small 'case' typo in image-fit.c
by Simon Glass
· 10 years ago
126cc86
image: Remove the fit_load_image() property parameter
by Simon Glass
· 10 years ago
12df2ab
Reverse the meaning of the fit_config_verify() return code
by Simon Glass
· 10 years ago
4f427a4
fdt: Update functions which write to an FDT to return -ENOSPC
by Simon Glass
· 10 years ago
2842c1c
fit: add sha256 support
by Heiko Schocher
· 11 years ago
f150c83
cosmetic: FIT: fix a strange comment
by Masahiro Yamada
· 11 years ago
2f0877c
FIT: delete unnecessary casts
by Masahiro Yamada
· 11 years ago
069d594
cosmetic: FIT: fix typos in comments
by Masahiro Yamada
· 11 years ago
1f8b546
Fix some obvious typos across multiple subsystems.
by Robert P. J. Day
· 11 years ago
1fd1e2f
image: Display FIT timestamp when booting
by Simon Glass
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
f320a4d
bootm: Use selected configuration for ramdisk and fdt
by Simon Glass
· 11 years ago
56518e7
image: Support signing of images
by Simon Glass
· 11 years ago
2f99807
image: Use ENOENT instead of ENOMEDIUM for better compatibility
by Simon Glass
· 11 years ago
c6ac13b
sandbox: image: Adjust FIT image printing to work with sandbox
by Simon Glass
· 11 years ago
4651800
image: Use fit_image_load() to load kernel
by Simon Glass
· 11 years ago
53f375f
image: Use fit_image_load() to load FDT
by Simon Glass
· 11 years ago
a51ec63
image: Use fit_image_load() to load ramdisk
by Simon Glass
· 11 years ago
782cfbb
image: Introduce fit_image_load() to load images from FITs
by Simon Glass
· 11 years ago
87ebee3
image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL
by Simon Glass
· 12 years ago
1fe7d93
image: Remove remaining #ifdefs in image-fit.c
by Simon Glass
· 12 years ago
d8b7536
image: Rename hash printing to fit_image_print_verification_data()
by Simon Glass
· 12 years ago
003efd7
image: Export fit_conf_get_prop_node()
by Simon Glass
· 12 years ago
e754da2
image: Move error! string to common place
by Simon Glass
· 12 years ago
ab9efc6
image: Move hash checking into its own function
by Simon Glass
· 12 years ago
b8da836
image: Rename fit_image_check_hashes() to fit_image_verify()
by Simon Glass
· 12 years ago
604f23d
image: Move HOSTCC image code to tools/
by Simon Glass
· 12 years ago
53fbb7e
image: Split FIT code into new image-fit.c
by Simon Glass
· 12 years ago