aboutsummaryrefslogtreecommitdiff
path: root/tools/fiptool
AgeCommit message (Expand)Author
2020-09-14Update makefile to build fiptool for WindowsSami Mujawar
2020-09-14Fix fiptool packaging issue on windowsSami Mujawar
2020-09-07tools: Set the tool's default binary nameManish V Badarkhe
2020-08-23tools: Get the tool's binary name from the main makefileManish V Badarkhe
2020-08-12cert_create: add Platform owned secure partitions supportManish Pandey
2020-07-06fiptool: return zero status on help and help <command>Leonardo Sandoval
2020-06-24fiptool: Add fw_config in FIPManish V Badarkhe
2020-06-08cert_create: add SiP owned secure partitions supportManish Pandey
2019-07-02tools/fiptool: Add Makefile.msvc to build on Windows.Girish Pathak
2019-03-12tools: Remove TODO from fiptoolPaul Beesley
2019-01-29tools/fiptool: Fix UUID parsing in blob handlingAndre Przywara
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-04tools: Make invocation of host compiler correctAntonio Nino Diaz
2018-09-28fip_create: Remove fip_create compatibility scriptdp-arm
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-05-18Dynamic cfg: Enable support on CoT for other configsSoby Mathew
2018-05-03tools/fiptool: fix memory leaks in fiptoolJonathan Wright
2018-02-26Dynamic cfg: Update the toolsSoby Mathew
2018-01-27fiptool: Fix use after freeAndreas Färber
2018-01-03Add padding at the end of the last entryRoberto Vargas
2017-10-17fiptool: Enable Visual Studio buildEvan Lloyd
2017-10-11fiptool: Precursor changes for Visual StudioEvan Lloyd
2017-08-30fiptool: Update file open modes with 'b' (for Windows)Evan Lloyd
2017-08-09Support Trusted OS firmware extra images in TF toolsSummer Qin
2017-08-03Merge pull request #1044 from islmit01/im/fix_includesdavidcunado-arm
2017-07-31Fix order of #includesIsla Mitchell
2017-07-26fiptool: remove unneeded -I. include pathMasahiro Yamada
2017-07-12Fix order of #includesIsla Mitchell
2017-06-12tools: Use exported quiet flag from top-level Makefiledp-arm
2017-05-24build: Introduce HOSTCC flagdp-arm
2017-05-23fip: move headers shared between TF and fiptool to include/tools_shareMasahiro Yamada
2017-05-03Use SPDX license identifiersdp-arm
2017-04-24fiptool: Support non-decimal --align argumentsAndreas Färber
2017-02-27fiptool: Embed a pointer to an image within the image descriptordp-arm
2017-02-11fiptool: remove unneeded declarationsMasahiro Yamada
2017-02-11fiptool: stretch out printf strings for readability and grep'abilityMasahiro Yamada
2017-02-11fiptool: print new lines of usage to stdout instead of stderrMasahiro Yamada
2017-01-28fiptool: support --align option to add desired alignment to image offsetMasahiro Yamada
2017-01-28fiptool: embed fip_toc_entry in struct imageMasahiro Yamada
2017-01-27fiptool: add xfwrite() helperMasahiro Yamada
2017-01-27fiptool: fix the global option in usageMasahiro Yamada
2017-01-27fiptool: simplify the top line of command usageMasahiro Yamada
2017-01-27fiptool: refactor remove_image()Masahiro Yamada
2017-01-27fiptool: simplify assert() for add_image(_desc)Masahiro Yamada
2017-01-27fiptool: revive replace_image() to keep the image order by update commandMasahiro Yamada
2017-01-27fiptool: remove always true conditionalMasahiro Yamada
2017-01-27fiptool: fix existence check of FIP input file for update commandMasahiro Yamada
2017-01-15fiptool: fix add_image() and add_image_desc() implementationMasahiro Yamada
2017-01-15fiptool: introduce xzalloc() helper functionMasahiro Yamada
2016-12-30fiptool: Factor out setting of image descriptor actiondp-arm