aboutsummaryrefslogtreecommitdiff
path: root/docs/design/trusted-board-boot.rst
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-03-13 16:20:44 +0000
committerPaul Beesley <paul.beesley@arm.com>2019-05-22 11:28:17 +0100
commite1c5026ac7e9da1b74047bf8cb9be2a5c9564532 (patch)
tree3bb1ef189bb925077dc61581521cf4f3ffa979dc /docs/design/trusted-board-boot.rst
parentf94102ba965709aa6110e60b03a6d9f89923e3d2 (diff)
doc: Use proper note and warning annotations
The documentation contains plenty of notes and warnings. Enable special rendering of these blocks by converting the note prefix into a .. note:: annotation. Change-Id: I34e26ca6bf313d335672ab6c2645741900338822 Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'docs/design/trusted-board-boot.rst')
-rw-r--r--docs/design/trusted-board-boot.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/design/trusted-board-boot.rst b/docs/design/trusted-board-boot.rst
index dbe2f2aa..6f648f51 100644
--- a/docs/design/trusted-board-boot.rst
+++ b/docs/design/trusted-board-boot.rst
@@ -141,8 +141,9 @@ if any of the steps fail.
compared with the hash of the ROTPK read from the trusted root-key storage
registers. If they match, the BL2 hash is read from the certificate.
- Note: the matching operation is platform specific and is currently
- unimplemented on the Arm development platforms.
+ .. note::
+ The matching operation is platform specific and is currently
+ unimplemented on the Arm development platforms.
- BL1 loads the BL2 image. Its hash is calculated and compared with the hash
read from the certificate. Control is transferred to the BL2 image if all