summaryrefslogtreecommitdiff
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* Create a new boot/ directorySimon Glass2021-11-111-2448/+0
* image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass2021-10-081-3/+4
* image: Drop #ifdefs for fit_print_contents()Simon Glass2021-10-081-5/+6
* image: Drop IMAGE_ENABLE_IGNORESimon Glass2021-10-081-1/+1
* image: Add Kconfig options for FIT in the tools buildSimon Glass2021-10-081-2/+2
* compiler: Rename host_build() to tools_build()Simon Glass2021-10-081-4/+4
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-26/+10
|\
| * image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc2021-09-141-9/+0
| * image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-081-26/+19
* | fit: Use DM hash driver if supportedChia-Wei Wang2021-09-011-0/+30
|/
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* fit: Allow external data for FDTsJohn Keeping2021-07-231-1/+2
* image: Allow @ in node names when not using signaturesSimon Glass2021-07-211-1/+1
* image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass2021-07-161-1/+1
* image: Drop IMAGE_ENABLE_SHAxxxSimon Glass2021-07-161-3/+3
* image: Drop IMAGE_ENABLE_SHA1Simon Glass2021-07-161-1/+1
* fit: Load DTO into temporary buffer and ignore load addressMarek Vasut2021-07-151-4/+28
* common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-111-1/+1
* image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc2021-04-141-0/+2
* image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc2021-04-141-0/+2
* Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2021-03-291-1/+1
|\
| * image: Avoid -ENODATA in host toolsSimon Glass2021-03-171-1/+1
* | sandbox: image: Allow sandbox to load any imageSimon Glass2021-03-271-0/+4
|/
* image: Check for unit addresses in FITsSimon Glass2021-02-151-4/+52
* image: Add an option to do a full check of the FITSimon Glass2021-02-151-0/+16
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-26/+20
* fit: Don't allow verification of images with @ nodesSimon Glass2021-02-151-5/+15
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2021-02-011-2/+2
* image-fit: Fix FIT_CIPHER linkingJoel Stanley2021-01-221-0/+15
* image-fit: fit_check_format check for valid FDTHeinrich Schuchardt2021-01-131-0/+6
* image: support board_fit_config_name_matchSebastian Reichel2021-01-051-6/+13
* image: cleanup pre-processor usageSebastian Reichel2021-01-051-26/+20
* spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek2020-10-271-5/+6
* Add support for SHA384 and SHA512Reuben Dowle2020-06-121-0/+9
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-nextTom Rini2020-04-071-23/+6
|\
| * image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-3/+3
| * image: Be a little more verbose when checking signaturesSimon Glass2020-04-011-1/+1
| * image: Correct comment for fit_conf_get_node()Simon Glass2020-04-011-18/+0
| * image-fit: Allow loading FIT image for VxWorksLihua Zhao2020-03-311-1/+2
* | Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-311-2/+4
|\ \ | |/
| * fit: check return value of fit_image_get_data_size()Heinrich Schuchardt2020-03-131-2/+4
* | lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-03-121-3/+3
|/
* u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-supportPhilippe Reynes2020-01-171-0/+63
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+27
* image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2020-01-071-1/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* fit: Do not automatically decompress ramdisk imagesJulius Werner2019-08-071-4/+9