Doc: Minor fixes across the documentation
This patch introduces a colection of minor issues:
* Fixed whitespace
* Fixed table formatting
* Fixed link references
* Updated version references in text
Change-Id: I1ff8ac4eec956467506f488df84c95fd4f3df7a0
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/docs/readme.rst b/docs/readme.rst
index ec1312c..8073e19 100644
--- a/docs/readme.rst
+++ b/docs/readme.rst
@@ -7,8 +7,6 @@
.. Note::
The software implementation contained in this project is designed to be a
reference implementation of the Platform Security Architecture (PSA).
- It currently does not implement all the features of that architecture,
- however we expect the code to evolve along with the specifications.
Terms ``TFM`` and ``TF-M`` are commonly used in documents and code and both
refer to ``Trusted Firmware M.`` :doc:`Glossary </docs/glossary>` has the list
@@ -46,9 +44,9 @@
- A secure fw model with NS application example.
- Secure services running within this SPE:
- - Secure Storage Service (PSA Protected Storage API - 1.0-beta-2)
- - Attestation (PSA API 1.0-beta-0)
- - Crypto Service (PSA API 1.0-beta-1)
+ - Secure Storage Service (PSA Protected Storage API - 1.0.0)
+ - Attestation (PSA Attestation API 1.0.0)
+ - Crypto Service (PSA API 1.0-beta-3)
- TF-M Audit Log
- Platform Service
- Internal Trusted Storage (PSA API 1.0.0)
@@ -61,6 +59,7 @@
- Build system based on cmake, supporting armclang and GNU Arm.
- Support for integrated CryptoCell-312 cryptographic hardware accelerator
on Musca-B1 platform.
+ - Meets requirements for Updatable RoT for PSA Level 2 Certification
*********
Platforms
@@ -132,8 +131,8 @@
####################
Feedback and support
####################
-For this early access release, feedback is requested via email to
-`support-trustedfirmware-m@arm.com <support-trustedfirmware-m@arm.com>`__.
+For this release, feedback is requested via email to
+`tf-m@lists.trustedfirmware.org <tf-m@lists.trustedfirmware.org>`__.
###############
Version history
@@ -152,4 +151,4 @@
--------------
-*Copyright (c) 2017-2019, Arm Limited. All rights reserved.*
+*Copyright (c) 2017-2020, Arm Limited. All rights reserved.*