aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fiptool
Commit message (Expand)AuthorAgeFilesLines
* Update makefile to build fiptool for WindowsSami Mujawar2020-09-141-30/+37
* Fix fiptool packaging issue on windowsSami Mujawar2020-09-142-33/+66
* tools: Set the tool's default binary nameManish V Badarkhe2020-09-071-0/+1
* tools: Get the tool's binary name from the main makefileManish V Badarkhe2020-08-231-2/+2
* cert_create: add Platform owned secure partitions supportManish Pandey2020-08-121-0/+5
* fiptool: return zero status on help and help <command>Leonardo Sandoval2020-07-062-38/+38
* fiptool: Add fw_config in FIPManish V Badarkhe2020-06-241-1/+6
* cert_create: add SiP owned secure partitions supportManish Pandey2020-06-081-0/+5
* 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