summaryrefslogtreecommitdiffstats
path: root/tools/fit_image.c
Commit message (Expand)AuthorAgeFilesLines
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1
* mkimage: fit: fix import of external dataPatrick Oppenlander2020-08-071-2/+2
* fit_image: Use calloc() to fix reproducibility issueFabio Estevam2020-08-051-4/+4
* mkimage: Allow updating the FIT timestampSimon Glass2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* mkimage: Allow updating the FIT timestampSimon Glass2020-07-201-1/+1
* mkimage: Default to adding a crc32 hash with '-f auto'Simon Glass2020-06-021-2/+16
* Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini2020-05-071-1/+2
* mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut2020-05-041-2/+1
* tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer2020-05-011-0/+4
* mkimage: fit: Free buf directly in fit_extract_data()Bin Meng2020-04-241-2/+1
* mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao2020-04-241-10/+14
* mkimage: fit_image: Add option to make fit header alignKever Yang2020-04-241-13/+20
* tool: use ALIGN() to align the sizeKever Yang2020-04-241-1/+1
* mkimage: fit: don't create image with 0700 permissionsThomas Hebb2020-04-171-1/+1
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-1/+82
* mkimage: simplify fit_check_params()Heinrich Schuchardt2020-01-101-3/+3
* tools: fit_image: Use fit_image_get_data_and_size for getting offset/sizeAndrew F. Davis2020-01-071-2/+7
* mkimage: Set correct FDT type and ramdisk architecture in FIT auto modeMichal Sojka2019-10-311-0/+3
* tools: use read-only mmap in fit_check_signLuca Boccassi2019-05-181-4/+6
* tools: fit_image: Add the loadable property to configsAbel Vesa2019-03-221-0/+1
* mkimage: fit_image: Use macros from image.hMichal Simek2018-07-241-24/+29
* mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-101-1/+2
* mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan2018-07-101-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools/mkimage: Use proper output parameter in dtc-system callStefan Theil2018-03-091-3/+3
* tools: fix incorrect usage of DT node unit addressAndre Przywara2018-01-151-12/+12
* tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor2017-10-161-2/+2
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-071-10/+11
* tools/fit_image.c: Update some return code pathsTom Rini2017-10-061-1/+3
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-1/+2
* mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso2016-11-061-1/+32
* tools: Add an error code when fit_handle_file() failsSimon Glass2016-07-141-2/+2
* image: Correct auto-fit architecture property nameSimon Glass2016-07-141-1/+2
* Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian2016-06-241-2/+4
* mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed2016-06-241-1/+18
* fit_image: Fix a double close() on the error pathSimon Glass2016-05-021-1/+0
* mkimage: Don't close the file if it wasn't openedSimon Glass2016-03-221-2/+2
* mkimage: Ensure file is closed in fdt_property_file()Simon Glass2016-03-221-1/+2
* mkimage: Fix missing free() and close() in fit_build()Simon Glass2016-03-221-1/+4
* mkimage: Fix missing free() in fit_extract_data()Simon Glass2016-03-221-0/+2
* mkimage: Fix error path in fit_extract_data()Simon Glass2016-03-221-4/+7
* mkimage: Add a missing free() to fit_import_data()Simon Glass2016-03-221-0/+1
* mkimage: Correct file being closed twice in fit_extract_data()Simon Glass2016-03-221-2/+0
* mkimage: Correct file being closed twice in fit_import_data()Simon Glass2016-03-221-1/+1
* mkimage: Fix munmap() call when importing dataSimon Glass2016-03-221-1/+1
* mkimage: Bring data into the FIT before processingSimon Glass2016-03-141-0/+97
* mkimage: Support placing data outside the FITSimon Glass2016-03-141-0/+109
* mkimage: Support adding device tree files to a FITSimon Glass2016-03-141-8/+88
* mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-141-2/+214