summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
Commit message (Expand)AuthorAgeFilesLines
* tools: imagetool: Extend print_header() by params argumentPali Rohár2023-04-131-1/+1
* mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer2023-01-271-26/+49
* mkimage: Add a few more messages for FIT failuresSimon Glass2023-01-181-1/+3
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-2/+2
* mkimage: Support signing 'auto' FITsSean Anderson2022-06-061-7/+34
* mkimage: add public key for image pre-load stagePhilippe Reynes2022-03-311-0/+3
* tools: mkimage: Show where signatures/keys are writtenSimon Glass2022-01-261-1/+2
* tools: Move copyfile() into a common fileSimon Glass2022-01-261-56/+0
* mkimage: Show the external-offset errorSimon Glass2022-01-251-2/+3
* mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka2022-01-241-1/+2
* tools/fitimage: remove redundant format checkStefan Eichenberger2022-01-241-5/+0
* tools/fitimage: add missing linebreak for some messagesSven Roederer2021-07-141-2/+2
* mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-141-1/+2
* 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