aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-07-24tools: Add stm32image tool into TF-AYann Gautier
2018-07-19Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6danh-arm
2018-07-18tools: add support for Marvell doimageKonstantin Porotchkin
2018-07-06tools/cert_create: fix makefile to build build_msg.o by HOSTCCYing-Chun Liu (PaulLiu)
2018-06-27make_cert: return error when invalid options are usedRoberto Vargas
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-05-18Dynamic cfg: Enable support on CoT for other configsSoby Mathew
2018-05-03Merge pull request #1374 from jonathanwright-ARM/jw/fix-memory-leaks-in-fiptooldanh-arm
2018-05-03tools/fiptool: fix memory leaks in fiptoolJonathan Wright
2018-04-30cert_create: fix makefile to remove executable on 'make realclean'Jonathan Wright
2018-03-05Change PLATFORM_ROOT to TF_PLATFORM_ROOTHeyi Guo
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-11-21tools: add an option -hash-alg for cert_createQixiang Xu
2017-10-17fiptool: Enable Visual Studio buildEvan Lloyd
2017-10-11fiptool: Precursor changes for Visual StudioEvan Lloyd
2017-10-11Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_bui...davidcunado-arm
2017-10-09cert_tool: Fix ECDSA certificates create failureQixiang Xu
2017-10-08cert_tool: update for compatibility with OpenSSL v1.1Michalis Pappas
2017-09-11Set default value of USE_TBBR_DEFSSoby Mathew
2017-08-31cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew
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-06-05cert_create: Use RSASSA-PSS signature scheme for certificatesSoby Mathew
2017-05-24build: Introduce HOSTCC flagdp-arm
2017-05-24cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada
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-14Merge pull request #833 from masahir0y/cert_createdavidcunado-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-02-11cert_create: remove unneeded initializersMasahiro Yamada
2017-02-11cert_create: merge successive i2d_ASN1_INTEGER() callsMasahiro Yamada
2017-02-11cert_create: fix memory leak bug caused by key container overwriteMasahiro 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