Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
8afd4ea5b9d5d9a18db4e9fee16d89999711d205
/
include
/
image.h
795f452
mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures
by Alex Kiernan
· 6 years ago
7f13b37
ARM: image: Add option for ignoring ep bit 3
by Marek Vasut
· 6 years ago
c3c8638
add FIT data-position & data-offset property support
by Kelvin Cheung
· 6 years ago
0298d20
fit: Add standalone image type handling
by Marek Vasut
· 6 years ago
16c4b16
FIT: Make fit_conf_print() be a static function
by Tom Rini
· 7 years ago
3b52847
Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 6 years ago
6915dcf
tools: zynqmpimage: Add bif support
by Alexander Graf
· 7 years ago
662abc4
image: socfpga: Add SFP image version 1 definition
by Marek Vasut
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
1f8e4bf
image: fit: Show firmware configuration property if present
by Michal Simek
· 7 years ago
641599a
image.h: add forward declaration of struct fdt_region
by Masahiro Yamada
· 7 years ago
45b5571
image: Add IH_OS_TEE for TEE chain-load boot
by Bryan O'Donoghue
· 7 years ago
81260e3
tools/mkimage: add support for STM32 image format
by Patrick Delaunay
· 7 years ago
5c643db
SPL: Add signature verification when loading image
by Jun Nie
· 7 years ago
b08c8c4
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
6808ef9
move booti_setup to arch/arm/lig/image.c
by Bin Chen
· 7 years ago
1048161
parse the second area of android image
by Bin Chen
· 7 years ago
b2267e8
fix incorrect usage of DT node unit address in comments
by Andre Przywara
· 7 years ago
068feb9
riscv: Modify generic codes to support RISC-V
by Rick Chen
· 7 years ago
a1be94b
SPL: Add FIT data-position property support
by Peng Fan
· 7 years ago
4914af1
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
by Philipp Tomsich
· 7 years ago
137aefb
common: Remove genimg_get_image()
by Tuomas Tynkkynen
· 7 years ago
02035d0
fit: If no matching config is found in fit_find_config_node(), use the default one
by Jean-Jacques Hiblot
· 7 years ago
169043d
fit: Introduce methods for applying overlays on fit-load
by Pantelis Antoniou
· 7 years ago
6442c96
image: Add TI PMMC image type
by Andrew F. Davis
· 7 years ago
723806c
env: Rename some other getenv()-related functions
by Simon Glass
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
92926bc
boot_fit: Create helper functions that can be used to select DTB out of FIT
by Cooper Jr., Franklin
· 7 years ago
3863f84
spl: fit: Break out some functions into a common file
by Cooper Jr., Franklin
· 7 years ago
4ac0a32
armv8: Support loading 32-bit OS which is not in the form of FIT
by Alison Wang
· 7 years ago
089df18
lib: move hash CONFIG options to Kconfig
by Tom Rini
· 7 years ago
0db7f68
FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORT
by Tom Rini
· 7 years ago
a5c7e41
image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESS
by Madan Srinivas
· 8 years ago
aeb9c53
Kconfig: define MD5 dependency for FIT support
by Andre Przywara
· 8 years ago
c2e7e72
bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
by Rick Altherr
· 8 years ago
f253f29
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 8 years ago
f1ca1fd
mkimage: Add support for signing with pkcs11
by George McCollister
· 8 years ago
db1b79b
splash: add support for loading splash from a FIT image
by tomas.melin@vaisala.com
· 8 years ago
d21bd69
tools: mkimage: add firmware-ivt image type for HAB verification
by Sven Ebenfeld
· 8 years ago
7e719ee
image: Add Trusted Execution Environment image type
by Andrew F. Davis
· 8 years ago
d7be509
image: Add FIT image loadable section custom processing
by Andrew F. Davis
· 8 years ago
83dd98e
image: Combine image_sig_algo with image_sign_info
by Andrew Duda
· 8 years ago
0c1d74f
image: Add crypto_algo struct for RSA info
by Andrew Duda
· 8 years ago
da29f29
rsa: Verify RSA padding programatically
by Andrew Duda
· 8 years ago
5300a4f
rsa: cosmetic: rename pad_len to key_len
by Andrew Duda
· 8 years ago
ed0c2c0
tools: mkimage: add support for Vybrid image format
by Albert ARIBAUD \(3ADEV\)
· 8 years ago
de5e5ce
xtensa: add support for the xtensa processor architecture [1/2]
by Chris Zankel
· 8 years ago
ff87b08
image: fix IH_ARCH_... values for uImage compatibility
by Masahiro Yamada
· 8 years ago
1426220
image: Add functions to obtain category information
by Simon Glass
· 8 years ago
56d7ab7
image: Create a table of information for each category
by Simon Glass
· 8 years ago
555f45d
image: Convert the IH_... values to enums
by Simon Glass
· 8 years ago
da74d1f
spl: fit: add support for post-processing of images
by Daniel Allred
· 8 years ago
4f1318b
common: image: minimal android image iminfo support
by Michael Trimarchi
· 8 years ago
6f41751
Revert "image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro."
by Masahiro Yamada
· 8 years ago
56adbb3
image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro.
by Robert P. J. Day
· 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
d9b58b3
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
by Michal Simek
· 9 years ago
f1dcee5
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· 9 years ago
4b307f2
spl: Add a way for boards to select which device tree to load
by Simon Glass
· 9 years ago
cef2e51
image: Add functions to obtain short names
by Simon Glass
· 9 years ago
aa34fbc
fdt: Allow libfdt to be used in SPL
by Simon Glass
· 9 years ago
73223f0
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
69e173e
Move CONFIG_OF_LIBFDT to Kconfig
by Simon Glass
· 9 years ago
7a80de4
image: Correct the OS location code to work on sandbox
by Simon Glass
· 9 years ago
66eef1e
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
by Nathan Rossi
· 9 years ago
027b728
Add support for LZ4 decompression algorithm
by Julius Werner
· 9 years ago
10b84fe
rockchip: Add support for the SPI image
by Simon Glass
· 9 years ago
f9a3c27
rockchip: Add support for the SD image
by Simon Glass
· 9 years ago
a131c1f
rockchip: Add the rkimage format to mkimage
by Simon Glass
· 9 years ago
5b9d44d
mkimage: Display a better list of available image types
by Simon Glass
· 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
26e355d
Fix musl build
by Jörg Krause
· 10 years ago
39f520b
lpc32xx: add lpc32xx-spl.bin boot image target
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
8e3da9d
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
b37b46f
rsa: Use checksum algorithms from struct hash_algo
by Ruchika Gupta
· 10 years ago
39931f9
dumpimage: fit: extract FIT images
by Guilherme Maciel Ferreira
· 10 years ago
67ddd95
image: bootm: Add OpenRTOS image type
by Marek Vasut
· 10 years ago
c654b51
fdt: Add ft_system_setup() function for system device tree additions
by Simon Glass
· 10 years ago
5bda35c
x86: image: Add new image type for x64_64
by Simon Glass
· 10 years ago
90268b8
x86: Support loading kernel setup from a FIT
by Simon Glass
· 10 years ago
832472a
tools: socfpga: Add socfpga preloader signing to mkimage
by Charles Manning
· 11 years ago
fe20a81
Fix test failure caused by bad handling of ramdisk
by Simon Glass
· 10 years ago
6c454fe
image: fix bootm failure for FIT image
by Bryan Wu
· 10 years ago
0f64140
image: introduce genimg_get_kernel_addr()
by Bryan Wu
· 10 years ago
9a4f479
fit: make sha256 support optional
by Dirk Eibach
· 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
126cc86
image: Remove the fit_load_image() property parameter
by Simon Glass
· 10 years ago
1de7bb4
Prevent a buffer overflow in mkimage when signing with SHA256
by Michael van der Westhuizen
· 10 years ago
21d29f7
bootm: make use of legacy image format configurable
by Heiko Schocher
· 10 years ago
7b1a411
mkimage: add atmelimage
by Andreas Bießmann
· 10 years ago
c9afa7c
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
d2a3e911
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 11 years ago
9ace3fc
image: add support for Android's boot image format
by Sebastian Siewior
· 11 years ago
bf411ea
tools: mkimage: add support for gpimage format
by Karicheri, Muralidharan
· 11 years ago
29a23f9
tools, fit_check_sign: verify a signed fit image
by Heiko Schocher
· 11 years ago
db1b5f3
rsa: add sha256,rsa4096 algorithm
by Heiko Schocher
· 11 years ago
646257d
rsa: add sha256-rsa2048 algorithm
by Heiko Schocher
· 11 years ago
Next »