aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Ban <tamas.ban@arm.com>2019-11-26 12:17:50 +0000
committerTamas Ban <tamas.ban@arm.com>2019-11-29 17:03:26 +0100
commitece03071816a3a0550d22ce7931170bed0acb5a0 (patch)
tree2a4d2bc3bc1fe7d25af4c92d9ffbc1a1f257c2d5
parent8b85ee472b007c5679d0f7bfff97f0af2fe3584e (diff)
downloadtrusted-firmware-m-ece03071816a3a0550d22ce7931170bed0acb5a0.tar.gz
Doc: Updated for Version 1.0-RC3TF-Mv1.0-RC3
This patch updates the documentation to reflect the latest release (Version 1.0-RC3). * Updated Sphynx documentation version tags * Updated Doxygen documentation version tags * Updated features/capabilities described in docs/readme.rst Change-Id: I4c8ca9c3ad387d17ea66cc042e7acd91c2afe02f Signed-off-by: Tamas Ban <tamas.ban@arm.com>
-rw-r--r--cmake/Common/BuildDoxygenDoc.cmake2
-rw-r--r--cmake/Common/BuildSphinxDoc.cmake4
-rw-r--r--docs/readme.rst5
3 files changed, 8 insertions, 3 deletions
diff --git a/cmake/Common/BuildDoxygenDoc.cmake b/cmake/Common/BuildDoxygenDoc.cmake
index cee474246e..f0ca6f624a 100644
--- a/cmake/Common/BuildDoxygenDoc.cmake
+++ b/cmake/Common/BuildDoxygenDoc.cmake
@@ -85,7 +85,7 @@ if (NOT NODOC)
#Version ID of TF-M.
#TODO: this shall not be hard-coded here. A process need to defined for
# versioning the document (and TF-M).
- set(DOXYCFG_TFM_VERSION "v1.0-RC2")
+ set(DOXYCFG_TFM_VERSION "v1.0-RC3")
#Using add_custom_command allows CMake to generate proper clean commands
#for document generation.
diff --git a/cmake/Common/BuildSphinxDoc.cmake b/cmake/Common/BuildSphinxDoc.cmake
index 3aea00fef5..02575393a2 100644
--- a/cmake/Common/BuildSphinxDoc.cmake
+++ b/cmake/Common/BuildSphinxDoc.cmake
@@ -84,8 +84,8 @@ if (NOT SPHINX_NODOC)
#Version ID of TF-M.
#TODO: this shall not be hard-coded here. We need a process to define the
# version number of the document (and TF-M).
- set(SPHINXCFG_TFM_VERSION "v1.0-RC2")
- set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC2")
+ set(SPHINXCFG_TFM_VERSION "v1.0-RC3")
+ set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC3")
get_filename_component(_NDX_FILE_DIR ${SPHINX_CONFIGURED_INDEX_FILE} DIRECTORY )
diff --git a/docs/readme.rst b/docs/readme.rst
index e771bf087b..ec1312cd23 100644
--- a/docs/readme.rst
+++ b/docs/readme.rst
@@ -59,6 +59,8 @@ This release includes:
- BL2 bootloader for image authentication based on SHA256 and RSA-3072
digital signature.
- Build system based on cmake, supporting armclang and GNU Arm.
+ - Support for integrated CryptoCell-312 cryptographic hardware accelerator
+ on Musca-B1 platform.
*********
Platforms
@@ -75,6 +77,7 @@ Current release has been tested on:
<https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musca-a-test-chip-board>`__
- `Musca-B1 test chip board.
<https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board>`__
+ - `Musca-S1 test chip board.`
- `FPGA image loaded on MPS3 board.
<https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/mps3>`__
@@ -144,6 +147,8 @@ Version history
+-------------+--------------+--------------------+
| v1.0-RC2 | 2019-10-09 | 1.0-RC2 release |
+-------------+--------------+--------------------+
+| v1.0-RC3 | 2019-11-29 | 1.0-RC3 release |
++-------------+--------------+--------------------+
--------------