index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
pinetabv-devel
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
image-fit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
fit: Allow external data for FDTs
John Keeping
1
-1
/
+2
2021-07-21
image: Allow @ in node names when not using signatures
Simon Glass
1
-1
/
+1
2021-07-16
image: Drop IMAGE_ENABLE_BEST_MATCH
Simon Glass
1
-1
/
+1
2021-07-16
image: Drop IMAGE_ENABLE_SHAxxx
Simon Glass
1
-3
/
+3
2021-07-16
image: Drop IMAGE_ENABLE_SHA1
Simon Glass
1
-1
/
+1
2021-07-16
fit: Load DTO into temporary buffer and ignore load address
Marek Vasut
1
-4
/
+28
2021-06-11
common: fit: Update board_fit_image_post_process() to pass fit and node_offset
Lokesh Vutla
1
-1
/
+1
2021-04-14
image-fit: Accept OP-TEE images when booting a FIT
Alexandru Gagniuc
1
-0
/
+2
2021-04-14
image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid
Alexandru Gagniuc
1
-0
/
+2
2021-03-30
Merge tag 'v2021.04-rc5' into next
Tom Rini
1
-1
/
+1
2021-03-27
sandbox: image: Allow sandbox to load any image
Simon Glass
1
-0
/
+4
2021-03-17
image: Avoid -ENODATA in host tools
Simon Glass
1
-1
/
+1
2021-02-16
image: Check for unit addresses in FITs
Simon Glass
1
-4
/
+52
2021-02-16
image: Add an option to do a full check of the FIT
Simon Glass
1
-0
/
+16
2021-02-16
image: Adjust the workings of fit_check_format()
Simon Glass
1
-26
/
+20
2021-02-16
fit: Don't allow verification of images with @ nodes
Simon Glass
1
-5
/
+15
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-02-02
common: Kconfig.boot: Add FIT_PRINT config option
Ravik Hasija
1
-2
/
+2
2021-01-23
image-fit: Fix FIT_CIPHER linking
Joel Stanley
1
-0
/
+15
2021-01-13
image-fit: fit_check_format check for valid FDT
Heinrich Schuchardt
1
-0
/
+6
2021-01-05
image: support board_fit_config_name_match
Sebastian Reichel
1
-6
/
+13
2021-01-05
image: cleanup pre-processor usage
Sebastian Reichel
1
-26
/
+20
2020-10-27
spl: fdt: Record load/entry fit-images entries in 64bit format
Michal Simek
1
-5
/
+6
2020-06-12
Add support for SHA384 and SHA512
Reuben Dowle
1
-0
/
+9
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-04-08
Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-23
/
+6
2020-04-01
image: Use constants for 'required' and 'key-name-hint'
Simon Glass
1
-3
/
+3
2020-04-01
image: Be a little more verbose when checking signatures
Simon Glass
1
-1
/
+1
2020-04-01
image: Correct comment for fit_conf_get_node()
Simon Glass
1
-18
/
+0
2020-04-01
Merge branch 'next' of git://git.denx.de/u-boot-usb into next
Tom Rini
1
-2
/
+4
2020-03-31
image-fit: Allow loading FIT image for VxWorks
Lihua Zhao
1
-1
/
+2
2020-03-13
fit: check return value of fit_image_get_data_size()
Heinrich Schuchardt
1
-2
/
+4
2020-03-12
lib: rsa: decouple rsa from FIT image verification
AKASHI Takahiro
1
-3
/
+3
2020-01-17
u-boot: fit: add support to decrypt fit with aes
Philippe Reynes
1
-0
/
+63
2020-01-17
mkimage: fit: add support to encrypt image with aes
Philippe Reynes
1
-0
/
+27
2020-01-07
image: Add IH_OS_EFI for EFI chain-load boot
Cristian Ciocaltea
1
-1
/
+2
2019-12-03
crc32: Use the crc.h header for crc functions
Simon Glass
1
-0
/
+1
2019-08-07
fit: Do not automatically decompress ramdisk images
Julius Werner
1
-4
/
+9
2019-07-29
fit: Support compat string property in configuration node
Julius Werner
1
-28
/
+39
2019-07-29
fit: Support compression for non-kernel components (e.g. FDT)
Julius Werner
1
-34
/
+52
2019-04-23
fit: load all fragments from the extra configurations
Peter Ujfalusi
1
-0
/
+12
2018-12-03
rsa: add a structure for the padding
Philippe Reynes
1
-0
/
+5
2018-07-10
fit: Verify all configuration signatures
Marek Vasut
1
-12
/
+14
2018-05-27
add FIT data-position & data-offset property support
Kelvin Cheung
1
-3
/
+51
2018-05-24
fit: Add standalone image type handling
Marek Vasut
1
-0
/
+2
2018-05-24
fit: Add empty fit_print_contents() and fit_image_print()
Marek Vasut
1
-1
/
+3
2018-05-24
fit: Fix CONFIG_FIT_SPL_PRINT
Marek Vasut
1
-2
/
+2
2018-05-24
FIT: Make fit_conf_print() be a static function
Tom Rini
1
-182
/
+179
2018-05-09
image: fit: Show signatures and hashes for configurations
Clément Péron
1
-0
/
+13
[next]