summaryrefslogtreecommitdiffstats
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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 headerSimon 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...Tom 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 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 aesPhilippe 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
* FIT: Make fit_conf_print() be a static functionTom Rini2018-05-231-182/+179
* image: fit: Show signatures and hashes for configurationsClément Péron2018-05-081-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* image: fit: Show information about OS type in firwmare case tooMichal Simek2018-04-061-1/+2
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-061-0/+4
* SPL: Add signature verification when loading imageJun Nie2018-03-191-22/+34
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-151-8/+8
* SPL: Add FIT data-position property supportPeng Fan2017-12-121-0/+25
* fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-151-4/+177