1. 407bfef Profiler: Add profiling support in NSPE by Jianliang Shen · 2 years ago master
  2. a985c00 Build: Add stub functions of system calls by chesun01 · 2 years, 4 months ago
  3. 03864fc Test: Remove the unnecessary inclusion of tfm_api.h by Kevin Peng · 2 years ago
  4. 03d6a93 Build: Unify isolation level setting with TFM_ISOLATION_LEVEL by Xinyu Zhang · 2 years ago
  5. 7f78a8f RPC: Move RPC codes to RPC folder by Kevin Peng · 2 years, 1 month ago
  6. ac5419b Log: Share tfm_log.h for different apps by Kevin Peng · 2 years, 1 month ago
  7. 0512262 RPC: Add the dedicated eRPC config file in test repo by Kevin Peng · 2 years, 1 month ago
  8. bfb6e07 RPC framework: Use the dedicated eRPC config file by Kevin Peng · 2 years, 1 month ago
  9. 3e612b8 Build: Adjust linking order for tfm_ns by Kevin Peng · 2 years, 1 month ago
  10. 7c54c5d Build: Merge tfm_ns_interface to tfm_api_ns by Kevin Peng · 2 years, 1 month ago
  11. 0e8266b Build: Merge tfm_partition_defs into tfm_config by Xinyu Zhang · 2 years, 2 months ago
  12. 43aeb69 Build: Add Arm v8.1m arch PSA API test support by Dávid Házi · 2 years, 4 months ago
  13. aecf997 Test: Simplify regression test build control by David Hu · 2 years, 4 months ago
  14. 7cf20ef Build: Take NULL string as NOT DEFINED for PSA_API_TEST_TARGET by Kevin Peng · 2 years, 4 months ago TF-Mv1.8.0-RC1
  15. 153f3df Test: Add integration of the eRPC system by Summer Qin · 2 years, 9 months ago
  16. 75ee82b Interface: Move tfm_ns_interface_dispatch() to TF-M repo by BohdanHunko · 2 years, 6 months ago
  17. 6b219f7 Build: Use the TARGET_PLATFORM_PATH by Kevin Peng · 2 years, 7 months ago
  18. 21a4421 Build: Decouple NS from config_impl.cmake by David Hu · 2 years, 6 months ago
  19. 3f9a7e9 Build: Compile connection based psa ns api when necessary by Xinyu Zhang · 2 years, 9 months ago
  20. 73436c9 App: Remove dependency on tfm_generated_files by David Hu · 2 years, 9 months ago
  21. adddea5 Update files name by Summer Qin · 2 years, 10 months ago
  22. ab4e42d Test: Remove Library Model codes by Summer Qin · 2 years, 10 months ago
  23. d13f55b Build: Remove Library Model branch in build system by Summer Qin · 2 years, 10 months ago
  24. e7b7317 Build: Explictly set TFM_PARTITION_NS_AGENT_MAILBOX flag if required by David Hu · 2 years, 10 months ago
  25. 2f07258 Build: Remove handling of FORWARD_PROT_MSG option by Mark Horvath · 2 years, 11 months ago
  26. 608e92f [Build] Change CONFIG_TFM_FP to CONFIG_TFM_FLOAT_ABI by Gabor Toth · 2 years, 11 months ago
  27. 5c8b639 Build: Tweak conditional compilation by Chris Brand · 3 years, 3 months ago
  28. 592c98e Build: Always include preload_ns.cmake if it exists by Chris Brand · 3 years, 3 months ago
  29. 06108cd Build: Move COMPILER_CP_FLAG to ns_interface lib by Kevin Peng · 3 years, 2 months ago
  30. 6e2e435 App: Fix linking dependencies by Kevin Peng · 3 years, 3 months ago
  31. 342ec68 App: Combine the test threads together by Kevin Peng · 3 years, 3 months ago
  32. f9fbd58 Test: Correct delay function for FP interrupt test by Feder Liang · 3 years, 6 months ago
  33. 5d7925e Test: Output EOT (\x04) char at the end of test by Paul Sokolovsky · 3 years, 5 months ago
  34. 4817eb8 Build: Revert hotfix and fix BL2 test issues by Raef Coles · 3 years, 7 months ago
  35. 7e15ea9 Test: Add FP interrupt test case by Feder Liang · 3 years, 8 months ago
  36. 7abe9a4 Test: Enable FP usage in NSPE by Feder Liang · 3 years, 8 months ago
  37. b8f0c31 Build: Avoid duplication of log targets by Raef Coles · 4 years, 2 months ago
  38. a149929 Add end-of-line to log messages by Chris Brand · 3 years, 9 months ago
  39. ddcf529 Build: Fix PSA Arch test builds by Chris Brand · 3 years, 9 months ago
  40. 92fe758 Test: Enable NSID tests by Xinyu Zhang · 3 years, 11 months ago
  41. eebbea3 Enable NSID management from NS side by Xinyu Zhang · 4 years ago
  42. 4c640e8 Deprecate old implementation on NS client identification by Xinyu Zhang · 3 years, 11 months ago
  43. 3ea91b9 Add NSID manager by Xinyu Zhang · 3 years, 11 months ago
  44. 7a814e4 Fix: Correct CMAKE check condition by Jianliang Shen · 3 years, 10 months ago
  45. 8342d7d Build: tfm_api_ns library link tfm_s_veneers library by Sherry Zhang · 3 years, 10 months ago
  46. 26b2d78 Test: Trigger secure tests in SPE in IPC model by shejia01 · 4 years ago
  47. acba69e App: Minor fix of include header file by David Hu · 4 years ago
  48. e0dd80a Build: Control single test without TEST_S/TEST_NS [Test repo] by shejia01 · 4 years, 1 month ago
  49. 1e1f27c Build: Remove unnecessary source file in library mode by Xinyu Zhang · 4 years, 3 months ago
  50. d2c78e7 Test: Add NS RTOS specific test interface implementation by David Hu · 4 years, 4 months ago
  51. cdc51fb App: Add NS interface code moved from TF-M by David Hu · 4 years, 4 months ago
  52. 92c499a Test: Add firmware update tests by Sherry Zhang · 4 years, 5 months ago
  53. 26ebd14 App: Update test thread stack configuration by Robert Rostohar · 4 years, 8 months ago
  54. d3d4736 App: Remove MSPLIM setup in test main function by Robert Rostohar · 4 years, 8 months ago
  55. 4ae00fe Dualcpu: Execute dual-cpu init after RTX kernel init completes by David Hu · 4 years, 6 months ago
  56. 98adf32 App: Create a dedicated mailbox thread by David Hu · 5 years ago
  57. 27d45be App: Implement RTOS message queue wrappers by David Hu · 5 years ago
  58. 402a298 Dualcpu: Update NS mailbox config flags setting by David Hu · 4 years, 8 months ago
  59. 8e68325 Dualcpu: Update NS mailbox file path to align with TF-M changes by David Hu · 4 years, 8 months ago
  60. 48369db Dualcpu: Align with TF-M to build mailbox RTOS specific file by David Hu · 4 years, 8 months ago
  61. a1fee3d Hotfix: Fix issue of building PSA Arch tests by David Hu · 4 years, 7 months ago
  62. 73f259b Build: Perform NS interface build by David Hu · 4 years, 8 months ago
  63. 0d3a381 Revert "app: Add a static library for the PSA tests" by Kevin Peng · 4 years, 8 months ago
  64. 93ce2f5 app: Add a static library for the PSA tests by Øyvind Rønningstad · 4 years, 9 months ago
  65. 205a34a app: Allow overriding PSA_API_TEST_TARGET via Cmake by Øyvind Rønningstad · 4 years, 10 months ago
  66. 6f2e5b4 app: Add missing ifdef around include statement by Øyvind Rønningstad · 4 years, 9 months ago
  67. c8655e8 App: Remove unused header by Tamas Ban · 4 years, 9 months ago
  68. d35ffa0 Build: Move --map option from toolchain file to CMakeLists.txt by TTornblom · 4 years, 10 months ago
  69. 34cffa7 Build: Alter operation of cmake preload files by Raef Coles · 4 years, 9 months ago
  70. 33d0f2b Revert "Build: Alter operation of cmake preload files" by David Hu · 4 years, 9 months ago
  71. c41f3a0 Build: Alter operation of cmake preload files by Raef Coles · 4 years, 9 months ago
  72. af60229 Build: Add the tfm NS log library by Kevin Peng · 4 years, 10 months ago
  73. 23d6a19 Build: Correct header location for PSA tests by Raef Coles · 4 years, 10 months ago
  74. 06e6f65 Build: Fix TEST_PSA_API HEAP_MEM setting by Raef Coles · 4 years, 10 months ago
  75. 0a44509 Test: Remove unused header file by Shawn Shan · 4 years, 10 months ago
  76. c922f25 Build: allow setting of options for psa_arch_test by Raef Coles · 4 years, 10 months ago
  77. ce57e06 Build: Enable core tests by Raef Coles · 4 years, 10 months ago
  78. 5ee45ed Build: Convert app directory to modern cmake by Raef Coles · 4 years, 11 months ago
  79. 7789423 Test: Duplicate log interface between TF-M and tf-m-tests by Summer Qin · 5 years ago
  80. e242c63 Test: Remove app header from test folder by Summer Qin · 5 years ago
  81. 2ff05d5 Build: Use CMAKE_SOURCE_DIR to set default TFM_ROOT_DIR by Kevin Peng · 5 years ago
  82. ae997e4 Test/app: Fix compilation issues after moving test code here by Kevin Peng · 5 years ago
  83. 62a8711 Test/App: Add the original test and app codes from tf-m by Kevin Peng · 5 years ago