summaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-03-29 10:14:56 +0000
committerPaul Beesley <paul.beesley@arm.com>2019-03-29 10:16:12 +0000
commitbf32bc9c508f8f8465da1154fcb204abd49e5c13 (patch)
tree980145ae7900438ccbe27d2c8917bcce6617eba3 /readme.rst
parent2f13be363763b5698d5e35518e1394e663d4952c (diff)
doc: Clarify draft status of SPCI and SPRT specs
These SPM-related specifications are mentioned in the readme and the change log. Update references to these specs to make it clear that they are in draft form and are expected to change. Change-Id: Ia2791c48c371a828246d96f102a402747cd69f96 Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst
index bfec591f..41ffc0fd 100644
--- a/readme.rst
+++ b/readme.rst
@@ -139,7 +139,7 @@ Functionality
in read-write memory, allowing for the library code to be patched.
- A prototype implementation of a Secure Partition Manager (SPM) that is based
- on the SPCI and SPRT specifications.
+ on the SPCI Alpha 1 and SPRT draft specifications.
- Support for ARMv8.3 pointer authentication in the normal and secure worlds.
The use of pointer authentication in the normal world is enabled whenever
@@ -239,7 +239,8 @@ Still to come
- Refinements to Position Independent Executable (PIE) support.
-- Refinements to SPCI-compliant SPM implementation.
+- Refinements to the SPCI-based SPM implementation as the draft SPCI and SPRT
+ specifications continue to evolve.
- Documentation enhancements.