summaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)Author
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-24fit: Add standalone image type handlingMarek Vasut
2018-05-24fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut
2018-05-24fit: 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-07image: fit: Show information about OS type in firwmare case tooMichal Simek
2018-04-07image: fit: Show firmware configuration property if presentMichal Simek
2018-03-19SPL: Add signature verification when loading imageJun Nie
2018-01-16fix incorrect usage of DT node unit address in commentsAndre Przywara
2017-12-13SPL: 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
2016-03-14common: image-fit: Fix load and entry addresses in FIT imageYork Sun
2016-03-14common: image-fit: Use a common function to get addressYork Sun
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-02-26Revert "image-fit: Fix signature checking"Simon Glass
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass
2015-10-19image-fit: Fix signature checkingAndrej Rosano
2015-06-06image-fit: Fix compiler warning in fit_conf_print()Hans de Goede
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite
2015-05-28mkimage will now report information about loadableKarl Apsite
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger