summaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-15image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc1-9/+0
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc1-26/+19
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-07-23fit: Allow external data for FDTsJohn Keeping1-1/+2
2021-07-21image: Allow @ in node names when not using signaturesSimon Glass1-1/+1
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass1-1/+1
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass1-3/+3
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass1-1/+1
2021-07-16fit: Load DTO into temporary buffer and ignore load addressMarek Vasut1-4/+28
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+1
2021-04-14image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc1-0/+2
2021-04-14image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc1-0/+2
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini1-1/+1
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass1-0/+4
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass1-1/+1
2021-02-16image: Check for unit addresses in FITsSimon Glass1-4/+52
2021-02-16image: Add an option to do a full check of the FITSimon Glass1-0/+16
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-26/+20
2021-02-16fit: Don't allow verification of images with @ nodesSimon Glass1-5/+15
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-02common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija1-2/+2
2021-01-23image-fit: Fix FIT_CIPHER linkingJoel Stanley1-0/+15
2021-01-13image-fit: fit_check_format check for valid FDTHeinrich Schuchardt1-0/+6
2021-01-05image: support board_fit_config_name_matchSebastian Reichel1-6/+13
2021-01-05image: cleanup pre-processor usageSebastian Reichel1-26/+20
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek1-5/+6
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-0/+9
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-23/+6
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass1-3/+3
2020-04-01image: Be a little more verbose when checking signaturesSimon Glass1-1/+1
2020-04-01image: Correct comment for fit_conf_get_node()Simon Glass1-18/+0
2020-04-01Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini1-2/+4
2020-03-31image-fit: Allow loading FIT image for VxWorksLihua Zhao1-1/+2
2020-03-13fit: check return value of fit_image_get_data_size()Heinrich Schuchardt1-2/+4
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro1-3/+3
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes1-0/+63
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes1-0/+27
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea1-1/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-07fit: Do not automatically decompress ramdisk imagesJulius Werner1-4/+9
2019-07-29fit: Support compat string property in configuration nodeJulius Werner1-28/+39
2019-07-29fit: Support compression for non-kernel components (e.g. FDT)Julius Werner1-34/+52
2019-04-23fit: load all fragments from the extra configurationsPeter Ujfalusi1-0/+12
2018-12-03rsa: add a structure for the paddingPhilippe Reynes1-0/+5
2018-07-10fit: Verify all configuration signaturesMarek Vasut1-12/+14
2018-05-27add FIT data-position & data-offset property supportKelvin Cheung1-3/+51
2018-05-24fit: Add standalone image type handlingMarek Vasut1-0/+2
2018-05-24fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut1-1/+3