Version 8 vs 38
Version 8 vs 38
Content Changes
Content Changes
TF-M has been under active development since it was launched in Q1'18. It is being designed to include
1. //**Secure boot**// ensuring integrity of runtime images and responsible for firmware upgrade.
2. Runtime firmware consisting of
//** TF-M Core**// responsible for secure isolation, execution and communication aspects. and a set of Secure Services
providing services to the Non-Secure and Secure Applications. The secures services currently planned to be supported are
//**Secure Storage, Cryptography, Audit Logs, Attestation, Provisioning and Platform Services**//
Roadmap below shows when the services are getting supported and then enhanced.
Currently Supported Features
- [[ http://git.trustedfirmware.org/trusted-firmware-m.git/tree/bl2/ext/mcuboot | Secure Boot]]
- [[ http://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_sst_integration_guide.md | Secure Storage]]
- [[ http://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_audit_integration_guide.md | Audit Logs]]
- [[ https://developer.trustedfirmware.org/w/tf_m/design/ipc_design/ | TF-M Core - Inter Process Communication (IPC)]]
- [[ https://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_crypto_integration_guide.md | Crypto Secure Service]]
- [[ https://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_attestation_integration_guide.md | Initial Attestation Service ]]
[[ https://developer.trustedfirmware.org/w/tf_m/design/secure_partition_interrupt_handling/ | Secure Partition Interrupt Handling ]]
- [Platform] Reset Service
Q1'19 (Jan-Mar'19)
- [TF-M Core] Secure Partition Manager- Level 2 Isolation
- [TF-M Core] Scheduler Design
- [TF-M Core] Interrupt Handling Enhancements
- [Secure Storage] PSA API Implementation
- [Secure Storage] Making service compatible with PSA Firmware Framework IPC
- [Crypto] PSA API Compliance
- [Attestation] EAT (Entity Attestation Token) - CBOR, COSE Integration. PSA Compliance
- Dual v7-M Prototype
- Open Continuous Integration (CI) System
Q2'19 (Apr-Jun'19)
- [TF-M Core] Secure Partition Manager- Full Isolation Support
- [TF-M Core] Scheduler - Initial Implementation
- [Secure Boot] Rollback Protection
- [Secure Boot] Multiple Image Update
- [Secure Storage] Extended PSA APIs
- [Secure Storage] Key Diversification Enhancements
- [Crypto] Making service compatible with PSA Firmware Framework IPC
- [Crypto] Support Hardware Crypto Accelerator
- [Audit Logs] Making service compatible with PSA Firmware Framework IPC, Crypto Binding
- [Attestation] EAT Enhancements
- [Platform] NV Count, Timer
- [Platform] Secure Time
- Secure Debug Investigation
- [Provisioning] Initial Investigation/API Prototype
- Dual v7-M Support
Q3'19 (Jul-Sep'19)
- [TF-M Core] Scheduler Enhancements
- [Secure Boot] Key Revocation
- [Secure Storage] Support Internal Trusted Storage PSA APIs
- [Secure Storage] Lifecycle Management
- [Crypto] RNG, KDF - Initial Investigation
- [Audit Logs] Secure Storage, Policy Manager
- [Platform] GPIO, Debug, NONCE
- Secure Debug Prototype
TF-M has been under active development since it was launched in Q1'18. It is being designed to include
1. //**Secure boot**// ensuring integrity of runtime images and responsible for firmware upgrade.
2. Runtime firmware consisting of
//** TF-M Core**// responsible for secure isolation, execution and communication aspects. and a set of Secure Services
providing services to the Non-Secure and Secure Applications. The secures services currently supported are
//**Secure Storage, Cryptography, Firmware Update, Attestation and Platform Services**//
If you are interested in collaborating on any of the roadmap features or other features, please mail TF-M [[ https://lists.trustedfirmware.org/mailman3/lists/tf-m.lists.trustedfirmware.org/ | mailing list ]]
Supported Features
- PSA Firmware Framework v1.0, 1.1 Extension including IPC and SFN modes.
- PSA Level1, 2 and 3 Isolation.
- Secure Boot (mcuboot upstream) including generic fault injection mitigations
- PSA Protected Storage, Internal Trusted Storage v1.0 and Encrypted ITS
- PSA Cryptov1.0 (uses Mbed TLS v3.4.0)
- PSA Initial Attestation Service v1.0
- PSA Firmware Update v1.0
- PSA ADAC Specification Implementation
- Base Config
- kconfig based configuration
- Profile Small, Medium, ARoT-less Medium, Large
- Secure Partition Interrupt Handling, Pre-emption of SPE execution
- Platform Reset Service
- Dual CPU
- Open Continuous Integration (CI) System
- Boot and Runtime Crypto Hardware Integration
- Fault Injection Handling library to mitigate against physical attacks
- Threat Model
- Arm v8.1-M Privileged Execute Never (PXN) attribute and Thread reentrancy disabled (TRD)
- FPU, MVE Support
- CC-312 PSA Cryptoprocessor Driver Interface
CQ4'23
- TF-M v1.9 release
- Mbed TLS 3.5.0, mcuboot 2.0.0 Integration
- Design, prototype: Supporting multiple clients
i.e. TF-M supporting multiple on core and off core clients on Hetrogeneous (e.g. Cortex-A + Cortex-M platforms)
- Demonstrating TLS in Non-Secure using PSA Crypto APIs in TF-M
- Build System Enhancements - Separate Secure, Non-Secure Builds
- Mailbox interrupt handling
Future:
- Long Term Stable (LTS) support
- Implement support for multiple clients
- Remote Test Infrastructure
- MISRA testing
- TF-M Performance - Further Benchmarking and Optimization
- Scheduler - Multiple Secure Context Implementation
- Arm v8.1-M Architecture Enablement - PAC/BTI
- PSA FWU Service Enhancements
- PSA ADAC Spec - Enhancements and Testing
- Arm v8.1-M Unprevileged Debug
- [Secure Storage] Extended PSA APIs, Key Diversification Enhancements
- [Audit Logs] Secure Storage, Policy Manager
- PSA FF Lifecycle API
- Fuzz Testing
TF-M has been under active development since it was launched in Q1'18. It is being designed to include
1. //**Secure boot**// ensuring integrity of runtime images and responsible for firmware upgrade.
2. Runtime firmware consisting of
//** TF-M Core**// responsible for secure isolation, execution and communication aspects. and a set of Secure Services
providing services to the Non-Secure and Secure Applications. The secures services currently planned to be supported are
//**Secure Storage, Cryptography, Audit Logs, AttestationFirmware Update, ProvisioningAttestation and Platform Services**//
Roadmap below shows when the services are getting supported and then enhanced.
Currently If you are interested in collaborating on any of the roadmap features or other features, please mail TF-M [[ https://lists.trustedfirmware.org/mailman3/lists/tf-m.lists.trustedfirmware.org/ | mailing list ]]
Supported Features
- [[ http://git.trustedfirmware.org/trusted-firmware-m.git/tree/bl2/ext/mcuboot | Secure Boot]]- PSA Firmware Framework v1.0, 1.1 Extension including IPC and SFN modes.
- PSA Level1, 2 and 3 Isolation.
- [[ http://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_sst_integration_guide.md | Secure Storage]]Secure Boot (mcuboot upstream) including generic fault injection mitigations
- PSA Protected Storage, Internal Trusted Storage v1.0 and Encrypted ITS
- PSA Cryptov1.0 (uses Mbed TLS v3.4.0)
- [[ http://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_audit_integration_guide.md | Audit Logs]]PSA Initial Attestation Service v1.0
- [[ https://developer.trustedf- PSA Firmware.org/w/tf_m/design/ipc_design/ | TF-M Core - Inter Process Communication (IPC)]]re Update v1.0
- [[ https://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_crypto_integration_guide.md | Crypto Secure Service]]PSA ADAC Specification Implementation
- [[ https://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides/services/tfm_attestation_integration_guide.md | Initial Attestation Service ]]Base Config
[[ https://developer.trustedfirmware.org/w/tf_m/design/secure_partition_interrupt_handling/ | Secure Partition Interrupt Handling ]] - kconfig based configuration
- [Platform] Reset Service
Q1'19 (Jan-Mar'19)- Profile Small, Medium, ARoT-less Medium, Large
- [TF-M Core]- Secure Partition Manager- Level 2 Isolan Interrupt Handling, Pre-emption of SPE execution
- [TF-M Core] Scheduler Design- Platform Reset Service
- [TF-M Core] Interrupt Handling Enhancements- Dual CPU
- [Secure Storage] PSA API Implementation- Open Continuous Integration (CI) System
- [Secure Storage] Making service compatible with PSA Firmware Framework IPC- Boot and Runtime Crypto Hardware Integration
- Fault Injection Handling library to mitigate against physical attacks
- [Crypto] PSA API Compliance - Threat Model
- [Attestation] EAT (Entity Attestation Token) - CBOR, COSE Integration. PSA Compliance- Arm v8.1-M Privileged Execute Never (PXN) attribute and Thread reentrancy disabled (TRD)
- Dual v7-M Prototype- FPU, MVE Support
- Open Continuous Integration (CI) System- CC-312 PSA Cryptoprocessor Driver Interface
Q2'19 (Apr-Jun'19)
- [TF-M Core] Secure Partition Manager- Full Isolation Support
- [TF-M Core] Scheduler - Initial ImplementationCQ4'23
- [Secure Boot] Rollback Protection
- [Secure Boot] Multiple Image Update- TF-M v1.9 release
- [Secure Storage] Extended PSA APIs
- [Secure Storage] Key Diversific- Mbed TLS 3.5.0, mcuboot 2.0.0 Integration Enhancementsn
- [Crypto] Making service compatible with PSA Firmware Framework IPC- Design, prototype: Supporting multiple clients
- [Crypto] Support Hardware Crypto Acceleratori.e. TF-M supporting multiple on core and off core clients on Hetrogeneous (e.g. Cortex-A + Cortex-M platforms)
- [Audit Logs] Mak- Demonstrating service compatible withTLS in Non-Secure using PSA Firmware Framework IPC, Crypto BindingCrypto APIs in TF-M
- [Attestation] EAT- Build System Enhancements
- [Platform] NV Count- Separate Secure, TimerNon-Secure Builds
- [Platform] Secure Time
- Secure Debug Investigation
- [Provisioning] Initial Investigation/API Prototype
- Dual v7-M Support- Mailbox interrupt handling
Q3'19 (Jul-Sep'19)Future:
- [TF-M Core] Scheduler Enhancements- Long Term Stable (LTS) support
- [Secure Boot] Key Revocation- Implement support for multiple clients
- [Secure Storage] Suppor- Remote Test Internal Trusted Storage PSA APIsfrastructure
- [Secure Storage] Lifecycle Management- MISRA testing
- TF-M Performance - Further Benchmarking and Optimization
- Scheduler - Multiple Secure Context Implementation
- Arm v8.1-M Architecture Enablement - PAC/BTI
- [Crypto] RNG, KDF - Initial Investigation- PSA FWU Service Enhancements
- PSA ADAC Spec - Enhancements and Testing
- Arm v8.1-M Unprevileged Debug
- [Secure Storage] Extended PSA APIs, Key Diversification Enhancements
- [Audit Logs] Secure Storage, Policy Manager
- [Platform] GPIO, Debug, NONCE- PSA FF Lifecycle API
- Secure Debug Prototype- Fuzz Testing