1. 147f52f feat(fiptool): add cca, core_swd, plat cert in FIP by laurenw-arm · 3 years, 3 months ago
  2. 9bc52d3 refactor(security): upgrade tools to OpenSSL 3.0 by Juan Pablo Conde · 3 years, 5 months ago
  3. dd14d0f Merge "fix(fiptool): respect OPENSSL_DIR" into integration by Madhukar Pappireddy · 3 years, 7 months ago
  4. ab556c9 fix(fiptool): avoid packing the zero size images in the FIP by Manish V Badarkhe · 3 years, 8 months ago
  5. 0a956f8 fix(fiptool): respect OPENSSL_DIR by Ross Burton · 3 years, 9 months ago
  6. 5b18de0 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 4 years, 1 month ago
  7. dbeab0d fiptool: Do not call 'make clean' in 'all' target by Pali Rohár · 4 years, 4 months ago
  8. 3527d6d tools: add mechanism to allow platform specific image UUID by Pankaj Gupta · 4 years, 8 months ago
  9. 88a1cf1 Update makefile to build fiptool for Windows by Sami Mujawar · 5 years ago
  10. cb5c08b Fix fiptool packaging issue on windows by Sami Mujawar · 5 years ago
  11. b13e3f9 tools: Set the tool's default binary name by Manish V Badarkhe · 5 years ago
  12. fafd3ec tools: Get the tool's binary name from the main makefile by Manish V Badarkhe · 5 years ago
  13. 23d5f03 cert_create: add Platform owned secure partitions support by Manish Pandey · 5 years ago
  14. 4e50052 fiptool: return zero status on help and help <command> by Leonardo Sandoval · 5 years ago
  15. ce10f9f fiptool: Add fw_config in FIP by Manish V Badarkhe · 5 years ago
  16. 0792dd7 cert_create: add SiP owned secure partitions support by Manish Pandey · 5 years ago
  17. 7e771a9 tools/fiptool: Add Makefile.msvc to build on Windows. by Girish Pathak · 6 years ago
  18. efb20d8 tools: Remove TODO from fiptool by Paul Beesley · 6 years ago
  19. e56b8dc tools/fiptool: Fix UUID parsing in blob handling by Andre Przywara · 7 years ago
  20. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  21. 750e8d8 tools: Make invocation of host compiler correct by Antonio Nino Diaz · 7 years ago
  22. dadb16e fip_create: Remove fip_create compatibility script by dp-arm · 9 years ago
  23. 0336486 Make TF UUID RFC 4122 compliant by Roberto Vargas · 7 years ago
  24. 17bc617 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · 7 years ago
  25. 8d28323 tools/fiptool: fix memory leaks in fiptool by Jonathan Wright · 7 years ago
  26. e24659d Dynamic cfg: Update the tools by Soby Mathew · 8 years ago
  27. 8e4cdd2 fiptool: Fix use after free by Andreas Färber · 8 years ago
  28. 880b9e8 Add padding at the end of the last entry by Roberto Vargas · 8 years ago
  29. a1ee383 fiptool: Enable Visual Studio build by Evan Lloyd · 8 years ago
  30. 9685111 fiptool: Precursor changes for Visual Studio by Evan Lloyd · 8 years ago
  31. 55745de fiptool: Update file open modes with 'b' (for Windows) by Evan Lloyd · 9 years ago
  32. 71fb396 Support Trusted OS firmware extra images in TF tools by Summer Qin · 8 years ago
  33. 2dfab27 Merge pull request #1044 from islmit01/im/fix_includes by davidcunado-arm · 8 years ago
  34. 769fb6b Fix order of #includes by Isla Mitchell · 8 years ago
  35. 5954298 fiptool: remove unneeded -I. include path by Masahiro Yamada · 8 years ago
  36. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  37. a967390 tools: Use exported quiet flag from top-level Makefile by dp-arm · 8 years ago
  38. 72610c4 build: Introduce HOSTCC flag by dp-arm · 8 years ago
  39. 2a6c1a8 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 8 years ago
  40. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  41. fb5f794 fiptool: Support non-decimal --align arguments by Andreas Färber · 8 years ago
  42. b9589fe fiptool: Embed a pointer to an image within the image descriptor by dp-arm · 8 years ago
  43. 9dd5edb fiptool: remove unneeded declarations by Masahiro Yamada · 8 years ago
  44. 802b42a fiptool: stretch out printf strings for readability and grep'ability by Masahiro Yamada · 9 years ago
  45. 95d2b26 fiptool: print new lines of usage to stdout instead of stderr by Masahiro Yamada · 9 years ago
  46. 1c75d5d fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 9 years ago
  47. 65caa3d fiptool: embed fip_toc_entry in struct image by Masahiro Yamada · 9 years ago
  48. a1da83f fiptool: add xfwrite() helper by Masahiro Yamada · 9 years ago
  49. 4f96a49 fiptool: fix the global option in usage by Masahiro Yamada · 9 years ago
  50. ee07932 fiptool: simplify the top line of command usage by Masahiro Yamada · 9 years ago
  51. 9e866d3 fiptool: refactor remove_image() by Masahiro Yamada · 9 years ago
  52. e9e0d28 fiptool: simplify assert() for add_image(_desc) by Masahiro Yamada · 9 years ago
  53. ea39d55 fiptool: revive replace_image() to keep the image order by update command by Masahiro Yamada · 9 years ago
  54. 67973fb fiptool: remove always true conditional by Masahiro Yamada · 9 years ago
  55. 40866aa fiptool: fix existence check of FIP input file for update command by Masahiro Yamada · 9 years ago
  56. 11c0a4f fiptool: fix add_image() and add_image_desc() implementation by Masahiro Yamada · 9 years ago
  57. 696ccba fiptool: introduce xzalloc() helper function by Masahiro Yamada · 9 years ago
  58. d02fceb fiptool: Factor out setting of image descriptor action by dp-arm · 9 years ago
  59. b63f970 fiptool: Remove unreferenced variable `toc_entries_len` by dp-arm · 9 years ago
  60. 9fc9ff1 fiptool: Fix format specifier for malloc/strdup wrappers by dp-arm · 9 years ago
  61. fcab6bb fiptool: Add support for operating on binary blobs using the UUID by dp-arm · 9 years ago
  62. e0f083a fiptool: Prepare ground for expanding the set of images at runtime by dp-arm · 9 years ago
  63. a22f628 fiptool: Provide malloc/strdup wrappers to simplify error checking by dp-arm · 9 years ago
  64. cc672bb fiptool: Use getopt for the top level command parsing by dp-arm · 9 years ago
  65. 20f87e7 fiptool: Initialize opt_index to 0 for getopt(3) by dp-arm · 9 years ago
  66. 60b499f fiptool: Constify various function params by dp-arm · 9 years ago
  67. 061723f Merge pull request #744 from masahir0y/fiptool by davidcunado-arm · 9 years ago
  68. c9cb408 fiptool: fix Segmentation fault when only --verbose option is given by Masahiro Yamada · 9 years ago
  69. b04efcc fiptool: Link `toc_entry` and `image` structures via UUID by dp-arm · 9 years ago
  70. 8874924 Merge pull request #710 from dp-arm/dp/fiptool-usage by danh-arm · 9 years ago
  71. 85ee277 fiptool: Invoke command specific usage function by dp-arm · 9 years ago
  72. 9df69ba fiptool: Add support for printing the sha256 digest with info command by dp-arm · 9 years ago
  73. 23fcb90 fiptool: Fix typo in create and update usage functions by dp-arm · 9 years ago
  74. c2427cb fiptool: Suppress verbose messages during normal build by dp-arm · 9 years ago
  75. 819281e Replace fip_create with fiptool by dp-arm · 9 years ago