Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 1 | Trusted Services Documentation |
| 2 | ============================== |
| 3 | The Trusted Services project provides a framework for developing and deploying device |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 4 | root-of-trust services for A-profile devices. Alternative secure processing environments |
| 5 | are supported to accommodate the diverse range of isolation technologies available to |
| 6 | system integrators. |
Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 7 | |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 8 | .. raw:: html |
| 9 | |
| 10 | <ul class="grid"> |
| 11 | <li class="grid-item"> |
| 12 | <a href="overview/index.html"> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 13 | <img alt="" src="_static/images/tfm-introduction.png"/> |
| 14 | <h2>Introduction</h2> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 15 | </a> |
| 16 | <p></p> |
| 17 | </li> |
| 18 | <li class="grid-item"> |
| 19 | <a href="project/index.html"> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 20 | <img alt="" src="_static/images/tfm-contribution.png"/> |
| 21 | <h2>About the Project</h2> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 22 | </a> |
| 23 | <p></p> |
| 24 | </li> |
| 25 | <li class="grid-item"> |
Julian Hall | c6268b0 | 2022-03-10 10:31:09 +0000 | [diff] [blame] | 26 | <a href="quickstart/index.html"> |
| 27 | <img alt="" src="_static/images/tfm-documentation.png"/> |
| 28 | <h2>Quick Start Guides</h2> |
| 29 | </a> |
| 30 | <p></p> |
| 31 | </li> |
| 32 | <li class="grid-item"> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 33 | <a href="services/index.html"> |
| 34 | <img alt="" src="_static/images/tfm-integration.png"/> |
| 35 | <h2>Services</h2> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 36 | </a> |
| 37 | <p></p> |
| 38 | </li> |
| 39 | <li class="grid-item"> |
| 40 | <a href="environments/index.html"> |
| 41 | <img alt="" src="_static/images/tfm.png"/> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 42 | <h2>Secure Processing Environments</h2> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 43 | </a> |
| 44 | <p></p> |
| 45 | </li> |
| 46 | <li class="grid-item"> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 47 | <a href="deployments/index.html"> |
| 48 | <img alt="" src="_static/images/tfm-release.png"/> |
| 49 | <h2>Deployments</h2> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 50 | </a> |
| 51 | <p></p> |
| 52 | </li> |
| 53 | <li class="grid-item"> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 54 | <a href="developer/index.html"> |
| 55 | <img alt="" src="_static/images/tfm-reference.png"/> |
| 56 | <h2>Developer Documents</h2> |
| 57 | </a> |
| 58 | <p></p> |
| 59 | </li> |
| 60 | <li class="grid-item"> |
| 61 | <a href="certification/index.html"> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 62 | <img alt="" src="_static/images/tfm.png"/> |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 63 | <h2>Platform Certification</h2> |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 64 | </a> |
| 65 | <p></p> |
| 66 | </li> |
| 67 | </ul> |
| 68 | |
Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 69 | .. toctree:: |
| 70 | :maxdepth: 1 |
| 71 | :caption: Contents: |
| 72 | :hidden: |
| 73 | |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 74 | overview/index |
| 75 | project/index |
Julian Hall | c6268b0 | 2022-03-10 10:31:09 +0000 | [diff] [blame] | 76 | quickstart/index |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 77 | developer/index |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 78 | services/index |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 79 | environments/index |
| 80 | security/index |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 81 | deployments/index |
| 82 | certification/index |
Gyorgy Szing | efd4dd2 | 2022-11-25 11:28:49 +0100 | [diff] [blame] | 83 | target-platforms/index |
Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 84 | |
| 85 | -------------- |
| 86 | |
Julian Hall | 7b59462 | 2022-04-08 14:04:15 +0100 | [diff] [blame] | 87 | *Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.* |
Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 88 | |
| 89 | SPDX-License-Identifier: BSD-3-Clause |