summaryrefslogtreecommitdiff
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-081-26/+19
* 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
* fit: Support compat string property in configuration nodeJulius Werner2019-07-291-28/+39
* fit: Support compression for non-kernel components (e.g. FDT)Julius Werner2019-07-291-34/+52
* fit: load all fragments from the extra configurationsPeter Ujfalusi2019-04-221-0/+12
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+5
* fit: Verify all configuration signaturesMarek Vasut2018-07-101-12/+14
* add FIT data-position & data-offset property supportKelvin Cheung2018-05-261-3/+51
* fit: Add standalone image type handlingMarek Vasut2018-05-231-0/+2
* fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut2018-05-231-1/+3
* fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut2018-05-231-2/+2