summaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)Author
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
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou
2017-09-15fit: Allow multiple images per propertyPantelis Antoniou
2017-01-13splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com
2016-12-04common: image: Remove FIT header update from image post-processingAndrew F. Davis
2016-11-23image-fit: Fix compiling error caused by autoconf.hYork Sun
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton
2016-09-07image-fit: switch ENOLINK to ENOENTJonathan Gray
2016-09-06image-fit: fix fit_image_load() OS checkAndreas Bießmann
2016-08-12common: image: Add support for post-processing of imagesAndreas Dannenberg
2016-07-25common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc
2016-06-17common: image-fit: Cleanup spelling mistakesAndreas Dannenberg
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek
2016-05-24mkimage: Report information about fpgaMichal Simek
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass