1. 30106ba SPM: Add support for using watermarks to determine stack usage by Chris Brand · 3 years, 7 months ago
  2. cf0b1a5 SPM: Move the check of 'NULL' user handle forward by Mingyang Sun · 3 years, 4 months ago
  3. aeca8e0 SPM: Improve logic of "psa_reply()" by Mingyang Sun · 3 years, 5 months ago
  4. e61e705 SPM: Improvements on connection handle creation and validation by Kevin Peng · 3 years, 6 months ago
  5. d6dbe51 SPM: Remove deprivileged FLIH context in isolation level 1 by Sherry Zhang · 3 years, 5 months ago
  6. 97cef7e SPM: Extend halting instead of rebooting on panic to psa_panic by Joakim Andersson · 3 years, 5 months ago
  7. 055d83a SPM: Introduce option for halting instead of rebooting on panic by Sebastian Bøe · 3 years, 6 months ago
  8. 09328bd SPM: Clear 'signals_waiting' when partition wakes up by Mingyang Sun · 3 years, 4 months ago
  9. ac1114e SPM: Remame the thread function 'thrd_wait_on()' by Mingyang Sun · 3 years, 5 months ago
  10. 5c9529f SPM: Add critical section for IPC "wait" in backend by Mingyang Sun · 3 years, 5 months ago
  11. def92de SPM: Add interrupt handling support for SFN backend by Kevin Peng · 3 years, 9 months ago
  12. 43160d5 SPM: Add SFN Partition support in IPC backend by Kevin Peng · 3 years, 6 months ago
  13. 9714d96 SPM: Use Basic Asm in naked functions by Sherry Zhang · 3 years, 5 months ago
  14. 596f555 SPM: Common partition runtime entry point by Summer Qin · 3 years, 6 months ago
  15. a09adda SPM: Rename local handle pointer variable name by Mingyang Sun · 3 years, 6 months ago
  16. a4575f3 SPM: Remove unused code in no connection based service by Sherry Zhang · 3 years, 5 months ago
  17. 613b417 Build: Add configuration for doorbell APIs by Kevin Peng · 3 years, 6 months ago
  18. ef229a2 SPM: Simplify SFN backend by Ken Liu · 3 years, 6 months ago
  19. bf4681f SPM: Update thread and context interfaces by Ken Liu · 3 years, 6 months ago
  20. ed5fe7b SPM: Add build config for FF-M interrupt APIs by Mingyang Sun · 3 years, 6 months ago
  21. 4609ac7 SPM: Add build config for IPC-only FF-M APIs by Mingyang Sun · 3 years, 6 months ago
  22. f8c7e53 SPM: Align 'psa_reply' return type by Ken Liu · 3 years, 6 months ago
  23. 9f1a754 Tools: Generate SPM configurations in script by Kevin Peng · 3 years, 6 months ago
  24. 0bed7e0 SPM: Merge 'internal_msg' members into handle by Ken Liu · 3 years, 6 months ago
  25. 897e8f1 Revert "SPM: Use flag to indicate NS Agent" by Ken Liu · 3 years, 6 months ago
  26. 27f9a49 SPM: Use flag to indicate NS Agent by Ken Liu · 3 years, 6 months ago
  27. 5a28da3 SPM: Turn bi-directional list into uni-directional by Ken Liu · 3 years, 7 months ago
  28. 9544482 SPM: Abstract NS configurations by Summer Qin · 3 years, 6 months ago
  29. baa7f5b SPM: Remove the tfm_spm_get_msg_buffer_from_conn_handle by Kevin Peng · 3 years, 7 months ago
  30. cdf3ae2 SPM: Remove the tfm_spm_get_running_partition() by Kevin Peng · 3 years, 7 months ago
  31. a40d29f SPM: Introduce GET_PARTITION_PRIVILEGED_MODE by Kevin Peng · 3 years, 7 months ago
  32. 56c571e SPM: Add Macros of checking Partition attributes by Kevin Peng · 3 years, 7 months ago
  33. 2bc4d57 SPM: Add build-time config for optional PSA APIs by Xinyu Zhang · 3 years, 7 months ago
  34. bb4a42a SPM: Optimize the PSA API error handling process by Mingyang Sun · 3 years, 8 months ago
  35. a7ba50b SPM: Rename 'thread call' with 'cross call' by Xinyu Zhang · 3 years, 7 months ago
  36. ca59ec0 SPM: Refinements on de-privileged FLIH implementation by Kevin Peng · 3 years, 8 months ago
  37. 3778bc1 SPM: Use the right stack for SPM in multi-core builds by Chris Brand · 3 years, 8 months ago
  38. b288c52 HAL: Duplicates three legacy tfm_spm_hal_* APIs for IPC Model by Kevin Peng · 3 years, 10 months ago
  39. f7a20d8 SPM: Make the parameters of interrupt APIs common by Kevin Peng · 3 years, 8 months ago
  40. 8a57969 SPM: Trigger scheduler at the end of interrupt handling by Kevin Peng · 3 years, 8 months ago
  41. 3f67b2e SPM: Separate interrupt codes to new interrupt.[h/c] by Kevin Peng · 3 years, 10 months ago
  42. b287ef8 SPM: Handle specific programmer errors in function by Xinyu Zhang · 3 years, 9 months ago
  43. 67a89fd SPM: Add "psa" in interrupt APIs to unify with others by Kevin Peng · 3 years, 8 months ago
  44. 620c856 SPM: Use a standalone lock for scheduling by Mingyang Sun · 3 years, 9 months ago
  45. f39d8eb SPM: Add runtime SFN backend by Ken Liu · 3 years, 10 months ago
  46. 038348e SPM: Implement MM-IOVEC Secure Partition API by Shawn Shan · 4 years ago
  47. 802a370 SPM: Add backend operation 'replying' by Ken Liu · 3 years, 10 months ago
  48. 92ede9f SPM: Critical-section for signal asserting by Ken Liu · 3 years, 10 months ago
  49. e07c3b7 SPM: PSA API working under Thread mode when level 1 by Ken Liu · 3 years, 10 months ago
  50. 82e3eac SPM: Make PSA interface redirect-able by Ken Liu · 3 years, 10 months ago
  51. 62bae59 SPM: Update boundaries for the 1st partition by Ken Liu · 3 years, 10 months ago
  52. 5e68b11 SPM: Trigger scheduler at the end of SPM API by Mingyang Sun · 3 years, 11 months ago
  53. deae45d SPM: Involve SPM backends by Mingyang Sun · 4 years ago
  54. d399a1f HAL: Migrate legacy interrupt API to new HAL API by Kevin Peng · 4 years ago
  55. 5d73c87 SPM: Abstract and update SPM module 'thread' by Ken Liu · 4 years ago
  56. 3dd9256 SPM: Rename 'irq_defs' into 'interrupt_defs' by Ken Liu · 4 years ago
  57. 385fda8 SPM: Add client_id validation by Kevin Peng · 4 years ago
  58. eec41a8 SPM: Change data type of Partition ID to int32_t by Kevin Peng · 4 years ago
  59. eeca465 SPM: Replace SVC "ctx" with actual args by Mingyang Sun · 4 years, 1 month ago
  60. e529e3b SPM: Remove the "privileged" argument by Mingyang Sun · 4 years, 1 month ago
  61. 22a3faf SPM: Get "ns_caller" information from caller info by Mingyang Sun · 4 years, 1 month ago
  62. 133a792 SPM: Rename PSA API source and header filename by Mingyang Sun · 4 years, 1 month ago
  63. b26b280 SPM: Unify the args of PSA API function body by Mingyang Sun · 4 years, 1 month ago
  64. ae77416 SPM: Remove IPC model reference of "spm_partition_defs.h" by Mingyang Sun · 4 years, 1 month ago
  65. 9f7cd96 SPM: Activate scheduler in psa_wait() if no signal asserted by Kevin Peng · 4 years, 1 month ago
  66. 8621324 SPM: Add error check of NULL stateless service by Mingyang Sun · 4 years, 1 month ago
  67. f5c66be SPM: Make boot data table only have enabled Partition by Kevin Peng · 4 years, 1 month ago
  68. 9280ae9 SPM: Changes to Secure Partition API for FLIH by Kevin Peng · 4 years, 7 months ago
  69. ef42f44 SPM: Stateless services can be searched by sid by Mingyang Sun · 4 years, 2 months ago
  70. 27e4227 SPM: Add IRQ data in Partition Loading by Kevin Peng · 4 years, 2 months ago
  71. f8564cb SPM: Invert tfm_spm_check_buffer_access() logic by Antonio de Angelis · 4 years, 3 months ago
  72. a38e9b5 SPM: Fix warning of discarded qualifiers by Xinyu Zhang · 4 years, 2 months ago
  73. b3b2cb6 SPM: Optimize stateless service logic by Ken Liu · 4 years, 3 months ago
  74. acd2a57 SPM: Refine 'load' interfaces by Ken Liu · 4 years, 3 months ago
  75. 9c7b9be SPM: Correct 'invalid parameter' error handling by Shawn Shan · 4 years, 3 months ago
  76. c25558c SPM: Shorten 'TFM_GET_CONTAINER_PTR' by Ken Liu · 4 years, 3 months ago
  77. 2b35266 SPM: Use partition static data from data section by Mingyang Sun · 4 years, 4 months ago
  78. 99b069f Interface: Change control param to uint32_t preprocessor by Xinyu Zhang · 4 years, 4 months ago
  79. ade2e0a Unify to use ARRAY_SIZE in TF-M codes by Xinyu Zhang · 4 years, 5 months ago
  80. 783a59b SPM: Update service structure by Mingyang Sun · 4 years, 4 months ago
  81. e8d3808 SPM: Optimize static handle check macro by Mingyang Sun · 4 years, 4 months ago
  82. 453ad40 SPM: Implement version check for stateless service by Mingyang Sun · 4 years, 5 months ago
  83. 6d5dc3d SPM: Service API psa_set_rhandle() change by Mingyang Sun · 4 years, 5 months ago
  84. cb6f70e SPM: Client API psa_call() changes by Mingyang Sun · 4 years, 5 months ago
  85. 00cef5e SPM: Client API change for stateless service by Mingyang Sun · 4 years, 5 months ago
  86. 9804b6a SPM: Add fault injection protection support in Library model by David Hu · 4 years, 6 months ago
  87. 07b4241 FWU: Add Firmware Update partition by Sherry Zhang · 4 years, 7 months ago
  88. 8dac610 SPM: Wake up only when waitfing for the signal by Kevin Peng · 4 years, 5 months ago
  89. edb8ee4 SPM: Check client version before creating handle by Kevin Peng · 4 years, 5 months ago
  90. f9a0eb0 SPM: Partial implementation of PSA interrupt control APIs by Kevin Peng · 4 years, 7 months ago
  91. df6aa29 Revert "SPM: Remove tfm_spm_get_msg_buffer_from_conn_handle" by Kevin Peng · 4 years, 5 months ago
  92. ae8965e SPM: Remove tfm_spm_get_msg_buffer_from_conn_handle by Kevin Peng · 4 years, 5 months ago
  93. 24dffb2 SPM: Adjust fundamental headers - lists and bits by Ken Liu · 4 years, 6 months ago
  94. bcae38b SPM: Implementation error codes update by Ken Liu · 4 years, 7 months ago
  95. 55ba01f SPM: Rename 'spm/common' into 'spm/ffm' by Ken Liu · 4 years, 7 months ago