Skip to content

Commit 4290d34

Browse files
docs: fix link to TBBR specification
The former link pointed to a page which displayed the following warning message: We could not find that page in the latest version, so we have taken you to the first page instead Signed-off-by: Sandrine Bailleux <[email protected]> Change-Id: Icf9277770e38bc5e602b75052c2386301984238d
1 parent 89b9d96 commit 4290d34

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: docs/design/auth-framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,4 +1018,4 @@ The mbedTLS library algorithm support is configured by both the
10181018

10191019
*Copyright (c) 2017-2023, Arm Limited and Contributors. All rights reserved.*
10201020

1021-
.. _TBBR-Client specification: https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
1021+
.. _TBBR-Client specification: https://developer.arm.com/docs/den0006/latest

Diff for: docs/design/firmware-design.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ kernel at boot time. These can be found in the ``fdts`` directory.
28662866
.. _PSCI: https://developer.arm.com/documentation/den0022/latest/
28672867
.. _Arm ARM: https://developer.arm.com/docs/ddi0487/latest
28682868
.. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest
2869-
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT) Armv8-A (ARM DEN0006D): https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
2869+
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT) Armv8-A (ARM DEN0006D): https://developer.arm.com/docs/den0006/latest
28702870
.. _Arm Confidential Compute Architecture (Arm CCA): https://www.arm.com/why-arm/architecture/security-features/arm-confidential-compute-architecture
28712871
.. _AArch64 exception vector table: https://developer.arm.com/documentation/100933/0100/AArch64-exception-vector-table
28722872

Diff for: docs/design/trusted-board-boot.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ Instructions for building and using the tool can be found in the
261261
*Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved.*
262262

263263
.. _X.509 v3: https://tools.ietf.org/rfc/rfc5280.txt
264-
.. _Trusted Board Boot Requirements (TBBR): https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
264+
.. _Trusted Board Boot Requirements (TBBR): https://developer.arm.com/docs/den0006/latest

Diff for: docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ have previously been raised against the software.
9191
.. _Armv7-A and Armv8-A: https://developer.arm.com/products/architecture/a-profile
9292
.. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
9393
.. _Power State Coordination Interface (PSCI): https://developer.arm.com/documentation/den0022/latest/
94-
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
94+
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest
9595
.. _System Control and Management Interface (SCMI): http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
9696
.. _Software Delegated Exception Interface (SDEI): http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
9797
.. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest

Diff for: readme.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ that is available through `trustedfirmware.org`_.
3939
.. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
4040
.. _Power State Coordination Interface (PSCI): PSCI_
4141
.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
42-
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
42+
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest
4343
.. _SMC Calling Convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf
4444
.. _System Control and Management Interface (SCMI): SCMI_
4545
.. _SCMI: http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf

0 commit comments

Comments
 (0)