1. 1b434b0 fiptool: Fix typo in create and update usage functions by dp-arm · Tue Aug 23 14:31:41 2016 +0100
  2. 65dfe4c fiptool: Suppress verbose messages during normal build by dp-arm · Wed Aug 10 13:39:42 2016 +0100
  3. d32134d Merge pull request #661 from dp-arm/master by danh-arm · Tue Aug 09 10:16:36 2016 +0100
  4. 4972ec5 Replace fip_create with fiptool by dp-arm · Wed May 25 16:20:20 2016 +0100
  5. 79f8640 Fix `cert_create` tool for Segmentation fault by Yatharth Kochar · Wed Jun 22 14:49:27 2016 +0100
  6. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · Thu Jun 02 17:15:13 2016 +0100
  7. db13d1f fip_create: Fix exit status for missing output filename by Brendan Jackman · Mon Apr 25 15:35:35 2016 +0800
  8. 678759d Merge pull request #582 from jcastillo-arm/jc/fip_extract by danh-arm · Thu Apr 07 17:16:27 2016 +0100
  9. e649196 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · Thu Apr 07 17:11:45 2016 +0100
  10. 937f312 fip_create: add support for image unpacking by Juan Castillo · Mon Feb 15 17:21:10 2016 +0000
  11. 004c9a5 Make:Allow for extension in tool names. by Evan Lloyd · Thu Dec 03 11:35:40 2015 +0000
  12. f4ba5ca Make:Use "simply expanded" make variables. by Evan Lloyd · Thu Dec 03 09:47:51 2015 +0000
  13. 93a7640 Build:Replace soft links with file copy. by Evan Lloyd · Wed Dec 02 20:30:13 2015 +0000
  14. a71d259 Make:Use environment variables for OS detection. by Evan Lloyd · Wed Dec 02 18:56:06 2015 +0000
  15. 26c6cb4 Make:Make shell commands more portable by Evan Lloyd · Wed Dec 02 18:33:55 2015 +0000
  16. c0f970d Make:Add realclean to .PHONY list by Evan Lloyd · Wed Dec 02 18:22:22 2015 +0000
  17. f269714 Make:Remove calls to shell from makefiles. by Evan Lloyd · Wed Dec 02 18:17:37 2015 +0000
  18. 4352998 cert_create: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:24 2016 +0000
  19. 314a608 fip_create: miscellaneous improvements to source code by Juan Castillo · Mon Feb 15 17:21:10 2016 +0000
  20. d342e38 Merge pull request #484 from jcastillo-arm/jc/tf-issues/337 by danh-arm · Wed Jan 13 11:42:30 2016 +0000
  21. 212f738 cert_create: update help message by Juan Castillo · Tue Dec 15 16:37:57 2015 +0000
  22. ae6ca35 Merge pull request #479 from jcastillo-arm/jc/tbbr_fip by danh-arm · Wed Jan 06 14:51:07 2016 +0000
  23. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · Tue Jan 05 11:55:36 2016 +0000
  24. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  25. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · Mon Dec 14 09:35:25 2015 +0000
  26. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · Thu Dec 10 15:49:17 2015 +0000
  27. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · Thu Dec 03 10:19:21 2015 +0000
  28. 4dd39b8 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · Mon Aug 10 11:57:41 2015 +0100
  29. 5752b59 FWU: Add FWU support to `cert_create` tool by Yatharth Kochar · Fri Aug 21 15:30:55 2015 +0100
  30. 1218dd5 cert_create: specify command line options in the CoT by Juan Castillo · Fri Jul 03 16:23:16 2015 +0100
  31. 86958fd cert_create: improve command line argument check by Juan Castillo · Wed Jul 08 12:11:38 2015 +0100
  32. e6d30e9 TBB: rework cert_create tool to follow a data driven approach by Juan Castillo · Fri Jun 12 11:27:59 2015 +0100
  33. a2224ab TBB: build 'cert_create' with ECDSA only if OpenSSL supports it by Juan Castillo · Tue Jun 30 13:36:57 2015 +0100
  34. f9f39c3 TBB: add ECDSA support to the certificate generation tool by Juan Castillo · Mon Jun 01 16:34:23 2015 +0100
  35. ac40293 TBB: use ASN.1 type DigestInfo to represent hashes by Juan Castillo · Thu Mar 05 14:30:00 2015 +0000
  36. 81be100 Allow deeper platform port directory structure by Dan Handley · Fri Mar 27 17:44:35 2015 +0000
  37. 271a5ac TBB: use SHA256 to generate the certificate signatures by Juan Castillo · Mon Feb 16 10:34:28 2015 +0000
  38. 379954c TBB: add support to include certificates in a FIP image by Juan Castillo · Tue Nov 04 17:36:40 2014 +0000
  39. 11abdcd TBB: add tool to generate certificates by Juan Castillo · Tue Oct 21 11:30:42 2014 +0100
  40. 90983a5 fip_create: don't succeed if one of the passed files doesn't exist by Kévin Petit · Mon Dec 08 13:23:09 2014 +0000
  41. 152c17f Fix problem of dependencies on the fiptool makefile target by Sandrine Bailleux · Mon Oct 27 17:10:46 2014 +0000
  42. eed7a5b Improve BL3-0 documentation by Harry Liebel · Thu May 01 14:09:16 2014 +0100
  43. e2712bc Always use named structs in header files by Dan Handley · Thu Apr 10 15:37:22 2014 +0100
  44. a70615f Move include and source files to logical locations by Dan Handley · Wed Apr 09 12:48:25 2014 +0100
  45. fce7a7d FIP tool: Fix error message for missing FIP filename by Sandrine Bailleux · Wed Mar 19 13:39:52 2014 +0000
  46. 8c60fee FIP tool: Add support for '--help' option. by Sandrine Bailleux · Wed Mar 19 13:21:42 2014 +0000
  47. 29e5442 FIP tool: Small optimisation for option parsing by Sandrine Bailleux · Wed Mar 19 13:09:54 2014 +0000
  48. 2f2cef4 Cleanup FIP build targets and messages by Jeenu Viswambharan · Wed Feb 19 09:38:18 2014 +0000
  49. f58ad36 Add Firmware Image Package creation tool by Harry Liebel · Fri Jan 10 18:00:33 2014 +0000