summaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-24fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut1-2/+2
2018-05-24FIT: Make fit_conf_print() be a static functionTom Rini1-182/+179
2018-05-09image: fit: Show signatures and hashes for configurationsClément Péron1-0/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07image: fit: Show information about OS type in firwmare case tooMichal Simek1-1/+2
2018-04-07image: fit: Show firmware configuration property if presentMichal Simek1-0/+4
2018-03-19SPL: Add signature verification when loading imageJun Nie1-22/+34
2018-01-16fix incorrect usage of DT node unit address in commentsAndre Przywara1-8/+8
2017-12-13SPL: Add FIT data-position property supportPeng Fan1-0/+25
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou1-4/+177
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou1-4/+7
2017-09-15fit: Allow multiple images per propertyPantelis Antoniou1-3/+15
2017-01-13splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com1-0/+48
2016-12-04common: image: Remove FIT header update from image post-processingAndrew F. Davis1-23/+6
2016-11-23image-fit: Fix compiling error caused by autoconf.hYork Sun1-1/+1
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-1/+18
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-1/+1
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-11/+8
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton1-1/+1
2016-09-07image-fit: switch ENOLINK to ENOENTJonathan Gray1-1/+1
2016-09-06image-fit: fix fit_image_load() OS checkAndreas Bießmann1-1/+2
2016-08-12common: image: Add support for post-processing of imagesAndreas Dannenberg1-1/+25
2016-07-25common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc1-3/+4
2016-06-17common: image-fit: Cleanup spelling mistakesAndreas Dannenberg1-15/+15
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-2/+5
2016-05-24mkimage: Report information about fpgaMichal Simek1-0/+4
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass1-3/+3
2016-03-15common: image-fit: Fix load and entry addresses in FIT imageYork Sun1-5/+17
2016-03-15common: image-fit: Use a common function to get addressYork Sun1-23/+19