1. 3bf92f7 Interface: Fix NS mailbox build warning by Kevin Peng · 3 years, 9 months ago
  2. 74c25f4 HAL: Remove unused LOG functions by Shawn Shan · 4 years ago
  3. 82e3eac SPM: Make PSA interface redirect-able by Ken Liu · 3 years, 10 months ago
  4. eaf16c4 Build: Fix compile warning by Shawn Shan · 4 years ago
  5. 40a0dce Attestation: Implement Attest services with static handle by Shawn Shan · 4 years, 1 month ago
  6. 428141d ITS: Implement ITS Services with static handle by Shawn Shan · 4 years, 1 month ago
  7. 7936dbd PS: Implement Protected Storage services with static handle by Shawn Shan · 4 years, 1 month ago
  8. b9492d2 Crypto: Add support for message signing operation by Summer Qin · 4 years, 2 months ago
  9. 045ec4a Crypto: Add support for some cipher and mac functions by Summer Qin · 4 years, 1 month ago
  10. ed503e1 Crypto: Align PSA Crypto API to 1.0 version by Summer Qin · 4 years, 1 month ago
  11. 9280ae9 SPM: Changes to Secure Partition API for FLIH by Kevin Peng · 4 years, 7 months ago
  12. aee0788 Crypto: Change to stateless service by Summer Qin · 4 years, 4 months ago
  13. 611610c Attest: Remove initial attestation get public key API function by David Hu · 4 years, 3 months ago
  14. 9c7b9be SPM: Correct 'invalid parameter' error handling by Shawn Shan · 4 years, 3 months ago
  15. 2da977d FWU: Add checking the state of the running image by Sherry Zhang · 4 years, 3 months ago
  16. 37e9784 Crypto: Delete two deprecated crypto functions. by shejia01 · 4 years, 3 months ago
  17. fc7b771 SPM: Convert SVC number to uint8_t by Kevin Peng · 4 years, 3 months ago
  18. 99b069f Interface: Change control param to uint32_t preprocessor by Xinyu Zhang · 4 years, 4 months ago
  19. c686ecb Interface: Remove NS specific implementation of test interface by David Hu · 4 years, 4 months ago
  20. f07f3f1 Interface: Remove NS RTOS specific implementation by David Hu · 4 years, 4 months ago
  21. 7c2a744 Interface: Fix veneer function naming by David Hu · 4 years, 4 months ago
  22. ade2e0a Unify to use ARRAY_SIZE in TF-M codes by Xinyu Zhang · 4 years, 5 months ago
  23. 3e7129f FWU: Add the IPC model support by Sherry Zhang · 4 years, 7 months ago
  24. 07b4241 FWU: Add Firmware Update partition by Sherry Zhang · 4 years, 7 months ago
  25. 28659c4 Crypto: Upgrade Mbed TLS to 2.25 by Maulik Patel · 4 years, 7 months ago
  26. f9a0eb0 SPM: Partial implementation of PSA interrupt control APIs by Kevin Peng · 4 years, 7 months ago
  27. 5ec7965 Interface: Ensure veneer function result return in dispatch by Kevin Peng · 4 years, 6 months ago
  28. 5979822 Partitions: Error code casting should only happen in Lib Model by Kevin Peng · 4 years, 6 months ago
  29. d597345 Dualcpu: Add a new NS mailbox working model with a dedicated thread by David Hu · 4 years, 8 months ago
  30. be31873 Build: Improve NS mailbox config flag setting by David Hu · 4 years, 9 months ago
  31. 04969a4 Dualcpu: Move dual-cpu NS files into a dedicated folder by David Hu · 5 years ago
  32. 2d2a2f1 Dualcpu: Simplify lock of local flags in NSPE mailbox by David Hu · 5 years ago
  33. 9483037 Dualcpu: Refine NS mailbox wake-up mechanism by David Hu · 5 years ago
  34. 6730af2 Dualcpu: Remove mailbox message handle from NS mailbox by David Hu · 5 years ago
  35. 69e590e Dualcpu: Move NS mailbox thread management to RTOS specific file by David Hu · 5 years ago
  36. 1bd1c7b Dualcpu: Simplify NS mailbox interface by David Hu · 5 years ago
  37. d79895b Crypto: Align crypto interface for non-secure by Summer Qin · 4 years, 8 months ago
  38. 0e5b2e0 Crypto: Align with Mbed TLS 2.24 by Summer Qin · 4 years, 10 months ago
  39. 7d3545b Build: Convert interface dir to modern cmake by Raef Coles · 5 years ago
  40. 07ef6e4 Crypto: migrate support to MbedTLS v2.23.0 by Soby Mathew · 5 years ago
  41. d86c840 Dualcpu: Hotfix to fix unused ns_mailbox_spin_lock() error by David Hu · 5 years ago
  42. 675286d Dualcpu: Simplify the lock of multi-thread test statistics by David Hu · 5 years ago
  43. c6d7450 SST: Rename SST(Secure STorage) to PS(Protected Storage) by Kevin Peng · 5 years ago
  44. 1f345b0 Build: Follow the 'source_structure.rst' by Ken Liu · 5 years ago
  45. cf05fc1 Interface: Remove unused header include by Devaraj Ranganna · 5 years ago
  46. 6e7be07 Core: Add lifecycle API by Shawn Shan · 6 years ago
  47. 04debbd Crypto: Align to Mbed Crypto 3.0.1 by Antonio de Angelis · 6 years ago
  48. 65cbfb8 Dualcpu: Add NS mailbox statistics functionalities by David Hu · 6 years ago
  49. ecc9de8 SST: Implement PSA Protected Storage 1.0 by Galanakis, Minos · 6 years ago
  50. 70a02da Attest: Align interface to PSA API 1.0 by Raef Coles · 6 years ago
  51. 793574c Attest: Introduce PSA error codes by Raef Coles · 6 years ago
  52. de3f79f Dualcpu: Adjust the definition number of mailbox queue slots by David Hu · 6 years ago
  53. 286b94a Dualcpu: Use counting semaphore in TF-M multi-core NS interface by David Hu · 6 years ago
  54. f3e2047 Dualcpu: Add general NSPE mailbox wait function by David Hu · 6 years ago
  55. 3684ee7 Dualcpu: Add NS mailbox functions to handle reply in IRQ handler by David Hu · 6 years ago
  56. 06ebac7 Dualcpu: Set mailbox message owner in NS mailbox queue slot by David Hu · 6 years ago
  57. 254ee97 Core: Move PSA API to SPRTL by Summer Qin · 6 years ago
  58. 96f802e Crypto: Refine how crypto modules are selected by Kevin Peng · 6 years ago
  59. c6b458b Interface: TF-M specific log API by Mingyang Sun · 6 years ago
  60. 83ac1ca Core: Update parameter packing mechanism by Summer Qin · 6 years ago
  61. 179a156 Interface: Enable Platform service in IPC model by Mate Toth-Pal · 6 years ago
  62. ff6da53 Attest: Implement API to get attestation public key by David Vincze · 6 years ago
  63. 3a98602 Build: Align service version convention to PSA FF 1.0 by Jaykumar Pitambarbhai Patel · 6 years ago
  64. 3fac96a Twincpu: Add NSPE PSA client call interface in multi-core topology by David Hu · 6 years ago
  65. d2753b3 Twincpu: Add NSPE mailbox implementation by David Hu · 6 years ago
  66. dadb4e8 Crypto: Add support for key APIs for HUK by Jamie Fox · 6 years ago
  67. fb182bc ITS: Implement the top layer of the ITS service by TudorCretu · 6 years ago
  68. 9449a36 Interface: Split the source files for different models by Kevin Peng · 6 years ago
  69. 383e840 Interface: Refine OS wrapper APIs by Kevin Peng · 6 years ago
  70. 477fa94 Interface: Split os_wrapper to multiple headers by Kevin Peng · 6 years ago
  71. c86dec0 Interface: Make the NS interface functions common by Kevin Peng · 6 years ago
  72. 7740b38 Crypto: Add option to disable separate modules by Antonio de Angelis · 6 years ago
  73. b207a15 Crypto: Update connection handle check by Summer Qin · 6 years ago
  74. ba48ccd SST: Update connection handle check by Summer Qin · 6 years ago
  75. 4b1d03b Core: PSA APIs alignment by Summer Qin · 6 years ago
  76. 05b2419 Interface: Refactor the NS interface by Antonio de Angelis · 6 years ago
  77. cc4c616 Crypto: Use macros generated by tools by Edison Ai · 6 years ago
  78. b892dfe SST: Use macros generated by tools by Edison Ai · 6 years ago
  79. 870abb4 Attest: Use macros generated by tools by Edison Ai · 6 years ago
  80. ca95c48 Interface: Improve code quality by Hugues de Valon · 6 years ago
  81. ab000e8 AuditLog: Use uniform signatures by Antonio de Angelis · 6 years ago
  82. cc31d40 Interface: Rename PSA headers by Jamie Fox · 7 years ago
  83. ba1fa9a Attest: Improve code quality by Hugues de Valon · 6 years ago
  84. df5817d Test: Refactor the os_wrapper layer and NS test by Antonio de Angelis · 6 years ago
  85. 080b2e2 Build: Correct property name in services by Edison Ai · 6 years ago
  86. c640e07 T398: Source cleanup for tool chain integration by TTornblom · 6 years ago
  87. c7b1b6c Platform: IOCTL for platform-specific services by Miklos Balint · 6 years ago
  88. 2ed3022 Attest: Add IPC compatibility by Kevin Peng · 6 years ago
  89. 25e2b2d Crypto: Implement additional PSA Crypto APIs by Antonio de Angelis · 6 years ago
  90. 0e54ebc Crypto: Migrate the service to use Mbed crypto library by Jamie Fox · 6 years ago
  91. 4743e67 Crypto: Add IPC compatibility by Antonio de Angelis · 6 years ago
  92. a0054d7 SST: Permit null pointers with zero length by Jamie Fox · 6 years ago
  93. f2dea5b Core: Add volatile to inline assembly blocks by Antonio de Angelis · 6 years ago
  94. db1448b SST: IPC compatibility for Protected Storage by Summer Qin · 6 years ago
  95. ab85ccd Crypto: Use uniform signatures by Antonio de Angelis · 6 years ago
  96. 3254760 Interface: Improve code quality by Hugues de Valon · 6 years ago
  97. ed5d01a SST: Improve code quality by Hugues de Valon · 6 years ago
  98. 262dc7b Platform: Create platform service for pin functions by Tamas Kaman · 6 years ago
  99. 8b44244 Crypto: Improve code quality by Hugues de Valon · 6 years ago
  100. adf9f08 AuditLog: Improve code quality by Hugues de Valon · 6 years ago