1. 658bb90 Interface: Fix build warning by Antonio de Angelis · 6 weeks ago
  2. 6414e29 Hybrid Platform: Introduce PSA APIs broker by Nicola Mazzucato · 3 months ago
  3. f21b300 mailbox: Commonize mailbox_init by Nicola Mazzucato · 9 weeks ago
  4. 7774b08 Crypto: Add psa_can_do_cipher() by Antonio de Angelis · 3 months ago
  5. bd4c153 Crypto: The client side interface provides psa_can_do_hash() by Antonio de Angelis · 4 months ago
  6. 6ec7c65 Interface: Fix parameter mismatch between client & service by David Vincze · 5 months ago
  7. 2000689 Build: fix unused argument warning by Gergely Kovacs · 8 months ago
  8. 72dd2c0 Mailbox: Make use of the existing Client ID range array by David Hu · 11 months ago
  9. 93e4376 NS Agent Mailbox - update critical section HAL API by Roman Mazurak · 11 months ago
  10. d38e821 MISRA: Reduce the number of violations for MC3R1.R12.1 by Elena Uziunaite · 1 year, 5 months ago
  11. b461be0 Interface: Add optional DCache cleans & invalidates to NS side of mailbox by Chris Brand · 1 year ago
  12. fc5a417 Mailbox: Use spinlock for non-secure only mailbox data by Roman Mazurak · 1 year, 2 months ago
  13. 8733d79 Build: Generate header file from NS agent mailbox manifest by Maulik Patel · 1 year, 2 months ago
  14. 12c4514 Mailbox: Fix acquire_empty_slot by Roman Mazurak · 1 year, 2 months ago
  15. 8bb9851 Crypto: Align PSA headers entirely to Mbed TLS 3.6.0 by Antonio de Angelis · 1 year, 7 months ago
  16. 3e4b6da Move mailbox NSPE only data to NS side by Roman Mazurak · 1 year, 8 months ago
  17. d72781e Mailbox: Tweak behaviour of clear_queue_slot_all_replied() by Chris Brand · 1 year, 5 months ago
  18. cec79b0 Crypto: Add missing key derivation APIs in the interface by Summer Qin · 1 year, 8 months ago
  19. 1c12d56 Interface: Add 'tz' in file name for entry of TrustZone arch by Xinyu Zhang · 1 year, 10 months ago
  20. 0e340ea Interface: Clean up the tfm_api.h header file by Kevin Peng · 2 years ago
  21. 592a47e Fix: Include service.h in tfm_psa_call.c by Xinyu Zhang · 2 years ago
  22. f086a9a Interface: Panic when there is PROGRAMMER ERROR in SPE by Xinyu Zhang · 2 years ago
  23. 40b09ba Interface: Introduce psa_call() type range by Ken Liu · 2 years ago
  24. 9343f18 Multi-core: Change the default NSID to be valid by Chris Brand · 2 years, 1 month ago
  25. 526bf5f SPM: Rename tfm_psa_call_pack.c to tfm_psa_call.c by Xinyu Zhang · 2 years, 4 months ago
  26. 12e21a2 Crypto: Allow renaming the TF-M Crypto APIs in the interface by Antonio de Angelis · 2 years, 5 months ago
  27. f871df0 Interface: Provide implementation of tfm_ns_interface_dispatch() by BohdanHunko · 2 years, 6 months ago
  28. 1439fdc Build: Decouple NS from config_impl.h/.cmake by David Hu · 2 years, 6 months ago
  29. b1702cb Interface: Split PSA NS APIs for connection based services only by Xinyu Zhang · 2 years, 9 months ago
  30. 7146895 FWU: Align to FWU API v1.0 by Sherry Zhang · 2 years, 10 months ago
  31. d23bbb3 Partitions: Combine tfm_xxx_secure_api.c and tfm_xxx_ipc.c by Summer Qin · 2 years, 10 months ago
  32. 5ce60bb SPM: Remove Library Model files by Summer Qin · 2 years, 10 months ago
  33. c9679cc Crypto: Further optimize crypto interface by David Hu · 3 years, 2 months ago
  34. 046ffd8 Platform: Update platform partition to SFN by Raef Coles · 3 years, 2 months ago
  35. 249aba9 Platform: Add NS NV counters by Raef Coles · 3 years, 2 months ago
  36. f7e2ade FWU: Align FWU to FF 1.1 by Sherry Zhang · 3 years, 2 months ago
  37. 202425a Crypto: Refactor the API dispatcher interface to reduce code size by Antonio de Angelis · 3 years, 4 months ago
  38. 4da4424 Attest: Remove double packing on parameters by Kevin Peng · 3 years, 4 months ago
  39. 6aa4895 Crypto: Rename SFN/Secure Function terms by Kevin Peng · 3 years, 6 months ago
  40. ab5588a Interface: Fix the NS PSA API when no connection-based Services by Kevin Peng · 3 years, 6 months ago
  41. 45385b8 Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 7 months ago
  42. 268d42a Crypto: Remove guards from NS interface by Antonio de Angelis · 3 years, 7 months ago
  43. b52e1cd CC3XX: Assess various comments from mainline review by Antonio de Angelis · 3 years, 7 months ago
  44. cb91581 Dualcpu: Refine NS mailbox header files by David Hu · 3 years, 7 months ago
  45. 9b88522 Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 7 months ago
  46. c26af63 Crypto: Add frontend support for multipart AEAD APIs by Antonio de Angelis · 3 years, 10 months ago
  47. bd2d462 Crypto: Fix checkpatch issues by Antonio de Angelis · 3 years, 7 months ago
  48. b15f79b Crypto: Support optional inputs in aead_update and aead_update_ad by Antonio de Angelis · 3 years, 7 months ago
  49. 902fdd0 Crypto: psa_aead_verify()/finish() can have NULL pointer outputs by Antonio de Angelis · 3 years, 7 months ago
  50. 1ba9ff0 Cppcheck: Fix warnings with updated tf-m-ci-scripts by Antonio de Angelis · 3 years, 8 months ago
  51. 341f52a Cppcheck: Fix warnings with updated tf-m-ci-scripts by Antonio de Angelis · 3 years, 8 months ago
  52. a80e784 Crypto: Use loop variable declaration under conditional flows by Antonio de Angelis · 3 years, 8 months ago
  53. d679cb1 Merge branch '1.5.x' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 9 months ago
  54. 3bf92f7 Interface: Fix NS mailbox build warning by Kevin Peng · 3 years, 9 months ago
  55. 74c25f4 HAL: Remove unused LOG functions by Shawn Shan · 4 years ago
  56. ce62dfa Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 3 years, 9 months ago
  57. 82e3eac SPM: Make PSA interface redirect-able by Ken Liu · 3 years, 10 months ago
  58. 8d28248 Crypto: Add frontend support for multipart AEAD APIs by Antonio de Angelis · 3 years, 10 months ago
  59. f83a208 Merge remote-tracking branch 'origin/master' into feature-cc-psa-crypto-drivers by Antonio de Angelis · 4 years ago
  60. eaf16c4 Build: Fix compile warning by Shawn Shan · 4 years ago
  61. 40a0dce Attestation: Implement Attest services with static handle by Shawn Shan · 4 years, 1 month ago
  62. 428141d ITS: Implement ITS Services with static handle by Shawn Shan · 4 years, 1 month ago
  63. 7936dbd PS: Implement Protected Storage services with static handle by Shawn Shan · 4 years, 1 month ago
  64. b9492d2 Crypto: Add support for message signing operation by Summer Qin · 4 years, 2 months ago
  65. 045ec4a Crypto: Add support for some cipher and mac functions by Summer Qin · 4 years, 1 month ago
  66. ed503e1 Crypto: Align PSA Crypto API to 1.0 version by Summer Qin · 4 years, 1 month ago
  67. d0db3ce Crypto: fix key variable name in single-shot cipher APIs by Salome Thirot · 4 years, 1 month ago
  68. 609f000 Crypto: Add support for single-shot Cipher APIs by Antonio de Angelis · 4 years, 1 month ago
  69. 8f4db96 Crypto: Add support for single-shot MAC APIs by Antonio de Angelis · 4 years, 1 month ago
  70. 9280ae9 SPM: Changes to Secure Partition API for FLIH by Kevin Peng · 4 years, 7 months ago
  71. aee0788 Crypto: Change to stateless service by Summer Qin · 4 years, 4 months ago
  72. 611610c Attest: Remove initial attestation get public key API function by David Hu · 4 years, 3 months ago
  73. 9c7b9be SPM: Correct 'invalid parameter' error handling by Shawn Shan · 4 years, 3 months ago
  74. 2da977d FWU: Add checking the state of the running image by Sherry Zhang · 4 years, 3 months ago
  75. 37e9784 Crypto: Delete two deprecated crypto functions. by shejia01 · 4 years, 3 months ago
  76. fc7b771 SPM: Convert SVC number to uint8_t by Kevin Peng · 4 years, 3 months ago
  77. 99b069f Interface: Change control param to uint32_t preprocessor by Xinyu Zhang · 4 years, 4 months ago
  78. c686ecb Interface: Remove NS specific implementation of test interface by David Hu · 4 years, 4 months ago
  79. f07f3f1 Interface: Remove NS RTOS specific implementation by David Hu · 4 years, 4 months ago
  80. 7c2a744 Interface: Fix veneer function naming by David Hu · 4 years, 4 months ago
  81. ade2e0a Unify to use ARRAY_SIZE in TF-M codes by Xinyu Zhang · 4 years, 5 months ago
  82. 3e7129f FWU: Add the IPC model support by Sherry Zhang · 4 years, 7 months ago
  83. 07b4241 FWU: Add Firmware Update partition by Sherry Zhang · 4 years, 7 months ago
  84. 28659c4 Crypto: Upgrade Mbed TLS to 2.25 by Maulik Patel · 4 years, 7 months ago
  85. f9a0eb0 SPM: Partial implementation of PSA interrupt control APIs by Kevin Peng · 4 years, 7 months ago
  86. 5ec7965 Interface: Ensure veneer function result return in dispatch by Kevin Peng · 4 years, 6 months ago
  87. 5979822 Partitions: Error code casting should only happen in Lib Model by Kevin Peng · 4 years, 6 months ago
  88. d597345 Dualcpu: Add a new NS mailbox working model with a dedicated thread by David Hu · 4 years, 8 months ago
  89. be31873 Build: Improve NS mailbox config flag setting by David Hu · 4 years, 9 months ago
  90. 04969a4 Dualcpu: Move dual-cpu NS files into a dedicated folder by David Hu · 5 years ago
  91. 2d2a2f1 Dualcpu: Simplify lock of local flags in NSPE mailbox by David Hu · 5 years ago
  92. 9483037 Dualcpu: Refine NS mailbox wake-up mechanism by David Hu · 5 years ago
  93. 6730af2 Dualcpu: Remove mailbox message handle from NS mailbox by David Hu · 5 years ago
  94. 69e590e Dualcpu: Move NS mailbox thread management to RTOS specific file by David Hu · 5 years ago
  95. 1bd1c7b Dualcpu: Simplify NS mailbox interface by David Hu · 5 years ago
  96. d79895b Crypto: Align crypto interface for non-secure by Summer Qin · 4 years, 8 months ago
  97. 0e5b2e0 Crypto: Align with Mbed TLS 2.24 by Summer Qin · 4 years, 10 months ago
  98. 7d3545b Build: Convert interface dir to modern cmake by Raef Coles · 5 years ago
  99. 07ef6e4 Crypto: migrate support to MbedTLS v2.23.0 by Soby Mathew · 5 years ago
  100. d86c840 Dualcpu: Hotfix to fix unused ns_mailbox_spin_lock() error by David Hu · 5 years ago