1. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · Thu Apr 26 13:36:53 2018 +0100
  2. 2bb78d3 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · Thu Mar 29 14:29:55 2018 +0100
  3. 94b0bed Merge pull request #1374 from jonathanwright-ARM/jw/fix-memory-leaks-in-fiptool by danh-arm · Thu May 03 16:48:50 2018 +0100
  4. 242cd3c tools/fiptool: fix memory leaks in fiptool by Jonathan Wright · Thu May 03 15:05:09 2018 +0100
  5. 69da5f2 cert_create: fix makefile to remove executable on 'make realclean' by Jonathan Wright · Mon Apr 30 15:04:02 2018 +0100
  6. 335433a Change PLATFORM_ROOT to TF_PLATFORM_ROOT by Heyi Guo · Thu Mar 01 18:57:58 2018 +0800
  7. 2ffb473 Dynamic cfg: Update the tools by Soby Mathew · Tue Nov 07 16:50:31 2017 +0000
  8. 860b5dc fiptool: Fix use after free by Andreas Färber · Sat Jan 27 16:46:59 2018 +0100
  9. 8193576 Add padding at the end of the last entry by Roberto Vargas · Tue Dec 19 11:56:57 2017 +0000
  10. 76a5a9b tools: add an option -hash-alg for cert_create by Qixiang Xu · Thu Nov 09 13:51:58 2017 +0800
  11. d342d74 fiptool: Enable Visual Studio build by Evan Lloyd · Thu May 25 19:16:53 2017 +0100
  12. 04dc344 fiptool: Precursor changes for Visual Studio by Evan Lloyd · Thu May 25 19:06:47 2017 +0100
  13. 8da7acf Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_build_with_openssl_v1.1 by davidcunado-arm · Wed Oct 11 16:39:10 2017 +0100
  14. 31f3bb9 cert_tool: Fix ECDSA certificates create failure by Qixiang Xu · Fri Sep 22 16:21:41 2017 +0800
  15. 3862894 cert_tool: update for compatibility with OpenSSL v1.1 by Michalis Pappas · Fri Oct 06 16:11:44 2017 +0800
  16. 87be6c1 Set default value of USE_TBBR_DEFS by Soby Mathew · Fri Sep 08 10:54:12 2017 +0100
  17. 2fd70f6 cert_tool: Support for legacy RSA PKCS#1 v1.5 by Soby Mathew · Thu Aug 31 11:50:29 2017 +0100
  18. b193939 fiptool: Update file open modes with 'b' (for Windows) by Evan Lloyd · Fri Jan 13 14:13:09 2017 +0000
  19. 8072678 Support Trusted OS firmware extra images in TF tools by Summer Qin · Thu Apr 20 16:28:39 2017 +0100
  20. cf40ac5 Merge pull request #1044 from islmit01/im/fix_includes by davidcunado-arm · Thu Aug 03 10:30:04 2017 +0100
  21. 751f56b Fix order of #includes by Isla Mitchell · Fri Jul 14 10:46:32 2017 +0100
  22. 75440bf fiptool: remove unneeded -I. include path by Masahiro Yamada · Wed Jul 26 18:21:59 2017 +0900
  23. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  24. 34c8201 tools: Use exported quiet flag from top-level Makefile by dp-arm · Tue May 02 11:14:29 2017 +0100
  25. d5b22d3 cert_create: Use RSASSA-PSS signature scheme for certificates by Soby Mathew · Mon May 22 16:12:33 2017 +0100
  26. e95aaa6 build: Introduce HOSTCC flag by dp-arm · Tue May 02 11:09:11 2017 +0100
  27. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · Mon May 22 12:11:24 2017 +0900
  28. e3a2b31 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · Mon May 08 18:29:03 2017 +0900
  29. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  30. 242a7b7 fiptool: Support non-decimal --align arguments by Andreas Färber · Fri Apr 21 19:39:10 2017 +0200
  31. afa1efa fiptool: Embed a pointer to an image within the image descriptor by dp-arm · Tue Feb 14 15:22:13 2017 +0000
  32. ae543fc Merge pull request #833 from masahir0y/cert_create by davidcunado-arm · Tue Feb 14 08:56:44 2017 +0000
  33. d035fab fiptool: remove unneeded declarations by Masahiro Yamada · Sat Feb 11 13:02:12 2017 +0900
  34. 1eee6a8 fiptool: stretch out printf strings for readability and grep'ability by Masahiro Yamada · Thu Feb 02 16:37:37 2017 +0900
  35. 1b90015 fiptool: print new lines of usage to stdout instead of stderr by Masahiro Yamada · Thu Feb 02 16:34:14 2017 +0900
  36. 48cb5e5 cert_create: remove unneeded initializers by Masahiro Yamada · Mon Feb 06 19:47:44 2017 +0900
  37. d54cfa9 cert_create: merge successive i2d_ASN1_INTEGER() calls by Masahiro Yamada · Mon Feb 06 19:00:11 2017 +0900
  38. bccb109 cert_create: fix memory leak bug caused by key container overwrite by Masahiro Yamada · Mon Feb 06 21:15:01 2017 +0900
  39. 4d87eb4 fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · Sun Dec 25 13:52:22 2016 +0900
  40. 2fe0dad fiptool: embed fip_toc_entry in struct image by Masahiro Yamada · Fri Jan 27 03:56:58 2017 +0900
  41. 23f9b9e fiptool: add xfwrite() helper by Masahiro Yamada · Fri Jan 27 03:54:02 2017 +0900
  42. 252c336 fiptool: fix the global option in usage by Masahiro Yamada · Fri Jan 13 02:13:06 2017 +0900
  43. 7abd0a2 fiptool: simplify the top line of command usage by Masahiro Yamada · Sat Jan 14 11:04:36 2017 +0900
  44. c0d2d98 fiptool: refactor remove_image() by Masahiro Yamada · Fri Jan 27 13:31:40 2017 +0900
  45. c2a7d9c fiptool: simplify assert() for add_image(_desc) by Masahiro Yamada · Fri Jan 27 12:53:13 2017 +0900
  46. d65e7fd fiptool: revive replace_image() to keep the image order by update command by Masahiro Yamada · Fri Jan 27 11:57:54 2017 +0900
  47. eee3931 fiptool: remove always true conditional by Masahiro Yamada · Sun Jan 15 23:20:00 2017 +0900
  48. ebb6e37 fiptool: fix existence check of FIP input file for update command by Masahiro Yamada · Sun Dec 25 12:41:41 2016 +0900
  49. d224b45 fiptool: fix add_image() and add_image_desc() implementation by Masahiro Yamada · Sat Jan 14 23:22:02 2017 +0900
  50. 03fdf69 fiptool: introduce xzalloc() helper function by Masahiro Yamada · Sun Jan 15 00:50:41 2017 +0900
  51. fb73231 fiptool: Factor out setting of image descriptor action by dp-arm · Fri Dec 30 09:55:48 2016 +0000
  52. a0adc37 fiptool: Remove unreferenced variable `toc_entries_len` by dp-arm · Fri Dec 30 09:22:44 2016 +0000
  53. 5ba3854 fiptool: Fix format specifier for malloc/strdup wrappers by dp-arm · Wed Dec 21 14:59:30 2016 +0000
  54. 516dfcb fiptool: Add support for operating on binary blobs using the UUID by dp-arm · Thu Nov 03 13:59:26 2016 +0000
  55. 90d2f0e fiptool: Prepare ground for expanding the set of images at runtime by dp-arm · Mon Nov 14 15:54:32 2016 +0000
  56. db0f5e9 fiptool: Provide malloc/strdup wrappers to simplify error checking by dp-arm · Fri Nov 04 10:56:25 2016 +0000
  57. 5cd10ae fiptool: Use getopt for the top level command parsing by dp-arm · Mon Nov 07 10:45:59 2016 +0000
  58. fe92b89 fiptool: Initialize opt_index to 0 for getopt(3) by dp-arm · Mon Nov 07 11:13:54 2016 +0000
  59. c1f8e77 fiptool: Constify various function params by dp-arm · Fri Nov 04 10:52:25 2016 +0000
  60. 59deada Merge pull request #744 from masahir0y/fiptool by davidcunado-arm · Fri Oct 28 23:18:16 2016 +0100
  61. 48a2497 fiptool: fix Segmentation fault when only --verbose option is given by Masahiro Yamada · Wed Oct 26 13:24:26 2016 +0900
  62. 715ef42 fiptool: Link `toc_entry` and `image` structures via UUID by dp-arm · Tue Aug 30 14:18:58 2016 +0100
  63. 34336c8 Merge pull request #710 from dp-arm/dp/fiptool-usage by danh-arm · Mon Sep 19 11:57:30 2016 +0100
  64. 29f1b5c fiptool: Invoke command specific usage function by dp-arm · Thu Sep 15 09:58:50 2016 +0100
  65. 12e893b fiptool: Add support for printing the sha256 digest with info command by dp-arm · Wed Aug 24 13:21:08 2016 +0100
  66. 1b434b0 fiptool: Fix typo in create and update usage functions by dp-arm · Tue Aug 23 14:31:41 2016 +0100
  67. 65dfe4c fiptool: Suppress verbose messages during normal build by dp-arm · Wed Aug 10 13:39:42 2016 +0100
  68. d32134d Merge pull request #661 from dp-arm/master by danh-arm · Tue Aug 09 10:16:36 2016 +0100
  69. 4972ec5 Replace fip_create with fiptool by dp-arm · Wed May 25 16:20:20 2016 +0100
  70. 79f8640 Fix `cert_create` tool for Segmentation fault by Yatharth Kochar · Wed Jun 22 14:49:27 2016 +0100
  71. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · Thu Jun 02 17:15:13 2016 +0100
  72. db13d1f fip_create: Fix exit status for missing output filename by Brendan Jackman · Mon Apr 25 15:35:35 2016 +0800
  73. 678759d Merge pull request #582 from jcastillo-arm/jc/fip_extract by danh-arm · Thu Apr 07 17:16:27 2016 +0100
  74. e649196 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · Thu Apr 07 17:11:45 2016 +0100
  75. 937f312 fip_create: add support for image unpacking by Juan Castillo · Mon Feb 15 17:21:10 2016 +0000
  76. 004c9a5 Make:Allow for extension in tool names. by Evan Lloyd · Thu Dec 03 11:35:40 2015 +0000
  77. f4ba5ca Make:Use "simply expanded" make variables. by Evan Lloyd · Thu Dec 03 09:47:51 2015 +0000
  78. 93a7640 Build:Replace soft links with file copy. by Evan Lloyd · Wed Dec 02 20:30:13 2015 +0000
  79. a71d259 Make:Use environment variables for OS detection. by Evan Lloyd · Wed Dec 02 18:56:06 2015 +0000
  80. 26c6cb4 Make:Make shell commands more portable by Evan Lloyd · Wed Dec 02 18:33:55 2015 +0000
  81. c0f970d Make:Add realclean to .PHONY list by Evan Lloyd · Wed Dec 02 18:22:22 2015 +0000
  82. f269714 Make:Remove calls to shell from makefiles. by Evan Lloyd · Wed Dec 02 18:17:37 2015 +0000
  83. 4352998 cert_create: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:24 2016 +0000
  84. 314a608 fip_create: miscellaneous improvements to source code by Juan Castillo · Mon Feb 15 17:21:10 2016 +0000
  85. d342e38 Merge pull request #484 from jcastillo-arm/jc/tf-issues/337 by danh-arm · Wed Jan 13 11:42:30 2016 +0000
  86. 212f738 cert_create: update help message by Juan Castillo · Tue Dec 15 16:37:57 2015 +0000
  87. ae6ca35 Merge pull request #479 from jcastillo-arm/jc/tbbr_fip by danh-arm · Wed Jan 06 14:51:07 2016 +0000
  88. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · Tue Jan 05 11:55:36 2016 +0000
  89. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  90. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · Mon Dec 14 09:35:25 2015 +0000
  91. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · Thu Dec 10 15:49:17 2015 +0000
  92. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · Thu Dec 03 10:19:21 2015 +0000
  93. 4dd39b8 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · Mon Aug 10 11:57:41 2015 +0100
  94. 5752b59 FWU: Add FWU support to `cert_create` tool by Yatharth Kochar · Fri Aug 21 15:30:55 2015 +0100
  95. 1218dd5 cert_create: specify command line options in the CoT by Juan Castillo · Fri Jul 03 16:23:16 2015 +0100
  96. 86958fd cert_create: improve command line argument check by Juan Castillo · Wed Jul 08 12:11:38 2015 +0100
  97. e6d30e9 TBB: rework cert_create tool to follow a data driven approach by Juan Castillo · Fri Jun 12 11:27:59 2015 +0100
  98. a2224ab TBB: build 'cert_create' with ECDSA only if OpenSSL supports it by Juan Castillo · Tue Jun 30 13:36:57 2015 +0100
  99. f9f39c3 TBB: add ECDSA support to the certificate generation tool by Juan Castillo · Mon Jun 01 16:34:23 2015 +0100
  100. ac40293 TBB: use ASN.1 type DigestInfo to represent hashes by Juan Castillo · Thu Mar 05 14:30:00 2015 +0000