summaryrefslogtreecommitdiff
path: root/tools/fiptool/fiptool.c
Commit message (Expand)AuthorAgeFilesLines
* tools: add mechanism to allow platform specific image UUIDPankaj Gupta2021-03-241-0/+36
* fiptool: return zero status on help and help <command>Leonardo Sandoval2020-07-061-37/+37
* tools/fiptool: Fix UUID parsing in blob handlingAndre Przywara2019-01-291-2/+2
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-17/+22
* tools/fiptool: fix memory leaks in fiptoolJonathan Wright2018-05-031-1/+4
* fiptool: Fix use after freeAndreas Färber2018-01-271-1/+1
* Add padding at the end of the last entryRoberto Vargas2018-01-031-3/+14
* fiptool: Precursor changes for Visual StudioEvan Lloyd2017-10-111-9/+6
* fiptool: Update file open modes with 'b' (for Windows)Evan Lloyd2017-08-301-4/+4
* Fix order of #includesIsla Mitchell2017-07-311-0/+1
* Fix order of #includesIsla Mitchell2017-07-121-1/+0
* fip: move headers shared between TF and fiptool to include/tools_shareMasahiro Yamada2017-05-231-2/+3
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* fiptool: Support non-decimal --align argumentsAndreas Färber2017-04-241-1/+1
* fiptool: Embed a pointer to an image within the image descriptordp-arm2017-02-271-107/+34
* fiptool: remove unneeded declarationsMasahiro Yamada2017-02-111-2/+0
* fiptool: stretch out printf strings for readability and grep'abilityMasahiro Yamada2017-02-111-14/+7
* fiptool: print new lines of usage to stdout instead of stderrMasahiro Yamada2017-02-111-6/+6
* fiptool: support --align option to add desired alignment to image offsetMasahiro Yamada2017-01-281-5/+47
* fiptool: embed fip_toc_entry in struct imageMasahiro Yamada2017-01-281-39/+23
* fiptool: add xfwrite() helperMasahiro Yamada2017-01-271-6/+9
* fiptool: fix the global option in usageMasahiro Yamada2017-01-271-1/+1
* fiptool: simplify the top line of command usageMasahiro Yamada2017-01-271-8/+12
* fiptool: refactor remove_image()Masahiro Yamada2017-01-271-13/+13
* fiptool: simplify assert() for add_image(_desc)Masahiro Yamada2017-01-271-4/+2
* fiptool: revive replace_image() to keep the image order by update commandMasahiro Yamada2017-01-271-2/+17
* fiptool: remove always true conditionalMasahiro Yamada2017-01-271-6/+4
* fiptool: fix existence check of FIP input file for update commandMasahiro Yamada2017-01-271-1/+1
* fiptool: fix add_image() and add_image_desc() implementationMasahiro Yamada2017-01-151-6/+17
* fiptool: introduce xzalloc() helper functionMasahiro Yamada2017-01-151-2/+6
* fiptool: Factor out setting of image descriptor actiondp-arm2016-12-301-57/+26
* fiptool: Fix format specifier for malloc/strdup wrappersdp-arm2016-12-301-2/+2
* fiptool: Add support for operating on binary blobs using the UUIDdp-arm2016-12-301-24/+222
* fiptool: Prepare ground for expanding the set of images at runtimedp-arm2016-12-301-160/+230
* fiptool: Provide malloc/strdup wrappers to simplify error checkingdp-arm2016-12-051-30/+33
* fiptool: Use getopt for the top level command parsingdp-arm2016-12-051-8/+27
* fiptool: Initialize opt_index to 0 for getopt(3)dp-arm2016-12-051-4/+4
* fiptool: Constify various function paramsdp-arm2016-12-051-9/+9
* Merge pull request #744 from masahir0y/fiptooldavidcunado-arm2016-10-281-0/+2
|\
| * fiptool: fix Segmentation fault when only --verbose option is givenMasahiro Yamada2016-10-271-0/+2
* | fiptool: Link `toc_entry` and `image` structures via UUIDdp-arm2016-10-181-44/+46
|/
* Merge pull request #710 from dp-arm/dp/fiptool-usagedanh-arm2016-09-191-16/+20
|\
| * fiptool: Invoke command specific usage functiondp-arm2016-09-151-16/+20
* | fiptool: Add support for printing the sha256 digest with info commanddp-arm2016-09-121-3/+19
|/
* fiptool: Fix typo in create and update usage functionsdp-arm2016-08-251-2/+2
* Replace fip_create with fiptooldp-arm2016-07-291-0/+977