Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
397b062ae815cc30cbaa8c093cc6ff80a19d5c44
/
include
/
image.h
47ef986
common: Move bootm_decomp_image() to image.c (as image_decomp())
by Julius Werner
· 5 years ago
c220bd9
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
by Tom Rini
· 6 years ago
ca99a8a
ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
by Tien Fong Chee
· 6 years ago
9acd30c
Remove #define CONFIG_CRC32
by Chris Packham
· 6 years ago
bb6abce
Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verification
by Alex Kiernan
· 6 years ago
1403f39
image: android: allow booting lz4-compressed kernels
by Eugeniu Rosca
· 6 years ago
10d7c4b
Restore compatibility of image type IDs
by Stefano Babic
· 6 years ago
47d73f0
rsa: add support of padding pss
by Philippe Reynes
· 6 years ago
1246835
rsa: add a structure for the padding
by Philippe Reynes
· 6 years ago
e1de5d4
tools: MediaTek: add MTK boot header generation to mkimage
by developer
· 6 years ago
60a5607
tools: add i.MX8/8X image support
by Peng Fan
· 6 years ago
697fcdc
mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures
by Alex Kiernan
· 6 years ago
85ed289
ARM: image: Add option for ignoring ep bit 3
by Marek Vasut
· 6 years ago
186cc99
add FIT data-position & data-offset property support
by Kelvin Cheung
· 7 years ago
93e9575
fit: Add standalone image type handling
by Marek Vasut
· 7 years ago
7d77b66
FIT: Make fit_conf_print() be a static function
by Tom Rini
· 7 years ago
ad2102e
Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 7 years ago
5329d67
tools: zynqmpimage: Add bif support
by Alexander Graf
· 7 years ago
83f6928
image: socfpga: Add SFP image version 1 definition
by Marek Vasut
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
b766e8f
image: fit: Show firmware configuration property if present
by Michal Simek
· 7 years ago
fe11aee
image.h: add forward declaration of struct fdt_region
by Masahiro Yamada
· 7 years ago
2f72dec
image: Add IH_OS_TEE for TEE chain-load boot
by Bryan O'Donoghue
· 7 years ago
e6db5df
tools/mkimage: add support for STM32 image format
by Patrick Delaunay
· 7 years ago
adf5d1c
SPL: Add signature verification when loading image
by Jun Nie
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
dac184b
move booti_setup to arch/arm/lig/image.c
by Bin Chen
· 7 years ago
909f140
parse the second area of android image
by Bin Chen
· 7 years ago
3234ecd
fix incorrect usage of DT node unit address in comments
by Andre Przywara
· 7 years ago
3301bfc
riscv: Modify generic codes to support RISC-V
by Rick Chen
· 7 years ago
8876c7e
SPL: Add FIT data-position property support
by Peng Fan
· 7 years ago
1bf3eb2
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
by Philipp Tomsich
· 7 years ago
25c9bee
common: Remove genimg_get_image()
by Tuomas Tynkkynen
· 7 years ago
5e7c12e
fit: If no matching config is found in fit_find_config_node(), use the default one
by Jean-Jacques Hiblot
· 7 years ago
6e51fb2
fit: Introduce methods for applying overlays on fit-load
by Pantelis Antoniou
· 7 years ago
30f9d56
image: Add TI PMMC image type
by Andrew F. Davis
· 7 years ago
da1a134
env: Rename some other getenv()-related functions
by Simon Glass
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
899aad2
boot_fit: Create helper functions that can be used to select DTB out of FIT
by Cooper Jr., Franklin
· 7 years ago
e679240
spl: fit: Break out some functions into a common file
by Cooper Jr., Franklin
· 7 years ago
42664e0
armv8: Support loading 32-bit OS which is not in the form of FIT
by Alison Wang
· 7 years ago
5bdd919
lib: move hash CONFIG options to Kconfig
by Tom Rini
· 8 years ago
cc54a10
FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORT
by Tom Rini
· 8 years ago
a2f8c94
image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESS
by Madan Srinivas
· 8 years ago
8476330
Kconfig: define MD5 dependency for FIT support
by Andre Przywara
· 8 years ago
bf3fafe
bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
by Rick Altherr
· 8 years ago
168e122
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 8 years ago
23d1489
mkimage: Add support for signing with pkcs11
by George McCollister
· 8 years ago
45ee790
splash: add support for loading splash from a FIT image
by tomas.melin@vaisala.com
· 8 years ago
59697a2
tools: mkimage: add firmware-ivt image type for HAB verification
by Sven Ebenfeld
· 8 years ago
378bcff
image: Add Trusted Execution Environment image type
by Andrew F. Davis
· 8 years ago
28b28f7
image: Add FIT image loadable section custom processing
by Andrew F. Davis
· 8 years ago
6616c82
image: Combine image_sig_algo with image_sign_info
by Andrew Duda
· 8 years ago
06ca6d6
image: Add crypto_algo struct for RSA info
by Andrew Duda
· 8 years ago
3db9ff0
rsa: Verify RSA padding programatically
by Andrew Duda
· 8 years ago
eed7e78
rsa: cosmetic: rename pad_len to key_len
by Andrew Duda
· 8 years ago
2e9f494
tools: mkimage: add support for Vybrid image format
by Albert ARIBAUD \(3ADEV\)
· 8 years ago
41e3737
xtensa: add support for the xtensa processor architecture [1/2]
by Chris Zankel
· 8 years ago
166829f
image: fix IH_ARCH_... values for uImage compatibility
by Masahiro Yamada
· 8 years ago
1986433
image: Add functions to obtain category information
by Simon Glass
· 8 years ago
7da41d5
image: Create a table of information for each category
by Simon Glass
· 8 years ago
3c536ed
image: Convert the IH_... values to enums
by Simon Glass
· 8 years ago
cf839bd
spl: fit: add support for post-processing of images
by Daniel Allred
· 8 years ago
44af20b
common: image: minimal android image iminfo support
by Michael Trimarchi
· 8 years ago
191413c
Revert "image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro."
by Masahiro Yamada
· 8 years ago
e421e95
image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro.
by Robert P. J. Day
· 9 years ago
ebae78b
image: Add boot_get_fpga() to load fpga with bootm
by Michal Simek
· 9 years ago
0a130b1
mkimage: Report information about fpga
by Michal Simek
· 9 years ago
fa12466
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
by Michal Simek
· 9 years ago
a6131a2
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· 9 years ago
f287dfd
spl: Add a way for boards to select which device tree to load
by Simon Glass
· 9 years ago
86c362d
image: Add functions to obtain short names
by Simon Glass
· 9 years ago
8b42692
fdt: Allow libfdt to be used in SPL
by Simon Glass
· 9 years ago
e3ee2fb
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
a66c541
Move CONFIG_OF_LIBFDT to Kconfig
by Simon Glass
· 9 years ago
5b539a0
image: Correct the OS location code to work on sandbox
by Simon Glass
· 9 years ago
ce1771e
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
by Nathan Rossi
· 9 years ago
f41a3ca
Add support for LZ4 decompression algorithm
by Julius Werner
· 9 years ago
c17b145
rockchip: Add support for the SPI image
by Simon Glass
· 9 years ago
3b1e507
rockchip: Add support for the SD image
by Simon Glass
· 9 years ago
c9c7403
rockchip: Add the rkimage format to mkimage
by Simon Glass
· 9 years ago
434a31b
mkimage: Display a better list of available image types
by Simon Glass
· 9 years ago
1b21c28
add boot_get_loadables() to load listed images
by Karl Apsite
· 10 years ago
8f0537d
mkimage will now report information about loadable
by Karl Apsite
· 10 years ago
983487f
Fix musl build
by Jörg Krause
· 10 years ago
ed1cb1a
lpc32xx: add lpc32xx-spl.bin boot image target
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
d1f0b63
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
2c8987f
rsa: Use checksum algorithms from struct hash_algo
by Ruchika Gupta
· 10 years ago
3c46bcd
dumpimage: fit: extract FIT images
by Guilherme Maciel Ferreira
· 10 years ago
0e3b512
image: bootm: Add OpenRTOS image type
by Marek Vasut
· 10 years ago
6c0be91
fdt: Add ft_system_setup() function for system device tree additions
by Simon Glass
· 10 years ago
9d42830
x86: image: Add new image type for x64_64
by Simon Glass
· 10 years ago
0129b52
x86: Support loading kernel setup from a FIT
by Simon Glass
· 10 years ago
685e87f
tools: socfpga: Add socfpga preloader signing to mkimage
by Charles Manning
· 11 years ago
05a9ad7
Fix test failure caused by bad handling of ramdisk
by Simon Glass
· 10 years ago
f5c377a
image: fix bootm failure for FIT image
by Bryan Wu
· 10 years ago
af7b0de
image: introduce genimg_get_kernel_addr()
by Bryan Wu
· 10 years ago
88919ca
fit: make sha256 support optional
by Dirk Eibach
· 10 years ago
bfe88fe
includes: move openssl headers to include/u-boot
by Jeroen Hofstee
· 10 years ago
a51991d
Enhance fit_check_sign to check all images
by Simon Glass
· 10 years ago
Next »