aboutsummaryrefslogtreecommitdiff
path: root/interface
AgeCommit message (Expand)Author
2021-09-14Dualcpu: Generate tfm_mailbox_config.h to build folderDavid Hu
2021-08-19Build: Fix compile warningShawn Shan
2021-08-16Attestation: Implement Attest services with static handleShawn Shan
2021-08-16ITS: Implement ITS Services with static handleShawn Shan
2021-08-16PS: Implement Protected Storage services with static handleShawn Shan
2021-07-21Crypto: Add support for message signing operationSummer Qin
2021-07-21Crypto: Add support for some cipher and mac functionsSummer Qin
2021-07-21Crypto: Upgrade mbedtls to v3.0.0Summer Qin
2021-07-21Crypto: Align PSA Crypto API to 1.0 versionSummer Qin
2021-07-07Tools: Deprecate the attribute 'tfm_partition_ipc'Shawn Shan
2021-06-30SPM: Changes to Secure Partition API for FLIHKevin Peng
2021-06-08SPM: Invert tfm_spm_check_buffer_access() logicAntonio de Angelis
2021-06-08Crypto: Change to stateless serviceSummer Qin
2021-06-02Attest: Remove initial attestation get public key API functionDavid Hu
2021-05-31SPM: Correct 'invalid parameter' error handlingShawn Shan
2021-05-26FWU: Add checking the state of the running imageSherry Zhang
2021-05-24Crypto: Delete two deprecated crypto functions.shejia01
2021-05-20SPM: Convert SVC number to uint8_tKevin Peng
2021-05-17Crypto: Upgrade MbedTLS to 2.26Maulik Patel
2021-04-30Interface: Change control param to uint32_t preprocessorXinyu Zhang
2021-04-29Crypto: Modify client view of key attributesDevaraj Ranganna
2021-04-29Interface: Remove NS specific implementation of test interfaceDavid Hu
2021-04-29Interface: Remove NS RTOS specific implementationDavid Hu
2021-04-29Interface: Fix veneer function namingDavid Hu
2021-04-28Unify to use ARRAY_SIZE in TF-M codesXinyu Zhang
2021-04-21Tools: Improvements on static handle encodingMingyang Sun
2021-03-22SPM: Implement version check for stateless serviceMingyang Sun
2021-03-22SPM: Update firmware framework versionMingyang Sun
2021-03-19FWU: Add the IPC model supportSherry Zhang
2021-03-19FWU: Add Firmware Update partitionSherry Zhang
2021-03-19Tool: Generate static handle for stateless serviceMingyang Sun
2021-03-17Crypto: Upgrade Mbed TLS to 2.25Maulik Patel
2021-03-16SPM: Partial implementation of PSA interrupt control APIsKevin Peng
2021-02-22Interface: Ensure veneer function result return in dispatchKevin Peng
2021-02-07Partitions: Error code casting should only happen in Lib ModelKevin Peng
2021-02-05Dualcpu: Add a new NS mailbox working model with a dedicated threadDavid Hu
2021-02-05Dualcpu: Add RTOS message queue wrappersDavid Hu
2021-01-26Tools: Naming refine: manifest -> partitionKevin Peng
2021-01-22SPM: Fix some compile warningsShawn Shan
2021-01-22Build: Improve NS mailbox config flag settingDavid Hu
2021-01-22Build: Improve the setting of number of mailbox queue slotsDavid Hu
2021-01-22Dualcpu: Move dual-cpu NS files into a dedicated folderDavid Hu
2021-01-22Dualcpu: Simplify lock of local flags in NSPE mailboxDavid Hu
2021-01-22Dualcpu: Refine NS mailbox wake-up mechanismDavid Hu
2021-01-22Dualcpu: Remove mailbox message handle from NS mailboxDavid Hu
2021-01-22Dualcpu: Move NS mailbox thread management to RTOS specific fileDavid Hu
2021-01-22Dualcpu: Simplify NS mailbox interfaceDavid Hu
2021-01-21SPRTL: Partition Metadata Pointer [Optional Feature]Summer Qin
2021-01-06Build: Put CONFIG_TFM_ENABLE_MEMORY_PROTECT flag to platformMingyang Sun
2020-12-28Build: Skip building platform_ns when NS app is not selectedDavid Hu