blob: 0b363b3cfbd390c56b912e3afae3d8ae7de28714 [file] [log] [blame]
Anton Komlev341668b2023-12-13 21:36:10 +00001#######
2Roadmap
3#######
4
5TF-M has been under active development since it was launched in Q1'18. It is
6being designed to include
7
81. Secure boot ensuring integrity of runtime images and responsible for firmware upgrade.
Anton Komlev28eef362024-04-22 17:58:32 +010092. Runtime firmware consisting of TF-M Core is responsible for secure isolation,
Anton Komlev341668b2023-12-13 21:36:10 +000010 execution and communication aspects. and a set of Secure Services providing
11 services to the Non-Secure and Secure Applications. The secures services
12 currently supported are Secure Storage, Cryptography, Firmware Update,
13 Attestation and Platform Services
14
15If you are interested in collaborating on any of the roadmap features or other
16features, please mail TF-M mailing list
17
18******************
19Supported Features
20******************
21- PSA Firmware Framework v1.0, 1.1 Extension including IPC and SFN modes.
22- PSA Level1, 2 and 3 Isolation.
23- Secure Boot (mcuboot upstream) including generic fault injection mitigations
24- PSA Protected Storage, Internal Trusted Storage v1.0 and Encrypted ITS
25- PSA Cryptov1.0 (uses Mbed TLS v3.4.0)
26- PSA Initial Attestation Service v1.0
27- PSA Firmware Update v1.0
28- PSA ADAC Specification Implementation
Anton Komlev28eef362024-04-22 17:58:32 +010029- Base Config, kconfig based configuration
Anton Komlev341668b2023-12-13 21:36:10 +000030- Profile Small, Medium, ARoT-less Medium, Large
31- Secure Partition Interrupt Handling, Pre-emption of SPE execution
Anton Komlev341668b2023-12-13 21:36:10 +000032- Dual CPU
33- Open Continuous Integration (CI) System
34- Boot and Runtime Crypto Hardware Integration
35- Fault Injection Handling library to mitigate against physical attacks
36- Threat Model
37- Arm v8.1-M Privileged Execute Never (PXN) attribute and Thread reentrancy disabled (TRD)
38- FPU, MVE Support
39- CC-312 PSA Cryptoprocessor Driver Interface
Anton Komlevc594e262024-01-15 12:07:14 +000040- Secure Storage - Key Diversification Enhancements
41- Build System - Separate Secure and Non-Secure builds
Anton Komlev28eef362024-04-22 17:58:32 +010042- PSA Crypto layer for mcuboot/BL2
Anton Komlev341668b2023-12-13 21:36:10 +000043
44******
Anton Komlev28eef362024-04-22 17:58:32 +010045CQ2'24
Anton Komlev341668b2023-12-13 21:36:10 +000046******
Anton Komlevc594e262024-01-15 12:07:14 +000047- Supporting multiple clients (Hybrid Platforms) i.e. TF-M supporting multiple on
Anton Komlev341668b2023-12-13 21:36:10 +000048 core and off core clients on heterogeneous (e.g. Cortex-A + Cortex-M platforms)
Anton Komlevc594e262024-01-15 12:07:14 +000049 Mailbox API etc.
Anton Komlev28eef362024-04-22 17:58:32 +010050- Mbed TLS 3.6-LTS integration
51- TF-M v2.1.0 Long Term Stable (LTS) Release
52- Remote Test Infrastructure
53- Arm v8.1-M Architecture Enablement - PAC/BTI
Anton Komlev341668b2023-12-13 21:36:10 +000054
55******
56Future
57******
Anton Komlev28eef362024-04-22 17:58:32 +010058- Implement support for multiple clients (Hybrid Platforms) contd.
59- Build System Enhancements - Simplify build scripts
Anton Komlevc594e262024-01-15 12:07:14 +000060- MISRA testing/documentation
Anton Komlev341668b2023-12-13 21:36:10 +000061- TF-M Performance - Further Benchmarking and Optimization
62- Scheduler - Multiple Secure Context Implementation
Anton Komlev341668b2023-12-13 21:36:10 +000063- PSA FWU Service Enhancements
64- PSA ADAC Spec - Enhancements and Testing
65- Arm v8.1-M Unprevileged Debug
Anton Komlevc594e262024-01-15 12:07:14 +000066- [Secure Storage] Extended PSA APIs
Anton Komlev341668b2023-12-13 21:36:10 +000067- [Audit Logs] Secure Storage, Policy Manager
68- PSA FF Lifecycle API
69- Fuzz Testing
70
71--------------
72
Anton Komlevc594e262024-01-15 12:07:14 +000073*Copyright (c) 2017-2024, Arm Limited. All rights reserved.*