1. cf40ac5 Merge pull request #1044 from islmit01/im/fix_includes by davidcunado-arm · 7 years ago
  2. 751f56b Fix order of #includes by Isla Mitchell · 7 years ago
  3. 75440bf fiptool: remove unneeded -I. include path by Masahiro Yamada · 7 years ago
  4. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  5. 34c8201 tools: Use exported quiet flag from top-level Makefile by dp-arm · 7 years ago
  6. d5b22d3 cert_create: Use RSASSA-PSS signature scheme for certificates by Soby Mathew · 7 years ago
  7. e95aaa6 build: Introduce HOSTCC flag by dp-arm · 7 years ago
  8. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  9. e3a2b31 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 7 years ago
  10. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  11. 242a7b7 fiptool: Support non-decimal --align arguments by Andreas Färber · 7 years ago
  12. afa1efa fiptool: Embed a pointer to an image within the image descriptor by dp-arm · 7 years ago
  13. ae543fc Merge pull request #833 from masahir0y/cert_create by davidcunado-arm · 7 years ago
  14. d035fab fiptool: remove unneeded declarations by Masahiro Yamada · 7 years ago
  15. 1eee6a8 fiptool: stretch out printf strings for readability and grep'ability by Masahiro Yamada · 7 years ago
  16. 1b90015 fiptool: print new lines of usage to stdout instead of stderr by Masahiro Yamada · 7 years ago
  17. 48cb5e5 cert_create: remove unneeded initializers by Masahiro Yamada · 7 years ago
  18. d54cfa9 cert_create: merge successive i2d_ASN1_INTEGER() calls by Masahiro Yamada · 7 years ago
  19. bccb109 cert_create: fix memory leak bug caused by key container overwrite by Masahiro Yamada · 7 years ago
  20. 4d87eb4 fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 8 years ago
  21. 2fe0dad fiptool: embed fip_toc_entry in struct image by Masahiro Yamada · 7 years ago
  22. 23f9b9e fiptool: add xfwrite() helper by Masahiro Yamada · 7 years ago
  23. 252c336 fiptool: fix the global option in usage by Masahiro Yamada · 7 years ago
  24. 7abd0a2 fiptool: simplify the top line of command usage by Masahiro Yamada · 7 years ago
  25. c0d2d98 fiptool: refactor remove_image() by Masahiro Yamada · 7 years ago
  26. c2a7d9c fiptool: simplify assert() for add_image(_desc) by Masahiro Yamada · 7 years ago
  27. d65e7fd fiptool: revive replace_image() to keep the image order by update command by Masahiro Yamada · 7 years ago
  28. eee3931 fiptool: remove always true conditional by Masahiro Yamada · 7 years ago
  29. ebb6e37 fiptool: fix existence check of FIP input file for update command by Masahiro Yamada · 8 years ago
  30. d224b45 fiptool: fix add_image() and add_image_desc() implementation by Masahiro Yamada · 7 years ago
  31. 03fdf69 fiptool: introduce xzalloc() helper function by Masahiro Yamada · 7 years ago
  32. fb73231 fiptool: Factor out setting of image descriptor action by dp-arm · 8 years ago
  33. a0adc37 fiptool: Remove unreferenced variable `toc_entries_len` by dp-arm · 8 years ago
  34. 5ba3854 fiptool: Fix format specifier for malloc/strdup wrappers by dp-arm · 8 years ago
  35. 516dfcb fiptool: Add support for operating on binary blobs using the UUID by dp-arm · 8 years ago
  36. 90d2f0e fiptool: Prepare ground for expanding the set of images at runtime by dp-arm · 8 years ago
  37. db0f5e9 fiptool: Provide malloc/strdup wrappers to simplify error checking by dp-arm · 8 years ago
  38. 5cd10ae fiptool: Use getopt for the top level command parsing by dp-arm · 8 years ago
  39. fe92b89 fiptool: Initialize opt_index to 0 for getopt(3) by dp-arm · 8 years ago
  40. c1f8e77 fiptool: Constify various function params by dp-arm · 8 years ago
  41. 59deada Merge pull request #744 from masahir0y/fiptool by davidcunado-arm · 8 years ago
  42. 48a2497 fiptool: fix Segmentation fault when only --verbose option is given by Masahiro Yamada · 8 years ago
  43. 715ef42 fiptool: Link `toc_entry` and `image` structures via UUID by dp-arm · 8 years ago
  44. 34336c8 Merge pull request #710 from dp-arm/dp/fiptool-usage by danh-arm · 8 years ago
  45. 29f1b5c fiptool: Invoke command specific usage function by dp-arm · 8 years ago
  46. 12e893b fiptool: Add support for printing the sha256 digest with info command by dp-arm · 8 years ago
  47. 1b434b0 fiptool: Fix typo in create and update usage functions by dp-arm · 8 years ago
  48. 65dfe4c fiptool: Suppress verbose messages during normal build by dp-arm · 8 years ago
  49. d32134d Merge pull request #661 from dp-arm/master by danh-arm · 8 years ago
  50. 4972ec5 Replace fip_create with fiptool by dp-arm · 8 years ago
  51. 79f8640 Fix `cert_create` tool for Segmentation fault by Yatharth Kochar · 8 years ago
  52. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · 8 years ago
  53. db13d1f fip_create: Fix exit status for missing output filename by Brendan Jackman · 8 years ago
  54. 678759d Merge pull request #582 from jcastillo-arm/jc/fip_extract by danh-arm · 8 years ago
  55. e649196 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · 8 years ago
  56. 937f312 fip_create: add support for image unpacking by Juan Castillo · 8 years ago
  57. 004c9a5 Make:Allow for extension in tool names. by Evan Lloyd · 9 years ago
  58. f4ba5ca Make:Use "simply expanded" make variables. by Evan Lloyd · 9 years ago
  59. 93a7640 Build:Replace soft links with file copy. by Evan Lloyd · 9 years ago
  60. a71d259 Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  61. 26c6cb4 Make:Make shell commands more portable by Evan Lloyd · 9 years ago
  62. c0f970d Make:Add realclean to .PHONY list by Evan Lloyd · 9 years ago
  63. f269714 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  64. 4352998 cert_create: add non-volatile counter support by Juan Castillo · 8 years ago
  65. 314a608 fip_create: miscellaneous improvements to source code by Juan Castillo · 8 years ago
  66. d342e38 Merge pull request #484 from jcastillo-arm/jc/tf-issues/337 by danh-arm · 8 years ago
  67. 212f738 cert_create: update help message by Juan Castillo · 9 years ago
  68. ae6ca35 Merge pull request #479 from jcastillo-arm/jc/tbbr_fip by danh-arm · 8 years ago
  69. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · 8 years ago
  70. df8de2d Always build with '-pedantic' by Sandrine Bailleux · 8 years ago
  71. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  72. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  73. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  74. 4dd39b8 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · 9 years ago
  75. 5752b59 FWU: Add FWU support to `cert_create` tool by Yatharth Kochar · 9 years ago
  76. 1218dd5 cert_create: specify command line options in the CoT by Juan Castillo · 9 years ago
  77. 86958fd cert_create: improve command line argument check by Juan Castillo · 9 years ago
  78. e6d30e9 TBB: rework cert_create tool to follow a data driven approach by Juan Castillo · 9 years ago
  79. a2224ab TBB: build 'cert_create' with ECDSA only if OpenSSL supports it by Juan Castillo · 9 years ago
  80. f9f39c3 TBB: add ECDSA support to the certificate generation tool by Juan Castillo · 9 years ago
  81. ac40293 TBB: use ASN.1 type DigestInfo to represent hashes by Juan Castillo · 9 years ago
  82. 81be100 Allow deeper platform port directory structure by Dan Handley · 9 years ago
  83. 271a5ac TBB: use SHA256 to generate the certificate signatures by Juan Castillo · 9 years ago
  84. 379954c TBB: add support to include certificates in a FIP image by Juan Castillo · 10 years ago
  85. 11abdcd TBB: add tool to generate certificates by Juan Castillo · 10 years ago
  86. 90983a5 fip_create: don't succeed if one of the passed files doesn't exist by Kévin Petit · 10 years ago
  87. 152c17f Fix problem of dependencies on the fiptool makefile target by Sandrine Bailleux · 10 years ago
  88. eed7a5b Improve BL3-0 documentation by Harry Liebel · 10 years ago
  89. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  90. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  91. fce7a7d FIP tool: Fix error message for missing FIP filename by Sandrine Bailleux · 10 years ago
  92. 8c60fee FIP tool: Add support for '--help' option. by Sandrine Bailleux · 10 years ago
  93. 29e5442 FIP tool: Small optimisation for option parsing by Sandrine Bailleux · 10 years ago
  94. 2f2cef4 Cleanup FIP build targets and messages by Jeenu Viswambharan · 10 years ago
  95. f58ad36 Add Firmware Image Package creation tool by Harry Liebel · 10 years ago