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