summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
AgeCommit message (Expand)Author
2020-08-07mkimage: fit: fix import of external dataPatrick Oppenlander
2020-08-05fit_image: Use calloc() to fix reproducibility issueFabio Estevam
2020-07-25mkimage: Allow updating the FIT timestampSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20mkimage: Allow updating the FIT timestampSimon Glass
2020-06-02mkimage: Default to adding a crc32 hash with '-f auto'Simon Glass
2020-05-07Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini
2020-05-04mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut
2020-05-01tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer
2020-04-24mkimage: fit: Free buf directly in fit_extract_data()Bin Meng
2020-04-24mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang
2020-04-24tool: use ALIGN() to align the sizeKever Yang
2020-04-17mkimage: fit: don't create image with 0700 permissionsThomas Hebb
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-10mkimage: simplify fit_check_params()Heinrich Schuchardt
2020-01-07tools: fit_image: Use fit_image_get_data_and_size for getting offset/sizeAndrew F. Davis
2019-10-31mkimage: Set correct FDT type and ramdisk architecture in FIT auto modeMichal Sojka
2019-05-18tools: use read-only mmap in fit_check_signLuca Boccassi
2019-03-22tools: fit_image: Add the loadable property to configsAbel Vesa
2018-07-24mkimage: fit_image: Use macros from image.hMichal Simek
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan
2018-07-10mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-09tools/mkimage: Use proper output parameter in dtc-system callStefan Theil
2018-01-15tools: fix incorrect usage of DT node unit addressAndre Przywara
2017-10-16tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini
2017-10-06tools/fit_image.c: Update some return code pathsTom Rini
2017-01-14mkimage: Add support for signing with pkcs11George McCollister
2016-11-06mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso
2016-07-14tools: Add an error code when fit_handle_file() failsSimon Glass
2016-07-14image: Correct auto-fit architecture property nameSimon Glass
2016-06-24Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian
2016-06-24mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed
2016-05-02fit_image: Fix a double close() on the error pathSimon Glass
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass
2016-03-14mkimage: Bring data into the FIT before processingSimon Glass
2016-03-14mkimage: Support placing data outside the FITSimon Glass
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira