1. 526bf5f SPM: Rename tfm_psa_call_pack.c to tfm_psa_call.c by Xinyu Zhang · 2 years, 4 months ago
  2. 12e21a2 Crypto: Allow renaming the TF-M Crypto APIs in the interface by Antonio de Angelis · 2 years, 5 months ago
  3. f871df0 Interface: Provide implementation of tfm_ns_interface_dispatch() by BohdanHunko · 2 years, 6 months ago
  4. 1439fdc Build: Decouple NS from config_impl.h/.cmake by David Hu · 2 years, 6 months ago
  5. b1702cb Interface: Split PSA NS APIs for connection based services only by Xinyu Zhang · 2 years, 9 months ago
  6. 7146895 FWU: Align to FWU API v1.0 by Sherry Zhang · 2 years, 10 months ago
  7. d23bbb3 Partitions: Combine tfm_xxx_secure_api.c and tfm_xxx_ipc.c by Summer Qin · 2 years, 10 months ago
  8. 5ce60bb SPM: Remove Library Model files by Summer Qin · 2 years, 10 months ago
  9. c9679cc Crypto: Further optimize crypto interface by David Hu · 3 years, 2 months ago
  10. 046ffd8 Platform: Update platform partition to SFN by Raef Coles · 3 years, 2 months ago
  11. 249aba9 Platform: Add NS NV counters by Raef Coles · 3 years, 2 months ago
  12. f7e2ade FWU: Align FWU to FF 1.1 by Sherry Zhang · 3 years, 2 months ago
  13. 202425a Crypto: Refactor the API dispatcher interface to reduce code size by Antonio de Angelis · 3 years, 4 months ago
  14. 4da4424 Attest: Remove double packing on parameters by Kevin Peng · 3 years, 4 months ago
  15. 6aa4895 Crypto: Rename SFN/Secure Function terms by Kevin Peng · 3 years, 6 months ago
  16. ab5588a Interface: Fix the NS PSA API when no connection-based Services by Kevin Peng · 3 years, 6 months ago
  17. 45385b8 Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 7 months ago
  18. 268d42a Crypto: Remove guards from NS interface by Antonio de Angelis · 3 years, 7 months ago
  19. b52e1cd CC3XX: Assess various comments from mainline review by Antonio de Angelis · 3 years, 7 months ago
  20. cb91581 Dualcpu: Refine NS mailbox header files by David Hu · 3 years, 7 months ago
  21. 9b88522 Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 7 months ago
  22. c26af63 Crypto: Add frontend support for multipart AEAD APIs by Antonio de Angelis · 3 years, 10 months ago
  23. bd2d462 Crypto: Fix checkpatch issues by Antonio de Angelis · 3 years, 7 months ago
  24. b15f79b Crypto: Support optional inputs in aead_update and aead_update_ad by Antonio de Angelis · 3 years, 7 months ago
  25. 902fdd0 Crypto: psa_aead_verify()/finish() can have NULL pointer outputs by Antonio de Angelis · 3 years, 7 months ago
  26. 1ba9ff0 Cppcheck: Fix warnings with updated tf-m-ci-scripts by Antonio de Angelis · 3 years, 8 months ago
  27. 341f52a Cppcheck: Fix warnings with updated tf-m-ci-scripts by Antonio de Angelis · 3 years, 8 months ago
  28. a80e784 Crypto: Use loop variable declaration under conditional flows by Antonio de Angelis · 3 years, 8 months ago
  29. d679cb1 Merge branch '1.5.x' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 9 months ago
  30. 3bf92f7 Interface: Fix NS mailbox build warning by Kevin Peng · 3 years, 9 months ago
  31. 74c25f4 HAL: Remove unused LOG functions by Shawn Shan · 4 years ago
  32. ce62dfa Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 9 months ago
  33. 82e3eac SPM: Make PSA interface redirect-able by Ken Liu · 3 years, 10 months ago
  34. 8d28248 Crypto: Add frontend support for multipart AEAD APIs by Antonio de Angelis · 3 years, 10 months ago
  35. f83a208 Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 4 years ago
  36. eaf16c4 Build: Fix compile warning by Shawn Shan · 4 years ago
  37. 40a0dce Attestation: Implement Attest services with static handle by Shawn Shan · 4 years, 1 month ago
  38. 428141d ITS: Implement ITS Services with static handle by Shawn Shan · 4 years, 1 month ago
  39. 7936dbd PS: Implement Protected Storage services with static handle by Shawn Shan · 4 years, 1 month ago
  40. b9492d2 Crypto: Add support for message signing operation by Summer Qin · 4 years, 2 months ago
  41. 045ec4a Crypto: Add support for some cipher and mac functions by Summer Qin · 4 years, 1 month ago
  42. ed503e1 Crypto: Align PSA Crypto API to 1.0 version by Summer Qin · 4 years, 1 month ago
  43. d0db3ce Crypto: fix key variable name in single-shot cipher APIs by Salome Thirot · 4 years, 1 month ago
  44. 609f000 Crypto: Add support for single-shot Cipher APIs by Antonio de Angelis · 4 years, 1 month ago
  45. 8f4db96 Crypto: Add support for single-shot MAC APIs by Antonio de Angelis · 4 years, 1 month ago
  46. 9280ae9 SPM: Changes to Secure Partition API for FLIH by Kevin Peng · 4 years, 7 months ago
  47. aee0788 Crypto: Change to stateless service by Summer Qin · 4 years, 4 months ago
  48. 611610c Attest: Remove initial attestation get public key API function by David Hu · 4 years, 3 months ago
  49. 9c7b9be SPM: Correct 'invalid parameter' error handling by Shawn Shan · 4 years, 3 months ago
  50. 2da977d FWU: Add checking the state of the running image by Sherry Zhang · 4 years, 3 months ago
  51. 37e9784 Crypto: Delete two deprecated crypto functions. by shejia01 · 4 years, 3 months ago
  52. fc7b771 SPM: Convert SVC number to uint8_t by Kevin Peng · 4 years, 3 months ago
  53. 99b069f Interface: Change control param to uint32_t preprocessor by Xinyu Zhang · 4 years, 4 months ago
  54. c686ecb Interface: Remove NS specific implementation of test interface by David Hu · 4 years, 4 months ago
  55. f07f3f1 Interface: Remove NS RTOS specific implementation by David Hu · 4 years, 4 months ago
  56. 7c2a744 Interface: Fix veneer function naming by David Hu · 4 years, 4 months ago
  57. ade2e0a Unify to use ARRAY_SIZE in TF-M codes by Xinyu Zhang · 4 years, 5 months ago
  58. 3e7129f FWU: Add the IPC model support by Sherry Zhang · 4 years, 7 months ago
  59. 07b4241 FWU: Add Firmware Update partition by Sherry Zhang · 4 years, 7 months ago
  60. 28659c4 Crypto: Upgrade Mbed TLS to 2.25 by Maulik Patel · 4 years, 7 months ago
  61. f9a0eb0 SPM: Partial implementation of PSA interrupt control APIs by Kevin Peng · 4 years, 7 months ago
  62. 5ec7965 Interface: Ensure veneer function result return in dispatch by Kevin Peng · 4 years, 6 months ago
  63. 5979822 Partitions: Error code casting should only happen in Lib Model by Kevin Peng · 4 years, 6 months ago
  64. d597345 Dualcpu: Add a new NS mailbox working model with a dedicated thread by David Hu · 4 years, 8 months ago
  65. be31873 Build: Improve NS mailbox config flag setting by David Hu · 4 years, 9 months ago
  66. 04969a4 Dualcpu: Move dual-cpu NS files into a dedicated folder by David Hu · 5 years ago
  67. 2d2a2f1 Dualcpu: Simplify lock of local flags in NSPE mailbox by David Hu · 5 years ago
  68. 9483037 Dualcpu: Refine NS mailbox wake-up mechanism by David Hu · 5 years ago
  69. 6730af2 Dualcpu: Remove mailbox message handle from NS mailbox by David Hu · 5 years ago
  70. 69e590e Dualcpu: Move NS mailbox thread management to RTOS specific file by David Hu · 5 years ago
  71. 1bd1c7b Dualcpu: Simplify NS mailbox interface by David Hu · 5 years ago
  72. d79895b Crypto: Align crypto interface for non-secure by Summer Qin · 4 years, 8 months ago
  73. 0e5b2e0 Crypto: Align with Mbed TLS 2.24 by Summer Qin · 4 years, 10 months ago
  74. 7d3545b Build: Convert interface dir to modern cmake by Raef Coles · 5 years ago
  75. 07ef6e4 Crypto: migrate support to MbedTLS v2.23.0 by Soby Mathew · 5 years ago
  76. d86c840 Dualcpu: Hotfix to fix unused ns_mailbox_spin_lock() error by David Hu · 5 years ago
  77. 675286d Dualcpu: Simplify the lock of multi-thread test statistics by David Hu · 5 years ago
  78. c6d7450 SST: Rename SST(Secure STorage) to PS(Protected Storage) by Kevin Peng · 5 years ago
  79. 1f345b0 Build: Follow the 'source_structure.rst' by Ken Liu · 5 years ago
  80. cf05fc1 Interface: Remove unused header include by Devaraj Ranganna · 5 years ago
  81. 6e7be07 Core: Add lifecycle API by Shawn Shan · 6 years ago
  82. 04debbd Crypto: Align to Mbed Crypto 3.0.1 by Antonio de Angelis · 6 years ago
  83. 65cbfb8 Dualcpu: Add NS mailbox statistics functionalities by David Hu · 6 years ago
  84. ecc9de8 SST: Implement PSA Protected Storage 1.0 by Galanakis, Minos · 6 years ago
  85. 70a02da Attest: Align interface to PSA API 1.0 by Raef Coles · 6 years ago
  86. 793574c Attest: Introduce PSA error codes by Raef Coles · 6 years ago
  87. de3f79f Dualcpu: Adjust the definition number of mailbox queue slots by David Hu · 6 years ago
  88. 286b94a Dualcpu: Use counting semaphore in TF-M multi-core NS interface by David Hu · 6 years ago
  89. f3e2047 Dualcpu: Add general NSPE mailbox wait function by David Hu · 6 years ago
  90. 3684ee7 Dualcpu: Add NS mailbox functions to handle reply in IRQ handler by David Hu · 6 years ago
  91. 06ebac7 Dualcpu: Set mailbox message owner in NS mailbox queue slot by David Hu · 6 years ago
  92. 254ee97 Core: Move PSA API to SPRTL by Summer Qin · 6 years ago
  93. 96f802e Crypto: Refine how crypto modules are selected by Kevin Peng · 6 years ago
  94. c6b458b Interface: TF-M specific log API by Mingyang Sun · 6 years ago
  95. 83ac1ca Core: Update parameter packing mechanism by Summer Qin · 6 years ago
  96. 179a156 Interface: Enable Platform service in IPC model by Mate Toth-Pal · 6 years ago
  97. ff6da53 Attest: Implement API to get attestation public key by David Vincze · 6 years ago
  98. 3a98602 Build: Align service version convention to PSA FF 1.0 by Jaykumar Pitambarbhai Patel · 6 years ago
  99. 3fac96a Twincpu: Add NSPE PSA client call interface in multi-core topology by David Hu · 6 years ago
  100. d2753b3 Twincpu: Add NSPE mailbox implementation by David Hu · 6 years ago