1. 9763dee Build: Put CONFIG_TFM_ENABLE_MEMORY_PROTECT flag to platform by Mingyang Sun · 4 years, 8 months ago
  2. 2a4a70e Platform: Remove 'TFM_UNPRIV_DATA' section by Ken Liu · 4 years, 7 months ago
  3. 94d7652 Build: Apply global array as partition stacks [tf-m] by Ken Liu · 5 years ago
  4. d20999f Build: Add global array used as stacks by Mingyang Sun · 4 years, 10 months ago
  5. 12ae2b7 Dualcpu: Execute memory access check in privileged level by David Hu · 4 years, 8 months ago
  6. 5a212ec Partition: Move partitions secure api into SPRTL by Summer Qin · 4 years, 9 months ago
  7. 3e37d9f SPM: Remove TFM_SVC_SFN_REQUEST by Summer Qin · 5 years ago
  8. 652b900 PSA_proxy: Create first version of PSA proxy partition by Mark Horvath · 5 years ago
  9. b73470e SPM: Make tfm_list.h and tfm_pools.h self-contained by Mark Horvath · 5 years ago
  10. bb3d37f Build: Conditional include of psa manifest headers by Mark Horvath · 5 years ago
  11. 5da82de SPM: Copy iovec parameters into SPE before validation in Library model by David Hu · 4 years, 8 months ago
  12. c9a81db Version: Update for TF-M v1.2.0 release by Minos Galanakis · 4 years, 9 months ago
  13. 3568bea Build: Semantic versioning support by Minos Galanakis · 4 years, 9 months ago
  14. dd233d1 Build: Disable __get_LR() for IAR by TTornblom · 4 years, 9 months ago
  15. 8d973da SPM: Clean up SPM log output by Ken Liu · 4 years, 9 months ago
  16. 25b190b Isolation L3 for AN521 and Musca-B1 by Kevin Peng · 4 years, 9 months ago
  17. d1ed673 Platform: Implementation of isolation HAL API by Mingyang Sun · 5 years ago
  18. 6981732 Build: Refactor toolchain files by Raef Coles · 4 years, 10 months ago
  19. 45578e9 SPM: Refine the output format of TF-M version by Shawn Shan · 4 years, 10 months ago
  20. f5471ba SPM: Change to new SPM log APIs by Shawn Shan · 4 years, 11 months ago
  21. 6f33aad Build: Add SPM log support for platforms by Shawn Shan · 4 years, 10 months ago
  22. 17d4e23 SPM: Implement SPM log functions. by Shawn Shan · 5 years ago
  23. 50996c4 SPM: Add a log level to support output ERROR log by Shawn Shan · 4 years, 9 months ago
  24. 600a463 Build: Fix cpu and arch for sse_300 by Raef Coles · 4 years, 10 months ago
  25. 8fb8fda SPM: Include header file 'tfm_hal_defs.h' to SPM log by Shawn Shan · 4 years, 10 months ago
  26. b1eb42b SPM: Update log parameter to 'char *' by Shawn Shan · 5 years ago
  27. 92e46a3 SPM: Add a panic after NS jumping by Ken Liu · 5 years ago
  28. e0af44c Stack_seal_mitigation: Seal stack for interrupt deprivileging by Ken Liu · 5 years ago
  29. 960521a Stack_seal_mitigation: Seal the PSP stacks for Library mode. by Soby Mathew · 4 years, 10 months ago
  30. c0b5f6d Stack_seal_mitigation: Seal thread stacks for IPC mode by Ken Liu · 5 years ago
  31. 05e13ba Stack_seal_mitigation: Secure harden the Main Stack Pointer (MSP) by Ken Liu · 5 years ago
  32. 50e2109 SPM: Unify exception priority setting code by Ken Liu · 4 years, 10 months ago
  33. d8f6750 Build: Enable PSA ff test partitions by Raef Coles · 4 years, 10 months ago
  34. 055f9b4 SPM: Remove unused partition memory info by Ken Liu · 5 years ago
  35. 3ede971 Arch: Explicitly set the priority of faults by Jamie Fox · 4 years, 10 months ago
  36. b78795a Arch: Implement fault handlers to not return by Jamie Fox · 4 years, 10 months ago
  37. 366a8d6 Arch: Remove tfm_fault_context by Jamie Fox · 4 years, 10 months ago
  38. a98f8fb Arch: Remove fault handlers for Armv8-M baseline by Jamie Fox · 4 years, 10 months ago
  39. e5cadb2 Attest: Remove LEGACY_TFM_TLV_HEADER support by Balint Matyi · 5 years ago
  40. 18b3bf0 Build: Add IAR support to new build system by TTornblom · 5 years ago
  41. abfe81a Build: Convert secure_fw dir to modern cmake by Raef Coles · 5 years ago
  42. 130248c SPM: make has_access_to_region() compatible with vendor IDAUs by Ioannis Glaropoulos · 5 years ago
  43. 1f6f5af SPM: Fix the sfn parameters check function of Lib Model by Kevin Peng · 5 years ago
  44. 02f7f07 SPM: Move PSA client and service apis into 'spm/common' by Summer Qin · 5 years ago
  45. 4558767 Arch: Add function to configure coprocessors by Jamie Fox · 5 years ago
  46. 4924cf8 Core: Avoid branching from inline assembly function by Mark Horvath · 5 years ago
  47. dee2b21 SPM: Add header file for SPM log system by Shawn Shan · 5 years ago
  48. df7a14c SPM: Move psa client call apis into 'spm/common' by Summer Qin · 5 years ago
  49. 44af297 SPM: Remove 'init' and 'runtime' folder in 'spm/common' by Summer Qin · 5 years ago
  50. 08f5135 SPM: Remove include folder in cmsis_psa by Summer Qin · 5 years ago
  51. 9c1fba1 SPM: Depreciate vague header 'tfm_internal.h' by Summer Qin · 5 years ago
  52. 0eb7c91 HAL: Rename platform init function by Summer Qin · 5 years ago
  53. bce2113 HAL: Rename platform reset function by Summer Qin · 5 years ago
  54. f993cd4 SPM: Sort out main.c including and dependency check by Summer Qin · 5 years ago
  55. af22ffa SPM: Move partition runtime data to partition by Mingyang Sun · 5 years ago
  56. 73056b6 SPM: Move message list to partition by Mingyang Sun · 5 years ago
  57. 616680d SPM: Create model-specific SPM entry files by Summer Qin · 5 years ago
  58. b3a7045 Test: Remove test from TF-M by Kevin Peng · 5 years ago
  59. af4e9be Dualcpu: Fix type casting between uint32_t and psa_status_t by David Hu · 5 years ago
  60. f1e36e8 Test: Simplify dual-cpu lightweight NS multi-thread test by David Hu · 5 years ago
  61. f24dbb5 SPM: Restructure memory operation functions by Summer Qin · 5 years ago
  62. ae70d8d SPM: Change partition structure member and name by Mingyang Sun · 5 years ago
  63. 37f6ced SPM: Separate SPM data structure definitions by Mingyang Sun · 5 years ago
  64. 7397b4f SPM: Use separate head file for different models by Mingyang Sun · 5 years ago
  65. 90602de SPM: Restructure SPM folder by Summer Qin · 5 years ago
  66. da30f1e SPM: Use separate source code for different models by Mingyang Sun · 5 years ago
  67. 79c2bda SPM: Refine tfm_spm_init code by Kevin Peng · 5 years ago
  68. f3a0dc5 Interface: Move the tz_context.h from app to interface by Kevin Peng · 5 years ago
  69. 8f231c4 SPM: Sort out arch/include by Summer Qin · 5 years ago
  70. d0f42b1 SPM: Sort out secure_fw/include by Summer Qin · 5 years ago
  71. 2b8ab7e Core: Move pendsv priority operations into arch by Summer Qin · 5 years ago
  72. 8f7ab36 SPM: Move library specific functions into model_func by Summer Qin · 5 years ago
  73. 5fdcf63 SPM: Sort out tfm_secure_api.c file by Summer Qin · 5 years ago
  74. 8321492 SPM: Remove secure_utilities.h by Summer Qin · 5 years ago
  75. 505b170 SPM: Use connection handle as the message handle by Ken Liu · 5 years ago
  76. 39791cc SPM: Remove unused function by Ken Liu · 5 years ago
  77. 955235a Doc: Add changelog for 1.1 release by Mate Toth-Pal · 5 years ago
  78. 5399803 Attest: Handle discrepancy in tlv_len definitions by David Vincze · 5 years ago
  79. c3123ec Core: Move spm header files to 'spm' folder by Mingyang Sun · 5 years ago
  80. bd7ceb5 Core: Use separate '.inc' file and init function by Mingyang Sun · 5 years ago
  81. 2fca1c8 Core: Simplify the service lookup procedure by Summer Qin · 5 years ago
  82. 44e6561 Core: IAR fix for 94d424a5 by TTornblom · 5 years ago
  83. c6d7450 SST: Rename SST(Secure STorage) to PS(Protected Storage) by Kevin Peng · 5 years ago
  84. 67a1c0e Core: Update the include statement by Mingyang Sun · 5 years ago
  85. 1f345b0 Build: Follow the 'source_structure.rst' by Ken Liu · 5 years ago
  86. 373feb1 Core: Manipulate clients connection handle by Summer Qin · 5 years ago
  87. 630c76b Core: Distinguish connection handle types by Summer Qin · 5 years ago
  88. 071d86d Core: Separate SPM_DB for library model and IPC model by Shawn Shan · 5 years ago
  89. 410ada5 Core: Remove 'tfm_bitcount' referencing by Ken Liu · 6 years ago
  90. 68eb406 SST: Move the SST partition to Application Root Of Trust by Galanakis, Minos · 6 years ago
  91. ef5118b Platform: Added a Non-Volatile counters service by Galanakis, Minos · 6 years ago
  92. 830c554 Core: Refine tfm_core_spm_request_handler function by Summer Qin · 5 years ago
  93. faf74f5 Build: Major warnings cleanup by TTornblom · 5 years ago
  94. 99f0be2 Build: IAR support by TTornblom · 6 years ago
  95. abb1aab Core: Move library model SPM code to 'spm' folder by Mingyang Sun · 5 years ago
  96. d44522a Core: Move IPC model SPM code to 'spm' folder by Mingyang Sun · 6 years ago
  97. 56f01bd Core: Put IPC SVC handler together by Mingyang Sun · 5 years ago
  98. 98ab441 Crypto: Add support for persistent keys by Jamie Fox · 6 years ago
  99. 83d9637 Build: Update to IAR support by TTornblom · 6 years ago
  100. d90856f Core: Change filenames of SPM by Mingyang Sun · 5 years ago