aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Change PLATFORM_ROOT to TF_PLATFORM_ROOTHeyi Guo2018-03-051-1/+1
* Dynamic cfg: Update the toolsSoby Mathew2018-02-264-7/+41
* 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
* tools: add an option -hash-alg for cert_createQixiang Xu2017-11-216-23/+112
* fiptool: Enable Visual Studio buildEvan Lloyd2017-10-173-0/+475
* fiptool: Precursor changes for Visual StudioEvan Lloyd2017-10-113-9/+37
* Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_bui...davidcunado-arm2017-10-114-9/+32
|\
| * cert_tool: update for compatibility with OpenSSL v1.1Michalis Pappas2017-10-084-9/+32
* | cert_tool: Fix ECDSA certificates create failureQixiang Xu2017-10-091-2/+3
|/
* Set default value of USE_TBBR_DEFSSoby Mathew2017-09-111-0/+1
* cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew2017-08-314-18/+29
* 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-095-4/+42
* 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-127-8/+7
* tools: Use exported quiet flag from top-level Makefiledp-arm2017-06-122-4/+4
* cert_create: Use RSASSA-PSS signature scheme for certificatesSoby Mathew2017-06-051-6/+34
* build: Introduce HOSTCC flagdp-arm2017-05-242-6/+6
* cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada2017-05-245-10/+42
* fip: move headers shared between TF and fiptool to include/tools_shareMasahiro Yamada2017-05-235-29/+14
* Use SPDX license identifiersdp-arm2017-05-0325-628/+27
* 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
* Merge pull request #833 from masahir0y/cert_createdavidcunado-arm2017-02-145-52/+40
|\
| * cert_create: remove unneeded initializersMasahiro Yamada2017-02-114-33/+31
| * cert_create: merge successive i2d_ASN1_INTEGER() callsMasahiro Yamada2017-02-111-2/+1
| * cert_create: fix memory leak bug caused by key container overwriteMasahiro Yamada2017-02-113-17/+8
* | 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