diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-10-09 13:51:22 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-10-09 13:51:22 +0000 |
commit | f8e3340c0e3496a9d5fd685e77870583a1942fdd (patch) | |
tree | 91a0c5ca12e51f47446fab3d2e4d77a6d469f0fc /docs/design/auth-framework.rst | |
parent | 4fdad60c34549adb0a420e826394286d1d983df3 (diff) | |
parent | 862c764ada876aa1be24bdef00656bcc386ebdca (diff) | |
download | platform_external_arm-trusted-firmware-f8e3340c0e3496a9d5fd685e77870583a1942fdd.tar.gz platform_external_arm-trusted-firmware-f8e3340c0e3496a9d5fd685e77870583a1942fdd.tar.bz2 platform_external_arm-trusted-firmware-f8e3340c0e3496a9d5fd685e77870583a1942fdd.zip |
Merge changes from topic "pb/readthedocs" into integration
* changes:
doc: Add guide for building the docs locally
doc: De-duplicate readme and license files
doc: Convert internal links to RST format
Diffstat (limited to 'docs/design/auth-framework.rst')
-rw-r--r-- | docs/design/auth-framework.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/design/auth-framework.rst b/docs/design/auth-framework.rst index 7de8ee1e2..93f691b7b 100644 --- a/docs/design/auth-framework.rst +++ b/docs/design/auth-framework.rst @@ -637,9 +637,9 @@ all CoTs must present: The TBBR specifies the additional certificates that must accompany these images for a proper authentication. Details about the TBBR CoT may be found in the -`Trusted Board Boot`_ document. +:ref:`Trusted Board Boot` document. -Following the `Platform Porting Guide`_, a platform must provide unique +Following the :ref:`Porting Guide`, a platform must provide unique identifiers for all the images and certificates that will be loaded during the boot process. If a platform is using the TBBR as a reference for trusted boot, these identifiers can be obtained from ``include/common/tbbr/tbbr_img_def.h``. @@ -967,6 +967,4 @@ The mbedTLS library algorithm support is configured by both the *Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved.* -.. _Trusted Board Boot: ./trusted-board-boot.rst -.. _Platform Porting Guide: ../getting_started/porting-guide.rst .. _TBBR-Client specification: https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a |