aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
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
2016-12-30fiptool: Remove unreferenced variable `toc_entries_len`dp-arm
2016-12-30fiptool: Fix format specifier for malloc/strdup wrappersdp-arm
2016-12-30fiptool: Add support for operating on binary blobs using the UUIDdp-arm
2016-12-30fiptool: Prepare ground for expanding the set of images at runtimedp-arm
2016-12-05fiptool: Provide malloc/strdup wrappers to simplify error checkingdp-arm
2016-12-05fiptool: Use getopt for the top level command parsingdp-arm
2016-12-05fiptool: Initialize opt_index to 0 for getopt(3)dp-arm