aboutsummaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)Author
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-04-14image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc
2021-04-14image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass
2021-02-15image: Check for unit addresses in FITsSimon Glass
2021-02-15image: Add an option to do a full check of the FITSimon Glass
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2021-02-15fit: Don't allow verification of images with @ nodesSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija
2021-01-22image-fit: Fix FIT_CIPHER linkingJoel Stanley
2021-01-13image-fit: fit_check_format check for valid FDTHeinrich Schuchardt
2021-01-05image: support board_fit_config_name_matchSebastian Reichel
2021-01-05image: cleanup pre-processor usageSebastian Reichel
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek
2020-06-12Add support for SHA384 and SHA512Reuben Dowle
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass
2020-04-01image: Be a little more verbose when checking signaturesSimon Glass
2020-04-01image: Correct comment for fit_conf_get_node()Simon Glass
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-31image-fit: Allow loading FIT image for VxWorksLihua Zhao
2020-03-13fit: check return value of fit_image_get_data_size()Heinrich Schuchardt
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-07fit: Do not automatically decompress ramdisk imagesJulius Werner
2019-07-29fit: Support compat string property in configuration nodeJulius Werner
2019-07-29fit: Support compression for non-kernel components (e.g. FDT)Julius Werner
2019-04-22fit: load all fragments from the extra configurationsPeter Ujfalusi
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-07-10fit: Verify all configuration signaturesMarek Vasut
2018-05-26add FIT data-position & data-offset property supportKelvin Cheung
2018-05-23fit: Add standalone image type handlingMarek Vasut
2018-05-23fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut
2018-05-23fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut
2018-05-23FIT: Make fit_conf_print() be a static functionTom Rini
2018-05-08image: fit: Show signatures and hashes for configurationsClément Péron
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06image: fit: Show information about OS type in firwmare case tooMichal Simek
2018-04-06image: fit: Show firmware configuration property if presentMichal Simek
2018-03-19SPL: Add signature verification when loading imageJun Nie
2018-01-15fix incorrect usage of DT node unit address in commentsAndre Przywara
2017-12-12SPL: Add FIT data-position property supportPeng Fan