aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fiptool
Commit message (Expand)AuthorAgeFilesLines
* tools/fiptool: Add Makefile.msvc to build on Windows.Girish Pathak2019-07-021-0/+30
* tools: Remove TODO from fiptoolPaul Beesley2019-03-121-1/+0
* tools/fiptool: Fix UUID parsing in blob handlingAndre Przywara2019-01-291-2/+2
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-084-53/+53
* tools: Make invocation of host compiler correctAntonio Nino Diaz2018-10-041-7/+7
* fip_create: Remove fip_create compatibility scriptdp-arm2018-09-282-133/+2
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-142-18/+23
* Dynamic cfg: Enable support on CoT for other configsSoby Mathew2018-05-181-0/+15
* tools/fiptool: fix memory leaks in fiptoolJonathan Wright2018-05-031-1/+4
* Dynamic cfg: Update the toolsSoby Mathew2018-02-261-2/+12
* 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: Enable Visual Studio buildEvan Lloyd2017-10-173-0/+475
* fiptool: Precursor changes for Visual StudioEvan Lloyd2017-10-113-9/+37
* fiptool: Update file open modes with 'b' (for Windows)Evan Lloyd2017-08-301-4/+4
* Support Trusted OS firmware extra images in TF toolsSummer Qin2017-08-092-0/+14
* Merge pull request #1044 from islmit01/im/fix_includesdavidcunado-arm2017-08-033-3/+4
|\
| * Fix order of #includesIsla Mitchell2017-07-313-3/+4
* | fiptool: remove unneeded -I. include pathMasahiro Yamada2017-07-261-1/+1
|/
* Fix order of #includesIsla Mitchell2017-07-123-4/+3
* tools: Use exported quiet flag from top-level Makefiledp-arm2017-06-121-1/+1
* build: Introduce HOSTCC flagdp-arm2017-05-241-3/+3
* fip: move headers shared between TF and fiptool to include/tools_shareMasahiro Yamada2017-05-235-29/+14
* Use SPDX license identifiersdp-arm2017-05-036-153/+8
* 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-272-108/+35
* 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-282-43/+27
* 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: Remove unreferenced variable `toc_entries_len`dp-arm2016-12-302-3/+0
* 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-304-235/+271
* 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