1. c88e2ac Build: Add LLVM toolchain support for an521 only. by Anton Komlev · 11 months ago
  2. a0b00f4 Crypto: Update to Mbed TLS 3.6.1 by Antonio de Angelis · 11 months ago
  3. 1ec133d Platform: Use CMSIS Driver headers from CMSIS repo by Jamie Fox · 1 year, 2 months ago
  4. 8bb9851 Crypto: Align PSA headers entirely to Mbed TLS 3.6.0 by Antonio de Angelis · 1 year, 7 months ago
  5. 62683db Build: Fix CMSIS path for local repo by Jamie Fox · 1 year, 5 months ago
  6. 99b4c64 Build: Set install messages policy to lazy by Antonio de Angelis · 1 year, 5 months ago
  7. 3d54aca Update CMSIS to v6 by Gergely Korcsák · 1 year, 6 months ago
  8. 4ac274d Build: Fix indentation by Chris Brand · 1 year, 7 months ago
  9. 3a3da40 Merge branch 'release/2.0.x' into main by David Hu · 1 year, 8 months ago
  10. 0601777 Build: Export recommended tf-m-tests version by David Hu · 1 year, 9 months ago
  11. e793228 Build: Export all FP configs into spe_config.cmake by Dávid Házi · 1 year, 9 months ago
  12. 7673422 Build: Fix MCUBOOT_KEY_S/NS export value by David Hu · 1 year, 9 months ago
  13. 133ce09 Build: Port RSS to split build by Jamie Fox · 1 year, 9 months ago
  14. 1d68b87 Build: Use BL2 keys for NS signing from api_ns by Raef Coles · 1 year, 9 months ago
  15. cdf3931 Build: Don't install signing scripts always by Raef Coles · 1 year, 9 months ago
  16. 149b6a6 Merge branch 'feature-build-split-v2' into main by David Hu · 1 year, 9 months ago
  17. 11074a2 MCUboot: Generate public key from private key by Bence Balogh · 1 year, 10 months ago
  18. 2bbcb96 Build: Enable IAR support by David Hu · 1 year, 9 months ago
  19. 9af4d7d Build: Set object extension to .o in NS toolchain by David Hu · 1 year, 9 months ago
  20. 27cf4de Build: Export configs and files for FF tests by Kevin Peng · 1 year, 9 months ago
  21. bd624ed Test: Enable FPU test suite by Jianliang Shen · 1 year, 10 months ago
  22. 1c12d56 Interface: Add 'tz' in file name for entry of TrustZone arch by Xinyu Zhang · 1 year, 10 months ago
  23. 66bd9a0 Build: Refine common install by David Hu · 1 year, 10 months ago
  24. 71f6dcc Build: Add some missing files in NS build by David Hu · 1 year, 10 months ago
  25. c28b9b2 Build: Support Armclang in build split by David Hu · 1 year, 10 months ago
  26. 681a8ee Build: Refine include of CPU/Arch configs by David Hu · 1 year, 10 months ago
  27. 500ea2f Build: Enable platform to select NS linker script by David Hu · 1 year, 10 months ago
  28. dd0a722 Build: Remove toolchain reset mechanism by Anton Komlev · 1 year, 11 months ago
  29. 3dd9863 Build: Remove redundant TFM_INSTALL_PATH variable by Anton Komlev · 1 year, 11 months ago
  30. 1ba9ea3 Build: Remove tf-m-tests dependency from the build by Anton Komlev · 2 years ago
  31. aee4b61 Build: Split build v2 for an521 platform by Anton Komlev · 2 years, 3 months ago
  32. 0e340ea Interface: Clean up the tfm_api.h header file by Kevin Peng · 2 years ago
  33. de3e121 cmake: Install the bl2's secure signing key by Bence Balogh · 2 years, 1 month ago
  34. 9191b61 Attest: Remove redundant definitions of PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE by David Hu · 2 years, 2 months ago
  35. fce2037 Build: Install crypto_platform.h for Crypto service by Xinyu Zhang · 2 years, 4 months ago
  36. 174f836 Build: Use OPTIONAL in include() instead of existence check by Kevin Peng · 2 years, 4 months ago TF-Mv1.8.0-RC1
  37. 0fe8390 SPM: Remove the psa_config.h by Kevin Peng · 2 years, 5 months ago
  38. 6d1a9b6 Build: Decouple option setting and check in header file config system by David Hu · 2 years, 6 months ago
  39. f871df0 Interface: Provide implementation of tfm_ns_interface_dispatch() by BohdanHunko · 2 years, 6 months ago
  40. 895cdc3 Build: Add missing install files by David Hu · 2 years, 7 months ago
  41. 1439fdc Build: Decouple NS from config_impl.h/.cmake by David Hu · 2 years, 6 months ago
  42. a2b6802 Build: Introduce TARGET_PLATFORM_PATH by Kevin Peng · 2 years, 7 months ago
  43. b5be31b Platform: add options to disable default signing by Raef Coles · 2 years, 9 months ago
  44. b1702cb Interface: Split PSA NS APIs for connection based services only by Xinyu Zhang · 2 years, 9 months ago
  45. d23bbb3 Partitions: Combine tfm_xxx_secure_api.c and tfm_xxx_ipc.c by Summer Qin · 2 years, 10 months ago
  46. 369d1e9 Audit: Remove Audit Log partition by Summer Qin · 2 years, 10 months ago
  47. 5ce60bb SPM: Remove Library Model files by Summer Qin · 2 years, 10 months ago
  48. 566e03b Build: Remove Library Model branch in build system by Summer Qin · 2 years, 10 months ago
  49. 32bd615 Build: Fix missing install files by David Hu · 2 years, 10 months ago
  50. fbc2c50 Partitions: remove PSA proxy partition by Mark Horvath · 2 years, 11 months ago
  51. 9edf081 Build: Add optional install.cmake for platform by Chris Brand · 3 years, 1 month ago
  52. fbf3f46 Build: Set ns_agent partition flags by Chris Brand · 3 years, 1 month ago
  53. ca81902 Replace TFM_CONFIG_USE_TRUSTZONE with CONFIG_TFM_USE_TRUSTZONE by Chris Brand · 3 years, 1 month ago
  54. cae2026 Build: Introduce TFM_CONFIG_USE_TRUSTZONE by Chris Brand · 3 years, 1 month ago
  55. 73126e5 FWU: Optimize the RAM cost in FWU partition by Sherry Zhang · 3 years, 6 months ago
  56. cb91581 Dualcpu: Refine NS mailbox header files by David Hu · 3 years, 7 months ago
  57. 968887a Build: Exclude a platform name from the output path by Anton Komlev · 3 years, 8 months ago
  58. dc8cb9e Build: Install missing files by David Hu · 3 years, 9 months ago
  59. 482b88b SPM: Enable NSPE managing client_id by Sherry Zhnag · 4 years ago
  60. 82e3eac SPM: Make PSA interface redirect-able by Ken Liu · 3 years, 10 months ago
  61. 186a129 Dualcpu: Generate tfm_mailbox_config.h to build folder by David Hu · 3 years, 11 months ago
  62. d172b35 Partitions: Fix minor header include issues by Kevin Peng · 4 years, 1 month ago
  63. 93899d0 Build: Install a new header file into install folder by Xinyu Zhang · 4 years, 3 months ago
  64. c686ecb Interface: Remove NS specific implementation of test interface by David Hu · 4 years, 4 months ago
  65. f07f3f1 Interface: Remove NS RTOS specific implementation by David Hu · 4 years, 4 months ago
  66. 3e7129f FWU: Add the IPC model support by Sherry Zhang · 4 years, 7 months ago
  67. 07b4241 FWU: Add Firmware Update partition by Sherry Zhang · 4 years, 7 months ago
  68. d597345 Dualcpu: Add a new NS mailbox working model with a dedicated thread by David Hu · 4 years, 8 months ago
  69. 62f05aa Dualcpu: Add RTOS message queue wrappers by David Hu · 5 years ago
  70. ba815f7 Build: Fix install if FORWARD_PROT_MSG is set by Mark Horvath · 4 years, 6 months ago
  71. 8b526d4 Build: Improve the setting of number of mailbox queue slots by David Hu · 4 years, 8 months ago
  72. 04969a4 Dualcpu: Move dual-cpu NS files into a dedicated folder by David Hu · 5 years ago
  73. 69e590e Dualcpu: Move NS mailbox thread management to RTOS specific file by David Hu · 5 years ago
  74. 2c13c03 Build: Fix typo "SIGNING" by Alamy Liu · 4 years, 7 months ago
  75. b6814d5 Build: Install signing layout files and scripts by Raef Coles · 4 years, 8 months ago
  76. 4fed463 Build: Rename install export dir to interface by Raef Coles · 4 years, 8 months ago
  77. a198a44 Build: Allow alteration of cmake install path by Raef Coles · 4 years, 9 months ago
  78. e5fa2d0 Build: Export missing os_wrapper headers for RTOS integration by Charley Chu · 4 years, 9 months ago
  79. b7a131e Build: Move psa_ns_api build to NS side by David Hu · 4 years, 8 months ago
  80. 1dab74b Build: Support out-of-tree platforms by Øyvind Rønningstad · 4 years, 8 months ago
  81. 25fc175 Build: Export s_veneers.o by Raef Coles · 4 years, 9 months ago
  82. b24aead Build: Install veneer function binary by David Hu · 4 years, 10 months ago
  83. 035c83b Build: Restore support for NS export by Raef Coles · 4 years, 10 months ago
  84. a1f504c Build: Convert cmake dir to modern cmake by Raef Coles · 5 years ago